Я пытаюсь загрузить tidyverse, но он не работает
install.packages("tidyverse")
tentando a URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.6/tidyverse_1.3.0.tgz'
Content type 'application/x-gzip' length 433010 bytes (422 KB)
==================================================
downloaded 422 KB
The downloaded binary packages are in
/var/folders/0y/ws5t3y7d5_j2wbz47ds47ckc0000gn/T//RtmpPIo9hy/downloaded_packages
library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘Rcpp’
Я пытался установить R cpp
install.packages("Rcpp")
1 error generated.
make: *** [api.o] Error 1
ERROR: compilation failed for package ‘Rcpp’
* removing ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp’
Warning in install.packages :
installation of package ‘Rcpp’ had non-zero exit status
The downloaded source packages are in
‘/private/var/folders/0y/ws5t3y7d5_j2wbz47ds47ckc0000gn/T/RtmpPIo9hy/downloaded_packages’