Firstly hi to everyone on the list, I am new to this list ans also R so please forgive the simplicity of my questions over the next few months. I have version R 1.9.1 and want to perform z-scoring for a benchmarking procedure. I have tried to install Henrik Bengtsson's R.classes bundle (http://www.maths.lth.se/help/R/R.classes). I have downloaded the .zip file and placed the relevant folders in my working directory (C:\programs\R\rw1091\library). These include R.audio, R.basic and R.oo. The instrauctions on the website then say to: Verify by loading the R.oo package, e.g. library(R.oo). I have tried this and all I keep getting os the following error message:> library(R.oo)Error in firstlib(which.lib.loc, package) : couldn't find function "lazyLoad" In addition: Warning message: package R.oo was built under R version 2.0.0 Error in library(R.oo) : .First.lib failed>Does anyone have any clues as to what I have done wrong? Thankyou for your help. Mike Griffiths Michael Griffiths, Ph.D. Chemometrician Training, Quality and Statistics Group LGC Limited Queens Road Teddington Middlesex, TW11 0LY, UK Tel: +44 (0)20 8943 7352 Fax: +44 (0)20 8943 2767 e-mail: michael.griffiths at lgc.co.uk ******************************************************************* This email and any attachments are confidential. Any use, co...{{dropped}}
On Fri, 29 Oct 2004, Michael Griffiths wrote:> I have version R 1.9.1 and want to perform z-scoring for a benchmarking---snip----> > > library(R.oo) > Error in firstlib(which.lib.loc, package) : > couldn't find function "lazyLoad" > In addition: Warning message: > package R.oo was built under R version 2.0.0R 1.9.1 != R 2.0.0 you should at first update your R Istallation. jan> Error in library(R.oo) : .First.lib failed > > > > Does anyone have any clues as to what I have done wrong? > > Thankyou for your help. > > Mike Griffiths > > > Michael Griffiths, Ph.D. > Chemometrician > Training, Quality and Statistics Group > LGC Limited > Queens Road > Teddington > Middlesex, TW11 0LY, UK > Tel: +44 (0)20 8943 7352 > Fax: +44 (0)20 8943 2767 > e-mail: michael.griffiths at lgc.co.uk > ******************************************************************* > This email and any attachments are confidential. Any use, co...{{dropped}} > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html-- +----------------------------------------- Jan Goebel j g o e b e l @ d i w . d e DIW Berlin German Socio-Economic Panel Study (GSOEP) K??nigin-Luise-Str. 5 D-14195 Berlin -- Germany -- phone: 49 30 89789-377 +-----------------------------------------
Michael Griffiths wrote:> Firstly hi to everyone on the list, > > I am new to this list ans also R so please forgive the simplicity of my > questions over the next few months. > > I have version R 1.9.1 and want to perform z-scoring for a benchmarking > procedure. I have tried to install Henrik Bengtsson's R.classes bundle > (http://www.maths.lth.se/help/R/R.classes). I have downloaded the .zip > file and placed the relevant folders in my working directory > (C:\programs\R\rw1091\library). These include R.audio, R.basic and > R.oo. > > The instrauctions on the website then say to: > > Verify by loading the R.oo package, e.g. library(R.oo). I have tried > this and all I keep getting os the following error message: > > >>library(R.oo) > > Error in firstlib(which.lib.loc, package) : > couldn't find function "lazyLoad" > In addition: Warning message: > package R.oo was built under R version 2.0.0 > Error in library(R.oo) : .First.lib failed >The package has been compiled for R-2.0.0 and cannot be used fo R < 2.0.0. Either compile from sources yourself or try to find an outdated binary. Uwe Ligges> Does anyone have any clues as to what I have done wrong? > > Thankyou for your help. > > Mike Griffiths > > > Michael Griffiths, Ph.D. > Chemometrician > Training, Quality and Statistics Group > LGC Limited > Queens Road > Teddington > Middlesex, TW11 0LY, UK > Tel: +44 (0)20 8943 7352 > Fax: +44 (0)20 8943 2767 > e-mail: michael.griffiths at lgc.co.uk > ******************************************************************* > This email and any attachments are confidential. Any use, co...{{dropped}} > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
On Fri, 29 Oct 2004, Michael Griffiths wrote:> Firstly hi to everyone on the list, > > I am new to this list ans also R so please forgive the simplicity of my > questions over the next few months. > > I have version R 1.9.1 and want to perform z-scoring for a benchmarking > procedure. I have tried to install Henrik Bengtsson's R.classes bundle > (http://www.maths.lth.se/help/R/R.classes). I have downloaded the .zip > file and placed the relevant folders in my working directory > (C:\programs\R\rw1091\library). These include R.audio, R.basic and > R.oo. > > The instrauctions on the website then say to: > > Verify by loading the R.oo package, e.g. library(R.oo). I have tried > this and all I keep getting os the following error message: > > > library(R.oo) > Error in firstlib(which.lib.loc, package) : > couldn't find function "lazyLoad" > In addition: Warning message: > package R.oo was built under R version 2.0.0 > Error in library(R.oo) : .First.lib failed > > > > Does anyone have any clues as to what I have done wrong?You appear to have downloaded the wrong copy, despite rather clear instructions on that site. To wit, To install on *R v1.9.1 or earlier on Windows*, call install.packages("R.classes", contriburl="http://www.maths.lth.se/help/R/R190") Although it also says Since the Windows is a binary distribution written in 100% R it can also installed by extracting the archive files into the library/ directory of your R installation, i.e. ${R_HOME}/library/ such that the directories library/R.oo/, library/R.graphics/ etc are created. which is incorrect as the `100% R' is transformed in version-specific ways (and one does hope it has help files ...). -- 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
Hi, I've added information on http://www.maths.lth.se/help/R/R.classes/ how to install Windows binaries of the latest R.classes on either R v2.0.0 or R v1.9.1. Quote: R v2.0.0: install.packages("R.classes", contriburl="http://www.maths.lth.se/help/R") R v1.9.1: install.packages("R.classes", contriburl="http://www.maths.lth.se/help/R/R190") Cheers Henrik> -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of > Michael Griffiths > Sent: Friday, October 29, 2004 1:35 PM > To: r-help at stat.math.ethz.ch > Subject: [R] Installation problems with R.classes bundle > > > Firstly hi to everyone on the list, > > I am new to this list ans also R so please forgive the > simplicity of my questions over the next few months. > > I have version R 1.9.1 and want to perform z-scoring for a > benchmarking procedure. I have tried to install Henrik > Bengtsson's R.classes bundle > (http://www.maths.lth.se/help/R/R.classes). I have downloaded > the .zip file and placed the relevant folders in my working > directory (C:\programs\R\rw1091\library). These include > R.audio, R.basic and R.oo. > > The instrauctions on the website then say to: > > Verify by loading the R.oo package, e.g. library(R.oo). I > have tried this and all I keep getting os the following error message: > > > library(R.oo) > Error in firstlib(which.lib.loc, package) : > couldn't find function "lazyLoad" > In addition: Warning message: > package R.oo was built under R version 2.0.0 > Error in library(R.oo) : .First.lib failed > > > > Does anyone have any clues as to what I have done wrong? > > Thankyou for your help. > > Mike Griffiths > > > Michael Griffiths, Ph.D. > Chemometrician > Training, Quality and Statistics Group > LGC Limited > Queens Road > Teddington > Middlesex, TW11 0LY, UK > Tel: +44 (0)20 8943 7352 > Fax: +44 (0)20 8943 2767 > e-mail: michael.griffiths at lgc.co.uk > ******************************************************************* > This email and any attachments are confidential. Any use, > co...{{dropped}} > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > >