Displaying 2 results from an estimated 2 matches for "pbiecek".
2017 Aug 06
2
Crash when installing heavy packages in remote server with R and Rstudio server
...heavy packages from Github (~ 100MB -
300 MB) on my remote server using Rstudio server and I keep getting some
crashes. These packages are pretty much datasets.
I try doing it with this code and get the error below.
> install.packages("devtools")
> devtools::install_github("pbiecek/PISA2000lite")
Downloading GitHub repo pbiecek/PISA2000lite at master
from URL https://api.github.com/repos/pbiecek/PISA2000lite/zipball/master
Installing PISA2000lite
'/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore
--quiet CMD INSTALL \
'/tmp/Rtmp1GoUVG/de...
2017 Aug 06
0
Crash when installing heavy packages in remote server with R and Rstudio server
...this is RStudio Server specific. You'll need
to write to their tech support for help. This list is for R issues.
Duncan Murdoch
>
> I try doing it with this code and get the error below.
>
>> install.packages("devtools")
>
>> devtools::install_github("pbiecek/PISA2000lite")
> Downloading GitHub repo pbiecek/PISA2000lite at master
> from URL https://api.github.com/repos/pbiecek/PISA2000lite/zipball/master
> Installing PISA2000lite
> '/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore
> --quiet CMD INSTALL \...