有没有一种简单的方法来获取给定包的R包依赖项列表(所有递归依赖项),而无需安装包及其依赖项?类似于portupgrade或apt中的假装置.
我在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)
Run Code Online (Sandbox Code Playgroud)
我的包没有什么特别的,它只有一个默认的Makevars文件.任何帮助或建议将不胜感激.