hii everyone! Recently i have started working with R and it would be nice if anyone can help me with this. I am vista user (32 bit). I wanted to install package in my parent directory i.e .Library. whenever I try to install nnet (package) it is showing me the following error:
> install.packages("C:\\Users\\nn223\\Downloads\\nnet_7.3-1.zip",lib=.Library) Warning in install.packages("C:\\Users\\nn223\\Downloads\\nnet_7.3-1.zip", : 'lib = "C:/PROGRA~1/R/R-211~1.1/library"' is not writable Error in install.packages("C:\\Users\\nn223\\Downloads\\nnet_7.3-1.zip", : unable to install packages or > install.packages(nnet,lib=.Library) Error in install.packages(nnet, lib = .Library) : object 'nnet' not found ############################################ Please let me know if I am doing anything wrong. thank you -- View this message in context: http://r.789695.n4.nabble.com/help-regarding-the-package-installation-tp2894726p2894726.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.