Skip to content
Prev 12713 / 63461 Next

Several libraries won't load with (PR#6927)

rmh@temple.edu wrote:

            
[not to r-bugs, since none of the former e-mails of this thread belongs 
there]


Rich,

packages are coordinated! Note that *recommended* (not base!) packages 
are included in release versions only, hence you have to install them 
separately in patched/devel versions of R!
   install.packages("VR") should do the trick ...
No.


 > I am using Windows.  All the documentation for installing
No. There is the R Installation and Administration manual (mentioning 
details on the Windows version),
?install.packages, ?INSTALL and there is the R for Windows FAQ (the 
latter two are for sure very Windows-centric).


 > Your emails were also Unix-centric.

No. What was Unix-centric in my e-mail, please? I am using Windows 
almost all the time ....
Unzipping should work as well, but maybe your files were still locked at 
that time?
In that case I guess you haven't detached and loaded the package again 
when you tried at first?
install.packages() hasn't much more side-effect (just updating some 
indexes which are NOT required to load the package).
Hmm. The first paragraph says:

Please type help(INSTALL) or help(install.packages) in R for information 
on how to install packages from this directory. The manual R 
Installation and Administration (also contained in the R base sources) 
explains the process in detail.

And these documents tell to use install.packages(). So no need to add 
anything from my point of view. There is also a Section 3.1 in the R for 
Windows FAQ....
Maybe, but after you have loaded the package, you cannot overwrite it, 
because the dll files are locked (yes, dlls are locked when in use under 
Windows). So Martin's analysis was correct.
Therefore you have to detach those packages you want to re-install or 
update (and also close all chm documentation - or even better close 
corresponding instances of R).

Uwe