I can install dplyr 0.8.3
in a new project on RStudio cloud with R 3.6.0. But when I try with renv::restore()
installation of dplyr
fails with the following message.
/opt/R/3.6.0/lib/R/etc/Makeconf:176: recipe for target 'mutate.o' failed
make: *** [mutate.o] Error 4
ERROR: compilation failed for package ‘dplyr’
* removing ‘/cloud/project/renv/staging/1/dplyr’
I'm not sure if this is directly related to renv
or just that so many packages have been installed.
Project url is https://rstudio.cloud/project/742360