Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/67.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
闪亮-在..stacktraceon..中出错:找不到函数;“选择”;_R_Shiny - Fatal编程技术网

闪亮-在..stacktraceon..中出错:找不到函数;“选择”;

闪亮-在..stacktraceon..中出错:找不到函数;“选择”;,r,shiny,R,Shiny,在运行闪亮的应用程序之前,我从未见过这个错误,在谷歌搜索之后,我也找不到任何关于它的信息。我尝试重新安装闪亮的软件包并重新启动R,但没有任何解决方法。有什么见解吗 从本地目录运行runApp()后出错: Listening on http://127.0.0.1:6093 Warning: Error in ..stacktraceon..: could not find function "shioptions" Stack trace (innermost first): 1: ru

在运行闪亮的应用程序之前,我从未见过这个错误,在谷歌搜索之后,我也找不到任何关于它的信息。我尝试重新安装
闪亮的
软件包并重新启动R,但没有任何解决方法。有什么见解吗

从本地目录运行
runApp()
后出错:

Listening on http://127.0.0.1:6093
Warning: Error in ..stacktraceon..: could not find function "shioptions"
Stack trace (innermost first):
    1: runApp
Error in ..stacktraceon..({ : could not find function "shioptions"
回溯如下:

5: Sys.sleep(0.001)
4: withCallingHandlers(expr, error = function(e) {
       if (is.null(attr(e, "stack.trace", exact = TRUE))) {
           calls <- sys.calls()
           attr(e, "stack.trace") <- calls
           stop(e)
       }
   })
3: captureStackTraces(while (!.globals$stopped) {
       serviceApp()
       Sys.sleep(0.001)
   })
2: ..stacktraceoff..(captureStackTraces(while (!.globals$stopped) {
       serviceApp()
       Sys.sleep(0.001)
   }))
1: runApp()
5:Sys.sleep(0.001)
4:withCallingHandlers(expr,error=function(e){
if(is.null(attr(e,“stack.trace”,exact=TRUE))){

调用检查R控制台中的库(“闪亮”)输出。我认为您没有加载包和/或有意升级。

如果您将来发布一些代码以查看本地复制,可能会有所帮助。