Sorry, Christian. I have no idea what those error messages in German say. Andy
> From: [EMAIL PROTECTED] > > Hello, > > thanks for your and Marc's hint, but it seems not the probleme!? > Is there any probleme with my make? > > many thanks and regards, > christian > > > [EMAIL PROTECTED]:/usr/lib/R> R CMD INSTALL > -l /usr/lib/R/library /space/downs/repeated.tgz > * Installing *source* package 'repeated' ... > ** libs > /usr/lib/R/share/make/shlib.mk:5: *** Target-Muster enth�lt > kein �%�. > Schluss. > ERROR: compilation failed for package 'repeated' > ** Removing '/usr/lib/R/library/repeated' > > [EMAIL PROTECTED]:/usr/lib/R> R CMD INSTALL > -l /usr/lib/R/library /space/downs/repeated > * Installing *source* package 'repeated' ... > ** libs > /usr/lib/R/share/make/shlib.mk:5: *** Target-Muster enth�lt > kein �%�. > Schluss. > ERROR: compilation failed for package 'repeated' > ** Removing '/usr/lib/R/library/repeated' > > ...with your great RandomForest and other packages > it works! > > [EMAIL PROTECTED]:/usr/lib/R> R CMD INSTALL > -l /usr/lib/R/library /space/downs/randomForest*.tar.gz > * Installing *source* package 'randomForest' ... > ** libs > gcc -I/usr/lib/R/include -I/usr/local/include -I/opt/gnome/include > -D__NO_MATH_INLINES -mieee-fp -fPIC -c regrf.c -o regrf.o > g77 -mieee-fp -fPIC -c regrfsub.f -o regrfsub.o > gcc -I/usr/lib/R/include -I/usr/local/include -I/opt/gnome/include > -D__NO_MATH_INLINES -mieee-fp -fPIC -c rf.c -o rf.o > g77 -mieee-fp -fPIC -c rfsub.f -o rfsub.o > gcc -shared -L/usr/local/lib -L/opt/gnome/lib -o > randomForest.so regrf.o > regrfsub.o rf.o rfsub.o -L/usr/local/lib -L/opt/gnome/lib > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse > -linux/lib > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../.. -lfrtbegin > -lg2c -lm > -lgcc_s -L/usr/lib/R/bin -lR > ** R > ** inst > ** help > >>> Building/Updating help pages for package 'randomForest' > Formats: text html latex example > MDSplot text html latex example > combine text html latex example > getTree text html latex example > grow text html latex example > importance text html latex > margin text html latex example > na.roughfix text html latex example > partialPlot text html latex example > plot.randomForest text html latex example > predict.randomForest text html latex example > randomForest text html latex example > rfImpute text html latex example > treesize text html latex example > tuneRF text html latex example > varImpPlot text html latex example > varUsed text html latex example > * DONE (randomForest) > > > > > > > Am Montag, 26. Juli 2004 18:56 schrieb Liaw, Andy: > > > From: Christian Schulz > > > > > > Hi, > > > > > > i try several possibilities adn looking in the archive, > > > but didn't getting success to install j.lindsey's > usefuel "library > > > repeated" on my linux (suse9.0 with kernel 2.6.7,R.1.9.1) > > > > > > P.S. Windows, works fine > > > > > > Many thanks for help > > > Christian > > > > > > > R CMD INSTALL - l /usr/lib/R/library repeated > > > > ^ > > Try again without that space. > > > > Andy > > > > > > > > > -------------------------------------------------------------- > ------------- > >--- Notice: This e-mail message, together with any > attachments, contains > > information of Merck & Co., Inc. (One Merck Drive, > Whitehouse Station, New > > Jersey, USA 08889), and/or its affiliates (which may be > known outside the > > United States as Merck Frosst, Merck Sharp & Dohme or MSD > and in Japan, as > > Banyu) that may be confidential, proprietary copyrighted > and/or legally > > privileged. It is intended solely for the use of the > individual or entity > > named on this message. If you are not the intended > recipient, and have > > received this message in error, please notify us > immediately by reply > > e-mail and then delete it from your system. > > > -------------------------------------------------------------- > ------------- > >--- > > ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
