Hello. Recently I've faced a problem, connected with installing packages in R. For example, I type:
install.packages("lmtest")
and receive the following notification:
Would you like to use a personal library instead?
I answer No and get:
Warning in install.packages :
'lib = "C:/Program Files/R/R-4.0.2/library"' is not writable
Error in install.packages : unable to install packages
What to do in such a situation? How to answer the question? What will it influence?