issue with graph package in using RBGL -‘'graph' is not a valid installed package’"
1
0
Entering edit mode
joe j ▴ 70
@joe-j-4637
Last seen 9.6 years ago
Dear all, I am trying to run the function "lambdaSets" using the package "RBGL". This package uses another package "graph" which has been removed from the CRAN repository, but is available at the archive (http://cran.r-project.org/src/contrib/Archive/graph/). I installed the package from the R menu at "install packages from local zip files" (after downloading the "graph_1.30.0.tar.gz" file, unzipping it and making it a zip file; gz is not recognized by R.). I get no warning here so I assumed installation went well. However, when I type "require(RBGL)" I get the error message that: "Failed with error: ??'graph' is not a valid installed package?". I am using R version 2.12.2 (2011-2-25). I am a new user so your advice would be of great help. Best wishes, Joe
• 888 views
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States
Hi Joe, On Wed, May 11, 2011 at 8:29 AM, joe j <joe.stata at="" gmail.com=""> wrote: > Dear all, > > I am trying to run the function "lambdaSets" using the package "RBGL". > This package uses another package "graph" which has been removed from > the CRAN repository, but is available at the archive > (http://cran.r-project.org/src/contrib/Archive/graph/). > > I installed the package from the R menu at "install packages from > local zip files" (after downloading the "graph_1.30.0.tar.gz" file, > unzipping it and making it a zip file; gz is not recognized by R.). I > get no warning here so I assumed installation went well. However, when > I type "require(RBGL)" I get the error message that: "Failed with > error: ??'graph' is not a valid installed package?". > > I am using R version 2.12.2 (2011-2-25). I am a new user so your > advice would be of great help. > 'graph' has been removed from CRAN because the package also exists on Bioconductor, where a newer version is available. To get the latest version of 'graph', do the following in a new R session: source("http://bioconductor.org/biocLite.R") biocLite("graph") Dan > Best wishes, > Joe > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > 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: 943 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