install.packages("tidyverse")
output:
install.packages("tidyverse", lib="C:/Program Files/R/R-3.6.1/library")
also installing the dependency ‘rlang’
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/rlang_0.4.1.zip'
Content type 'application/zip' length 1104621 bytes (1.1 MB)
downloaded 1.1 MB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/tidyverse_1.2.1.zip'
Content type 'application/zip' length 93068 bytes (90 KB)
downloaded 90 KB
package ‘rlang’ successfully unpacked and MD5 sums checked
package ‘tidyverse’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\sibac\AppData\Local\Temp\RtmpGA8Ozp\downloaded_packages
#> when I call library function on tidyverse I get this output
library(tidyverse)
output:
library(tidyverse)
Error in library(tidyverse) :
‘tidyverse’ is not a valid installed package