Thanks. What kind of computer did you try this on? - kcrisman
On Dec 14, 2:35 pm, davidp <[email protected]> wrote: > sage: r.install_packages('aaMI') > > R version 2.9.2 (2009-08-24) > Copyright (C) 2009 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > > R is free software and comes with ABSOLUTELY NO WARRANTY. > You are welcome to redistribute it under certain conditions. > Type 'license()' or 'licence()' for distribution details. > > R is a collaborative project with many contributors. > Type 'contributors()' for more information and > 'citation()' on how to cite R or R packages in publications. > > Type 'demo()' for some demos, 'help()' for on-line help, or > 'help.start()' for an HTML browser interface to help. > Type 'q()' to quit R. > > > options(repos="http://cran.r-project.org/"); install.packages("aaMI") > > trying URL 'http://cran.r-project.org/src/contrib/aaMI_1.0-1.tar.gz' > Content type 'application/x-gzip' length 3487 bytes > opened URL > ================================================== > downloaded 3487 bytes > > * Installing *source* package ‘aaMI’ ... > ** R > ** preparing package for lazy loading > Error in if (file.info(codeFile)["size"] == file.info(loaderFile) > ["size"]) warning("package seems to be using lazy loading already") > else { : > missing value where TRUE/FALSE needed > ERROR: lazy loading failed for package ‘aaMI’ > * Removing ‘/usr/local/sage-4.2/local/lib/R/library/aaMI’ > > The downloaded packages are in > ‘/tmp/Rtmpr0HuZc/downloaded_packages’ > Updating HTML index of packages in '.Library' > Warning messages: > 1: In install.packages("aaMI") : > installation of package 'aaMI' had non-zero exit status > 2: In file.create(f.tg) : > cannot create file '/home/davidp/download/sage-4.2/local/lib/R/doc/ > html/packages.html', reason 'No such file or directory' > 3: In tools:::unix.packages.html(.Library) : > cannot create HTML package index > > > > real 0m11.704s > user 0m7.979s > sys 0m0.148s > Please restart Sage or restart the R interface (via r.restart()) in > order to use 'aaMI'. > sage: > sage: sage: r.restart() > Error: object 'sage0' not found > sage: r.restart() > Error: object 'sage1' not found > sage: r.console() > > R version 2.9.2 (2009-08-24) > Copyright (C) 2009 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > > R is free software and comes with ABSOLUTELY NO WARRANTY. > You are welcome to redistribute it under certain conditions. > Type 'license()' or 'licence()' for distribution details. > > R is a collaborative project with many contributors. > Type 'contributors()' for more information and > 'citation()' on how to cite R or R packages in publications. > > Type 'demo()' for some demos, 'help()' for on-line help, or > 'help.start()' for an HTML browser interface to help. > Type 'q()' to quit R. > > > install.packages('abind') > > --- Please select a CRAN mirror for use in this session --- > Loading Tcl/Tk interface ... done > > trying URL 'http://cran.fhcrc.org/src/contrib/abind_1.1-0.tar.gz' > Content type 'application/x-gzip' length 10280 bytes (10 Kb) > opened URL > ================================================== > downloaded 10 Kb > > * Installing *source* package ‘abind’ ... > ** R > ** preparing package for lazy loading > Error in if (file.info(codeFile)["size"] == file.info(loaderFile) > ["size"]) warning("package seems to be using lazy loading already") > else { : > missing value where TRUE/FALSE needed > ERROR: lazy loading failed for package ‘abind’ > * Removing ‘/usr/local/sage-4.2/local/lib/R/library/abind’ > > The downloaded packages are in > ‘/tmp/RtmpSImocY/downloaded_packages’ > Updating HTML index of packages in '.Library' > Warning messages: > 1: In install.packages("abind") : > installation of package 'abind' had non-zero exit status > 2: In file.create(f.tg) : > cannot create file '/home/davidp/download/sage-4.2/local/lib/R/doc/ > html/packages.html', reason 'No such file or directory' > 3: In tools:::unix.packages.html(.Library) : > cannot create HTML package index > > (I chose USA WA from the Tcl/Tk interface.) -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
