Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am facing a problem while trying to install packages in Rstudio.

For example, I face this error when I try to install devtools:

> install.packages("devtools")

  'lib = "C:/Program Files/R/R-4.0.3/library"' is not writable
Error in install.packages : unable to install packages 

Any suggestions about what should I do?

question from:https://stackoverflow.com/questions/65943714/unable-to-install-package-in-r-studio-because-file-is-not-writeable

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.6k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...