Hello, is it possible to make so that once I have installed and loaded the necessary packages in R, I don't need to install and load them for a new session in R? Up to now I install packages, for example, like this: install.packages("package_name") and then load them like this: library("package_name") When I exit R and then run it again, I need to install and load the packages using again the above commands, so that I can use them. (I save the workspace before I exit, but this doesn't help). Thank you.
In my Windows XP, I just have to load package every time I open R, but not Install !! There must be some problem during installation ! Chakri -- View this message in context: http://r.789695.n4.nabble.com/installing-and-loading-packages-tp887190p2292339.html Sent from the R help mailing list archive at Nabble.com.
What are your user permission on the PC where you're working? -- View this message in context: http://r.789695.n4.nabble.com/installing-and-loading-packages-tp887190p2292385.html Sent from the R help mailing list archive at Nabble.com.