Rgraphviz installing problem
1
0
Entering edit mode
@alexandra-federer-5073
Last seen 9.6 years ago
Hello, I want to install the Rgraphviz package on my windows 7 notebook. I saved the Rgraphviz package as a .zip file and installed it with the following output: Paket ‘Rgraphviz’ erfolgreich ausgepackt und MD5 Summen abgeglichen but then if i want to load the package with library(Rgraphviz) I get the output: Lade nötiges Paket: graph Lade nötiges Paket: grid Error : .onLoad in loadNamespace() fehlgechlagen, Details: Aufruf: Rgraphviz Fehler: value[[3L]](cond) Fehler: Laden von Paket/Namensraum für ‘Rgraphviz’ fehlgeschlagen I tried with browseVignettes(package=" Rgraphviz") but got the output: Fehler in find.package(package, lib.loc) : there is no package called ‘ Rgraphviz’ I have really no idea what I should try. I would be very glad if someone could help me! Thanks! Alexandra [[alternative HTML version deleted]]
Rgraphviz GLAD Rgraphviz GLAD • 1.6k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 3 days ago
United States
On 01/26/2012 01:10 AM, Alexandra Federer wrote: > Hello, > > I want to install the Rgraphviz package on my windows 7 notebook. I saved > the Rgraphviz package as a .zip file and installed it with the following > output: Hi Alexandra -- Use a current version of R (R-2.14) See the package home page http://bioconductor.org/packages/release/bioc/html/Rgraphviz.html including the README file http://bioconductor.org/packages/2.9/bioc/readmes/Rgraphviz/README paying attention to the 'Using the Windows Binary' section. If you still have difficulty, start a new R session and (a) report the output of the R command sessionInfo() (b) copy and paste the results of the commands source("http://bioconductor.org/biocLite.R") biocLite("Rgraphviz") (c) Report the output of the command strsplit(Sys.getenv("PATH"), ";") and verify that the entry corresponding to the Graphviz directory is correct. Martin > > Paket ?Rgraphviz? erfolgreich ausgepackt und MD5 Summen abgeglichen > > but then if i want to load the package with > library(Rgraphviz) > I get the output: > > Lade n?tiges Paket: graph > Lade n?tiges Paket: grid > Error : .onLoad in loadNamespace() fehlgechlagen, Details: > Aufruf: Rgraphviz > Fehler: value[[3L]](cond) > Fehler: Laden von Paket/Namensraum f?r ?Rgraphviz? fehlgeschlagen > > I tried with > browseVignettes(package=" Rgraphviz") > but got the output: > > Fehler in find.package(package, lib.loc) : > there is no package called ? Rgraphviz? > > I have really no idea what I should try. I would be very glad if someone > could help me! Thanks! > > Alexandra > > [[alternative HTML version deleted]] > > > > > _______________________________________________ > 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 -- Computational Biology Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: M1-B861 Telephone: 206 667-2793
ADD COMMENT

Login before adding your answer.

Traffic: 903 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