I've read the literature.
install.packages("devtools")
Installing package into ‘C:/Users/miran/OneDrive/Documents/R/win-library/4.1’
(as ‘lib’ is unspecified)
trying URL 'https://cran.microsoft.com/bin/windows/contrib/4.1/devtools_2.4.3.zip'
Content type 'application/zip' length 423453 bytes (413 KB)
downloaded 413 KB
package ‘devtools’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\miran\AppData\Local\Temp\Rtmpuol5JJ\downloaded_packages
library(readxl)
install.packages("tidyverse")
Installing package into ‘C:/Users/miran/OneDrive/Documents/R/win-library/4.1’
(as ‘lib’ is unspecified)
trying URL 'https://cran.microsoft.com/bin/windows/contrib/4.1/tidyverse_1.3.1.zip'
Content type 'application/zip' length 430188 bytes (420 KB)
downloaded 420 KB
package ‘tidyverse’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\miran\AppData\Local\Temp\Rtmpuol5JJ\downloaded_packages
library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in readRDS(nsInfoFilePath):
unknown input format
tidyverse_update(recursive = FALSE, repos = getOption("repos"))
Error in tidyverse_update(recursive = FALSE, repos = getOption("repos")) :
could not find function "tidyverse_update"
tidyverse_deps(recursive = FALSE, repos = getOption("repos"))
Error in tidyverse_deps(recursive = FALSE, repos = getOption("repos")) :
could not find function "tidyverse_deps"