Please help me to install stringr and stringi packages in R. The result is:
install.packages(\"stringi\") Installing package into ‘C:/Users/kozlovpy/Documents/R/
In my case only combining of two options worked:
running as admin and then:
install.packages("stringi", dependencies=TRUE, INSTALL_opts = c('--no-lock'))