saving . . . saved INSTALLING PACKAGES has been deleted. INSTALLING PACKAGES has been hidden .
INSTALLING PACKAGES
Title
Question
i am not able to install packages please help me out 
The error message which i am getting while installing packages is mentioned below . Please have a look .

install.packages("plyr")
Installing package into ‘C:/Users/HP/Documents/R/win-library/4.1’
(as ‘lib’ is unspecified)
Warning in install.packages :
  'lib = "C:/Users/HP/Documents/R/win-library/4.1"' is not writable


R Introduction-to-basics-of-R 03-04 min 20-30 sec 26-02-22, 8:38 p.m. krishnalidanot1818@gmail.com

Answers:

You can specify the library path while installing a package using the code - install.packages("plyr", lib = "/usr/lib/R/library")

07-03-22, 11:47 a.m. chrl3hr5@gmail.com


Log-in to answer to this question.