Hi, I am having problems to install tidyverse package. This is the command that I am using:
install.packages("tidyverse", dependencies = TRUE )
And the output is this:
Installing package into ‘\\nmbu.no/my/Home/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
also installing the dependencies ‘BH’, ‘cellranger’, ‘progress’, ‘rmarkdown’, ‘selectr’, ‘dbplyr’, ‘lubridate’, ‘modelr’, ‘readr’, ‘readxl’, ‘reprex’, ‘rvest’, ‘xml2’
There is a binary version available but the source version is later:
binary source needs_compilation
modelr 0.1.2 0.1.3 FALSE
It does install lots of dependencies (I can't put because number of link restriction) and when it get to this one:
trying URL 'https://cran.r-project.org/bin/windows/contrib/3.5/tidyverse_1.2.1.zip'
Content type 'application/zip' length 92563 bytes (90 KB)
downloaded 90 KB
The installation did not finish. I am also feeling that R Studio is very slow and I don't know if this is connected with the issue of tidyverse.
I appreciate your help
Alex