Richard M. Heiberger
2006-Sep-11 20:30 UTC
[Rd] problems in installing packages with R version 2.4.0 alpha (2006-09-05 r39134)
I just downloaded the windows version R version 2.4.0 alpha (2006-09-05 r39134) 1. When I downloaded the packages, the following two were not found.> utils:::menuInstallPkgs()--- Please select a CRAN mirror for use in this session --- dependency ''fCalendar'' is not available dependency ''SparseM'' is not available I am not sure which other packages depend on these. 2. Of the others, several didn't install cleanly package 'mlbench' successfully unpacked and MD5 sums checked Warning: unable to move temporary installation 'C:\Program Files\R\R- 2.4.0alpha\library\file41bb5af1\mlbench' to 'C:\Program Files\R\R-2.4.0alpha\library\mlbench' package 'tseries' successfully unpacked and MD5 sums checked Warning: unable to move temporary installation 'C:\Program Files\R\R-2.4.0alpha\library\file305e124 \tseries' to 'C:\Program Files\R\R-2.4.0alpha\library\tseries' package 'DAAG' successfully unpacked and MD5 sums checked Warning: unable to move temporary installation 'C:\Program Files\R\R- 2.4.0alpha\library\file491c440d\DAAG' to 'C:\Program Files\R\R-2.4.0alpha\library\DAAG' package 'acepack' successfully unpacked and MD5 sums checked Warning: unable to move temporary installation 'C:\Program Files\R\R- 2.4.0alpha\library\file767d7a5a\acepack' to 'C:\Program Files\R\R-2.4.0alpha\library\acepack' package 'rcom' successfully unpacked and MD5 sums checked Warning: unable to move temporary installation 'C:\Program Files\R\R- 2.4.0alpha\library\file58784b40\rcom' to 'C:\Program Files\R\R-2.4.0alpha\library\rcom' I reinstalled all five from the local zip files that were downloaded as part of the above installation, and four worked and one didn't. I needed to reinstall mlbench a third time and this time it worked. This type of problem frequently happens when I download a new version of R. 3. rgl is still not working in Windows package 'rgl' successfully unpacked and MD5 sums checked> library(rgl)Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library 'C:/PROGRA~1/R/R-24~1.0AL/library/rgl/libs/rgl.dll': LoadLibrary failure: The specified procedure could not be found. Error: package/namespace load failed for 'rgl'>Therefore the Rcmdr 3-d graphics isn't working. Rich
Prof Brian Ripley
2006-Sep-11 21:25 UTC
[Rd] problems in installing packages with R version 2.4.0 alpha (2006-09-05 r39134)
At least some of this will go away if you use a current version of 2.4.0 alpha rather than one that is a week old (as the posting guide does ask). We are now at r39258, and some of those binary packages were built against a substantially later version of 2.4.0 alpha. If you look at the list of available packages at http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.htm you will see which are unavailable as Windows binaries and why. More can be installed from the sources but do not pass R CMD check for Uwe (or in most cases for anyone else: see the other CRAN summaries). This is the 'alpha' period, and we are waiting for updates on quite a number of packages (especially ones that use S4 methods). However, R 2.4.0 is not even in feature freeze yet, and it is quite possible that packages will need to be reinstalled again prior to release. On Mon, 11 Sep 2006, Richard M. Heiberger wrote:> I just downloaded the windows version > R version 2.4.0 alpha (2006-09-05 r39134) > > 1. When I downloaded the packages, the following two were not found. > > utils:::menuInstallPkgs() > --- Please select a CRAN mirror for use in this session --- > dependency ''fCalendar'' is not available > > dependency ''SparseM'' is not available > > I am not sure which other packages depend on these. > > > 2. Of the others, several didn't install cleanly > > package 'mlbench' successfully unpacked and MD5 sums checked > Warning: unable to move temporary installation 'C:\Program Files\R\R- > 2.4.0alpha\library\file41bb5af1\mlbench' to 'C:\Program Files\R\R-2.4.0alpha\library\mlbench' > package 'tseries' successfully unpacked and MD5 sums checked > Warning: unable to move temporary installation 'C:\Program Files\R\R-2.4.0alpha\library\file305e124 > \tseries' to 'C:\Program Files\R\R-2.4.0alpha\library\tseries' > package 'DAAG' successfully unpacked and MD5 sums checked > Warning: unable to move temporary installation 'C:\Program Files\R\R- > 2.4.0alpha\library\file491c440d\DAAG' to 'C:\Program Files\R\R-2.4.0alpha\library\DAAG' > package 'acepack' successfully unpacked and MD5 sums checked > Warning: unable to move temporary installation 'C:\Program Files\R\R- > 2.4.0alpha\library\file767d7a5a\acepack' to 'C:\Program Files\R\R-2.4.0alpha\library\acepack' > package 'rcom' successfully unpacked and MD5 sums checked > Warning: unable to move temporary installation 'C:\Program Files\R\R- > 2.4.0alpha\library\file58784b40\rcom' to 'C:\Program Files\R\R-2.4.0alpha\library\rcom' > > > I reinstalled all five from the local zip files that were downloaded as part of the above > installation, and four worked and one didn't. > I needed to reinstall mlbench a third time and this time it worked. > > This type of problem frequently happens when I download a new version of R.This suggests problems with your local file system: it is definitely a Windows rather than an R problem.> 3. rgl is still not working in Windows > > package 'rgl' successfully unpacked and MD5 sums checked > > > library(rgl) > Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library 'C:/PROGRA~1/R/R-24~1.0AL/library/rgl/libs/rgl.dll': > LoadLibrary failure: The specified procedure could not be found. > > Error: package/namespace load failed for 'rgl' > > > > > Therefore the Rcmdr 3-d graphics isn't working. > > > Rich > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Martin Maechler
2006-Sep-12 06:56 UTC
[Rd] problems in installing packages with R version 2.4.0 alpha (2006-09-05 r39134)
>>>>> "BDR" == Prof Brian Ripley <ripley at stats.ox.ac.uk> >>>>> on Mon, 11 Sep 2006 22:25:58 +0100 (BST) writes:BDR> At least some of this will go away if you use a current BDR> version of 2.4.0 alpha rather than one that is a week BDR> old (as the posting guide does ask). We are now at BDR> r39258, and some of those binary packages were built BDR> against a substantially later version of 2.4.0 alpha. [............] Still "Thank you, Rich!" for running R-alpha and your report. We are grateful for everyone who does use R-alpha and reports "unusual" findings, even if some of them are already known to the R developers. Martin