任何人都可以向我解释以下错误是什么以及我如何解决它:
ERROR: path[1]="": The filename, directory name, or volume label syntax is incorrect
来自程序包taskscheduleR
是的,我已经检查了其他类似的门票,仍然无法弄清楚。
以下是错误被触发的时间/方式的图片:
以下是traceback()
:
Warning: Error in normalizePath: path[1]="": The filename, directory name, or volume label syntax is incorrect
Stack trace (innermost first):
3: shiny::runApp
2: shiny::runGadget
1: taskscheduleR:::taskschedulerAddin
Error : path[1]="": The filename, directory name, or volume label syntax is incorrect
编辑:其他错误
> dir(file.path(.libPaths()[1],"taskscheduleR","extdata"))
[1] "dateformat.rds" "helloworld.R" "RscriptRepository.rds"
> taskscheduleR::taskschedulerAddin(file.path(.libPaths()[1],"taskscheduleR","extdata"))
Loading required namespace: shiny
Loading required namespace: miniUI
Loading required package: shiny
Listening on http://127.0.0.1:3334
Warning: Error in normalizePath: path[1]="": The filename, directory name, or volume label syntax is incorrect
Stack trace (innermost first):
3: shiny::runApp
2: shiny::runGadget
1: taskscheduleR::taskschedulerAddin
Error : path[1]="": The filename, directory name, or volume label syntax is incorrect