Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经构建了一个 packrat rshiny 项目并将该项目捆绑到一个 tar.gz 文件中。
现在,当我试图将它移动到没有 Rshiny 包并且没有安装包的权限的 linux 服务器时。
当我从 linux 终端运行应用程序时,R -e "shiny::runApp('~/shinyapp')"我收到错误闪亮包不可用。
R -e "shiny::runApp('~/shinyapp')"
如何在服务器上启动 packrat 并使用 packrat 库中可用的闪亮包从终端运行应用程序。