smida won't load in R 2.9
2
0
Entering edit mode
@katrien-michiels-3433
Last seen 9.6 years ago
dear Bioconductors, Although I managed to teach myself some R (a while ago), I am still a novice in Bioconductor... I am trying to experiment a bit with the smida-package, but I don't even get is properly installed on my system. I downloaded the current version form http://www.math.rug.nl/~ernst/book/smida.html and installed it (in R 2.9) after installing the lars package, which it needs to operate properly. When I try to load the package, it keeps asking me for package mva, which doesn't exist anymore, because it has been replaced -together with modreg- by the stats package: Loading required package: mva Error: package 'mva' could not be loaded In addition: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'mva' When I try to look at e.g. data(skin) of data(breast) or any other command I find in the manual, R is not able to find any of those. Can someone please show me the trick to get smida up and working? Many thanks in advance katrien -- ir. Katrien Michiels Lab. Agrozoology Dept. Crop Protection Faculty of Bioscience Engineering, Ghent University Coupure Links 653 9000 Gent, BELGIUM tel. +32 9 264 61 48
• 1.2k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
On Wed, May 6, 2009 at 8:31 AM, katrien michiels <katrien.michiels@ugent.be>wrote: > dear Bioconductors, > > Although I managed to teach myself some R (a while ago), I am still a > novice in Bioconductor... I am trying to experiment a bit with the > smida-package, but I don't even get is properly installed on my system. > I downloaded the current version form > http://www.math.rug.nl/~ernst/book/smida.html<http: www.math.rug.nl="" %7eernst="" book="" smida.html="">and installed it (in R 2.9) after installing the lars package, which it > needs to operate properly. > When I try to load the package, it keeps asking me for package mva, which > doesn't exist anymore, because it has been replaced -together with modreg- > by the stats package: > > Loading required package: mva > Error: package 'mva' could not be loaded > In addition: Warning message: > In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = > lib.loc) : > there is no package called 'mva' > > When I try to look at e.g. data(skin) of data(breast) or any other command > I find in the manual, R is not able to find any of those. > > Can someone please show me the trick to get smida up and working? > Hi, Katrien. Smida is not a bioconductor package, so this isn't really the right place to ask. However, a quick glance at the home page has this message: The smida library depends on several other libraries (MASS, lars, class, > cluster, mva, modreg [in R1.9 the package stats replaces both mva and > modreg]) for its smooth operation. These libraries and R itself can either > be downloaded below or directly from the R-webpage: So, all those libraries need to be installed. If you have further problems, you might want to email the authors. Sean > > [[alternative HTML version deleted]]
ADD COMMENT
0
Entering edit mode
I did a little more poking -- the DESCRIPTION file includes dependencies that cannot be resolved (mva and modreg no longer exist) and the data folder includes .RData images with RDX1 so a deprecated save format. the authors have some updating to do, and it has nothing to do with bioconductor. On Wed, May 6, 2009 at 8:58 AM, Sean Davis <seandavi@gmail.com> wrote: > On Wed, May 6, 2009 at 8:31 AM, katrien michiels > <katrien.michiels@ugent.be>wrote: > > > dear Bioconductors, > > > > Although I managed to teach myself some R (a while ago), I am still a > > novice in Bioconductor... I am trying to experiment a bit with the > > smida-package, but I don't even get is properly installed on my system. > > I downloaded the current version form > > http://www.math.rug.nl/~ernst/book/smida.html<http: www.math.rug.="" nl="" %7eernst="" book="" smida.html=""> > <http: www.math.rug.nl="" %7eernst="" book="" smida.html="">and installed it (in R > 2.9) after installing the lars package, which it > > needs to operate properly. > > When I try to load the package, it keeps asking me for package mva, which > > doesn't exist anymore, because it has been replaced -together with > modreg- > > by the stats package: > > > > Loading required package: mva > > Error: package 'mva' could not be loaded > > In addition: Warning message: > > In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = > > lib.loc) : > > there is no package called 'mva' > > > > When I try to look at e.g. data(skin) of data(breast) or any other > command > > I find in the manual, R is not able to find any of those. > > > > Can someone please show me the trick to get smida up and working? > > > > Hi, Katrien. Smida is not a bioconductor package, so this isn't really the > right place to ask. However, a quick glance at the home page has this > message: > > The smida library depends on several other libraries (MASS, lars, class, > > cluster, mva, modreg [in R1.9 the package stats replaces both mva and > > modreg]) for its smooth operation. These libraries and R itself can > either > > be downloaded below or directly from the R-webpage: > > > So, all those libraries need to be installed. If you have further > problems, > you might want to email the authors. > > Sean > > > > > > > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > -- Vincent Carey, PhD Biostatistics, Channing Lab 617 525 2265 [[alternative HTML version deleted]]
ADD REPLY
0
Entering edit mode
@john-seers-ifr-1605
Last seen 9.6 years ago
Hi Katrien If you have the option you could try installing an older version of R? They are available somewhere on the R website. You may have to find older versions of the packages though as well. Regards John -----Original Message----- From: bioconductor-bounces@stat.math.ethz.ch [mailto:bioconductor-bounces at stat.math.ethz.ch] On Behalf Of katrien michiels Sent: 06 May 2009 13:31 To: bioconductor at stat.math.ethz.ch Subject: [BioC] smida won't load in R 2.9 dear Bioconductors, Although I managed to teach myself some R (a while ago), I am still a novice in Bioconductor... I am trying to experiment a bit with the smida-package, but I don't even get is properly installed on my system. I downloaded the current version form http://www.math.rug.nl/~ernst/book/smida.html and installed it (in R 2.9) after installing the lars package, which it needs to operate properly. When I try to load the package, it keeps asking me for package mva, which doesn't exist anymore, because it has been replaced -together with modreg- by the stats package: Loading required package: mva Error: package 'mva' could not be loaded In addition: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'mva' When I try to look at e.g. data(skin) of data(breast) or any other command I find in the manual, R is not able to find any of those. Can someone please show me the trick to get smida up and working? Many thanks in advance katrien -- ir. Katrien Michiels Lab. Agrozoology Dept. Crop Protection Faculty of Bioscience Engineering, Ghent University Coupure Links 653 9000 Gent, BELGIUM tel. +32 9 264 61 48 _______________________________________________ Bioconductor mailing list Bioconductor at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/bioconductor Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 819 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6