Dear R users, I am not so used to this R software. I have to use the package " Rgraphviz" but found some problem in the installation process. I download this package and store in R library but i am not getting this package in R installation list. I made review in google search net and use the following command: ### source("http://bioconductor.org/biocLite.R") biocLite("Rgraphviz") set.seed(123) V <- letters[1:10] M <- 1:4 g1 <- randomGraph(V, M, 0.2) library("graph") library("grid") library("Rgraphviz") ### I got following Error message: " Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library 'C:/PROGRA~1/R/R-27~1.0/library/Rgraphviz/libs/Rgraphviz.dll': LoadLibrary failure: The specified module could not be found. Error : .onLoad failed in 'loadNamespace' for 'Rgraphviz' Error: package/namespace load failed for 'Rgraphviz' "' May be some of users can recognize this problem and request for solutions. Thanks in advance. Sincerely, Ram Kumar Basnet Graduate student, Wageningen University, The Netherlands. [[alternative HTML version deleted]]
http://www.bioconductor.org/packages/release/bioc/html/Rgraphviz.html try going here downloading the binary and then installing it from your desktop look at ?install.packages hope this helps On Mon, Oct 27, 2008 at 5:21 PM, ram basnet <basnetabc at yahoo.com> wrote:> Dear R users, > > I am not so used to this R software. I have to use the package " Rgraphviz" but found some problem in the installation process. I download this package and store in R library but i am not getting this package in R installation list. > I made review in google search net and use the following command: > > ### > source("http://bioconductor.org/biocLite.R") > biocLite("Rgraphviz") > > set.seed(123) > V <- letters[1:10] > M <- 1:4 > g1 <- randomGraph(V, M, 0.2) > library("graph") > library("grid") > library("Rgraphviz") > ### > > I got following Error message: > > " > Error in inDL(x, as.logical(local), as.logical(now), ...) : > unable to load shared library 'C:/PROGRA~1/R/R-27~1.0/library/Rgraphviz/libs/Rgraphviz.dll': > LoadLibrary failure: The specified module could not be found. > Error : .onLoad failed in 'loadNamespace' for 'Rgraphviz' > Error: package/namespace load failed for 'Rgraphviz' > "' > May be some of users can recognize this problem and request for solutions. > > Thanks in advance. > > Sincerely, > > Ram Kumar Basnet > Graduate student, > Wageningen University, > The Netherlands. > > > > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > >-- Stephen Sefick Research Scientist Southeastern Natural Sciences Academy Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals. -K. Mullis
Rgraphviz is a Bioconductor package so help can be found on the Bioconductor mailing list. Actually, this post, from Saturday, might be what you are looking for... https://stat.ethz.ch/pipermail/bioconductor/2008-October/024747.html Best, Martin ram basnet wrote:> Dear R users, > > I am not so used to this R software. I have to use the package " Rgraphviz" but found some problem in the installation process. I download this package and store in R library but i am not getting this package in R installation list. > I made review in google search net and use the following command: > > ### > source("http://bioconductor.org/biocLite.R") > biocLite("Rgraphviz") > > set.seed(123) > V <- letters[1:10] > M <- 1:4 > g1 <- randomGraph(V, M, 0.2) > library("graph") > library("grid") > library("Rgraphviz") > ### > > I got following Error message: > > " > Error in inDL(x, as.logical(local), as.logical(now), ...) : > unable to load shared library 'C:/PROGRA~1/R/R-27~1.0/library/Rgraphviz/libs/Rgraphviz.dll': > LoadLibrary failure: The specified module could not be found. > Error : .onLoad failed in 'loadNamespace' for 'Rgraphviz' > Error: package/namespace load failed for 'Rgraphviz' > "' > May be some of users can recognize this problem and request for solutions. > > Thanks in advance. > > Sincerely, > > Ram Kumar Basnet > Graduate student, > Wageningen University, > The Netherlands. > > > > [[alternative HTML version deleted]] > > > > ------------------------------------------------------------------------ > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Martin Morgan Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M2 B169 Phone: (206) 667-2793
Hi,there, I could install "Rgraphviz" in R version 2.6. I could not install this in R version 2.7 or 2.8. Please try in version2.6. ram basnet wrote:> > Dear R users, > ? > I am not so used to this R software. I have to use the package " > Rgraphviz" but found some problem in the installation process. I download > this package and store in R library but i am not getting this package in R > installation list. > I made review in google search net and use the following command: > ? > ### > source("http://bioconductor.org/biocLite.R") > biocLite("Rgraphviz") > > set.seed(123) > V <- letters[1:10] > M <- 1:4 > g1 <- randomGraph(V, M, 0.2) > library("graph") > library("grid") > library("Rgraphviz") > ### > ? > I got following Error message: > ? > " > Error in inDL(x, as.logical(local), as.logical(now), ...) : > ? unable to load shared library > 'C:/PROGRA~1/R/R-27~1.0/library/Rgraphviz/libs/Rgraphviz.dll': > ? LoadLibrary failure:? The specified module could not be found. > Error : .onLoad failed in 'loadNamespace' for 'Rgraphviz' > Error: package/namespace load failed for 'Rgraphviz' > "' > May be some of users can recognize this problem and request for solutions. > ? > Thanks in advance. > ? > Sincerely, > ? > Ram Kumar Basnet > Graduate student, > Wageningen University, > The Netherlands. > > > > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > >-- View this message in context: http://www.nabble.com/Problem-in-installation-of-%22Rgraphviz%22-package-tp20196715p24019809.html Sent from the R help mailing list archive at Nabble.com.
Apparently Analagous Threads
- You are right and the problem is solved. Re: about the possible errors in Rgraphviz Package
- about the possible errors in Rgraphviz Package
- Fw: how i can install Rgraphviz in R2.7.1
- Problemas con psych y Rgraphviz
- Help with tm assocation analysis and Rgraphviz installation.