【发布时间】:2014-10-06 19:25:08
【问题描述】:
我在 R 中有一个闪亮的程序,效果很好。但我无法将其部署到 shinyapps.io。
javascript 错误控制台给了我以下错误:
Listening on http://127.0.0.1:46574
Downloading github repo jlisic/saAlloc@master
Installing saAlloc
'/usr/lib/R/bin/R' --vanilla CMD INSTALL \
'/tmp/RtmpvmoFM3/devtools2c6b564aad/jlisic-saAlloc-62692fc' \
--library='/usr/local/lib/R/site-library' --install-tests
Error: ERROR: no permission to install to directory ‘/usr/local/lib/R/site-library’
Error : Command failed (1)
我的包没有什么特别之处,它只有一个默认的 Makevars 文件。任何帮助或建议将不胜感激。
【问题讨论】:
-
你在github上打包了吗?
-
这个问题依然存在,而且问题很大。