Hello R user, I downloaded grasper_0.3-2.tar.gz and installed it as described. $ su $ R CMD INSTALL grasper_0.3-2.tar.gz $ R that seems to work, but> grasp.GUI()doesn't work. I read the note, that graspeR need mgcv (downloaded), MASS, modreg and tcktk . I haven't found the last 3 packetages in the Suse 8.1 contrib list. Where can I find them? Or what could be the problem? thanks in advance, cheers Martin -- Martin Wegmann Department of Animal Ecology and Tropical Biology Zoology III, Biocenter Am Hubland 97074 W?rzburg Germany 0931/888-4378 wegmann at biozentrum.uni-wuerzburg.de m.wegmann at web.de -------------- next part -------------- A non-text attachment was scrubbed... Name: wegmann.vcf Type: text/x-vcard Size: 329 bytes Desc: Card for Martin Wegmann Url : https://stat.ethz.ch/pipermail/r-help/attachments/20030314/4983ac8e/wegmann.vcf
Martin Wegmann wrote:> Hello R user, > > I downloaded grasper_0.3-2.tar.gz and installed it as described. > $ su > $ R CMD INSTALL grasper_0.3-2.tar.gz > $ R > that seems to work, but > > >>grasp.GUI() > > doesn't work. I read the note, that graspeR need mgcv (downloaded), > MASS, modreg and tcktk . I haven't found the last 3 packetages in the > Suse 8.1 contrib list. Where can I find them? Or what could be the > problem? > > thanks in advance, cheers MartinMASS is in the VR package bundle, which comes with the recommended packages. modreg and *tcltk* are included in R's standard installation. Do you have (the appropriate version of) tcltk installed on your machine? Uwe Ligges
MASS is part of VR, and all of VR, mgcv, modreg and tcltk (sic) are part of all of every R installation (or should be). However, tcltk will not work unless you have Tcl/Tk installed. On Fri, 14 Mar 2003, Martin Wegmann wrote:> Hello R user, > > I downloaded grasper_0.3-2.tar.gz and installed it as described. > $ su > $ R CMD INSTALL grasper_0.3-2.tar.gz > $ R > that seems to work, butYou did actually have library(grasper) here, didn't you?> > grasp.GUI() > doesn't work. I read the note, that graspeR need mgcv (downloaded), > MASS, modreg and tcktk . I haven't found the last 3 packetages in the > Suse 8.1 contrib list. Where can I find them? Or what could be the > problem?So should we guess that you are using SuSe Linux? What version of R? And does `doen't work' actually mean? -- 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