I have a brilliant program in R that works great. But I had problems deploying it to shinyapps.io.
The javascript error console gives me the following error:
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)
There is nothing unusual in my package, it just has a default Makevars file. Any help or suggestions would be appreciated.
github r shiny
Jonathan lisic
source share