Hi there,
Very new to R here—have been using the cloud without any issues for the past month or so, until receiving a "non-zero exist status" error when trying to install the mosaic packages. It says that ggforce has a "non-zero exit status:
ERROR: compilation failed for package ‘ggforce’
- removing ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/ggforce’
Warning in install.packages :
installation of package ‘ggforce’ had non-zero exit status
This message comes after a whole mess of code that looks like this, but longer:
ellipseEnclose.cpp:107:109: required from here
/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes]
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make: *** [/opt/R/4.0.3/lib/R/etc/Makeconf:181: ellipseEnclose.o] Error 1
ERROR: compilation failed for package ‘ggforce’
- removing ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/ggforce’
If I try to load the mosaic library afterwards, I then get this message:
Error: package or namespace load failed for ‘mosaic’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘ggforce’
Any ideas? Here's a link to the project: https://rstudio.cloud/spaces/127037/project/2278364
Thanks!