"GOstat" package not installing
2
0
Entering edit mode
Ashwin Kumar ▴ 90
@ashwin-kumar-3410
Last seen 10.2 years ago
Hello group, I am having problems installing the GOstat package , I had similar problems for the GO package earlier but it got solved after I had updated my version of R to 2.9. I wanted to know whether the GOstat command has deprecated ,, if yes what is the new command for the same ????? Basically i wanted to use the GOgraph command which came under the GOstat package... Any advice will be greatly helpful & appreciated Yours hopefully, A.Ashwin Department Of Biotechology MLSC Manipal University Karnataka INDIA [[alternative HTML version deleted]]
GO GO • 1.6k views
ADD COMMENT
0
Entering edit mode
@steve-lianoglou-2771
Last seen 21 months ago
United States
Hi Ashwin, On May 17, 2009, at 12:51 AM, Ashwin Kumar wrote: > Hello group, > I am having problems installing the GOstat > package , I > had similar problems for the GO package earlier but it got solved > after I > had updated my version of R to 2.9. > I wanted to know whether the GOstat command has deprecated ,, if yes > what is > the new command for the same ????? Basically i wanted to use the > GOgraph > command which came under the GOstat package... It might be just a typo, but the name of the package you are trying to install is GOstats (note you're missing the s). So, with that said, what problems are you having installing the package? Perhaps giving us more details will help smoke out the problem. The GOstats package is installed on my machine just fine (Intel Mac/R 2.9.0). -steve -- Steve Lianoglou Graduate Student: Physiology, Biophysics and Systems Biology Weill Medical College of Cornell University http://cbio.mskcc.org/~lianos
ADD COMMENT
0
Entering edit mode
Ashwin Kumar ▴ 90
@ashwin-kumar-3410
Last seen 10.2 years ago
Hello group , I am still having problems with installing the GOstats package & its not a typo error ... I am pasting my workspace image along with the error it shows: > source("http://bioconductor.org/biocLite.R") Warning messages: 1: In safeSource() : Redefining ‘biocinstall’ 2: In safeSource() : Redefining ‘biocinstallPkgGroups’ 3: In safeSource() : Redefining ‘biocinstallRepos’ > biocLite("GOstats") Running biocinstall version 2.4.10 with R version 2.9.0 Your version of R requires version 2.4 of Bioconductor. Warning in install.packages(pkgs = pkgs, repos = repos, dependencies = dependencies, : argument 'lib' is missing: using '/home/mlscub1/R/i486-pc-linux-gnu-library/2.9' also installing the dependencies ‘XML’, ‘GSEABase’, ‘Category’ trying URL ' http://bioconductor.org/packages/2.4/extra/src/contrib/XML_2.3-0.tar.g z' Content type 'application/x-gzip' length 659797 bytes (644 Kb) opened URL ================================================== downloaded 644 Kb trying URL ' http://bioconductor.org/packages/2.4/bioc/src/contrib/GSEABase_1.6.0.t ar.gz' Content type 'application/x-gzip' length 174211 bytes (170 Kb) opened URL ================================================== downloaded 170 Kb trying URL ' http://bioconductor.org/packages/2.4/bioc/src/contrib/Category_2.10.0. tar.gz ' Content type 'application/x-gzip' length 458431 bytes (447 Kb) opened URL ================================================== downloaded 447 Kb trying URL ' http://bioconductor.org/packages/2.4/bioc/src/contrib/GOstats_2.10.0.t ar.gz' Content type 'application/x-gzip' length 2404620 bytes (2.3 Mb) opened URL ================================================== downloaded 2.3 Mb * Installing *source* package ‘XML’ ... checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for sed... /bin/sed checking for xml2-config... no Cannot find xml2-config ERROR: configuration failed for package ‘XML’ * Removing ‘/home/mlscub1/R/i486-pc-linux-gnu-library/2.9/XML’ * Installing *source* package ‘GSEABase’ ... ** R ** inst ** preparing package for lazy loading Loading required package: Biobase Welcome to Bioconductor Vignettes contain introductory material. To view, type 'openVignette()'. To cite Bioconductor, see 'citation("Biobase")' and for packages 'citation(pkgname)'. Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : there is no package called 'XML' ERROR: lazy loading failed for package ‘GSEABase’ * Removing ‘/home/mlscub1/R/i486-pc-linux-gnu-library/2.9/GSEABase’ * Installing *source* package ‘Category’ ... ** R ** inst ** preparing package for lazy loading Loading required package: Biobase Welcome to Bioconductor Vignettes contain introductory material. To view, type 'openVignette()'. To cite Bioconductor, see 'citation("Biobase")' and for packages 'citation(pkgname)'. Error in loadNamespace(imp[[1L]], c(lib.loc, .libPaths())) : there is no package called 'GSEABase' ERROR: lazy loading failed for package ‘Category’ * Removing ‘/home/mlscub1/R/i486-pc-linux-gnu-library/2.9/Category’ * Installing *source* package ‘GOstats’ ... ** R ** data ** inst ** preparing package for lazy loading Welcome to Bioconductor Vignettes contain introductory material. To view, type 'openVignette()'. To cite Bioconductor, see 'citation("Biobase")' and for packages 'citation(pkgname)'. Error : package 'Category' required by 'GOstats' could not be found ERROR: lazy loading failed for package ‘GOstats’ * Removing ‘/home/mlscub1/R/i486-pc-linux-gnu-library/2.9/GOstats’ The downloaded packages are in ‘/tmp/RtmpykjLAI/downloaded_packages’ Warning messages: 1: In install.packages(pkgs = pkgs, repos = repos, dependencies = dependencies, : installation of package 'XML' had non-zero exit status 2: In install.packages(pkgs = pkgs, repos = repos, dependencies = dependencies, : installation of package 'GSEABase' had non-zero exit status 3: In install.packages(pkgs = pkgs, repos = repos, dependencies = dependencies, : installation of package 'Category' had non-zero exit status > library(GOstats) Error in library(GOstats) : there is no package called 'GOstats' Any advice will be greatly appreciated .... Thankfully A.Ashwin MLSC Department of Biotechnology Manipal University INDIA [[alternative HTML version deleted]]
ADD COMMENT
0
Entering edit mode
Hi Ashwin, On May 21, 2009, at 3:04 AM, Ashwin Kumar wrote: > Hello group , > > I am still having problems with installing the GOstats package & its > not a > typo error ... I am pasting my workspace image along with the error it > shows: So it looks like GOstats actually isn't your problem (yet, anyway) and the real problem is that installing the XML library is failing on your system. See: > * Installing *source* package ?XML? ... > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking how to run the C preprocessor... gcc -E > checking for sed... /bin/sed > checking for xml2-config... no > Cannot find xml2-config > ERROR: configuration failed for package ?XML? > * Removing ?/home/mlscub1/R/i486-pc-linux-gnu-library/2.9/XML? Once XML fails, the packages that depend on it fail to load, and you get the cascading errors you're experiencing now. So, let's try to sort that out first. The System Requirements section on the CRAN page for XML[1] says it requires libxml2 (>= 2.6.3). By the looks of your errors, your system's inability to find "xml2-config" suggests libxml2 isn't installed. Could you (or get your sysadmin to) try to use whatever package manager your linux distro uses to install libxml2 and then try your biocLite install again? -steve [1] XML Package: http://cran.r-project.org/web/packages/XML/index.html -- Steve Lianoglou Graduate Student: Physiology, Biophysics and Systems Biology Weill Medical College of Cornell University http://cbio.mskcc.org/~lianos
ADD REPLY
0
Entering edit mode
Hi Ashwin, Note that in order to compile the XML package on a Linux system, you not only need to have the libxml2 package (I'm talking about Linux packages here i.e. RPM or .deb packages) but also the include files and other stuff needed for developing and compiling against libxml2. This is generally found in a package called something like libxml2-devel (on RPM-based Linux distros like Fedora, RedHat, openSUSE, etc...) or libxml2-dev (on Debian-based Linux distros like Debian, Ubuntu, etc...). Cheers, H. Steve Lianoglou wrote: > Hi Ashwin, > > On May 21, 2009, at 3:04 AM, Ashwin Kumar wrote: > >> Hello group , >> >> I am still having problems with installing the GOstats package & its >> not a >> typo error ... I am pasting my workspace image along with the error it >> shows: > > So it looks like GOstats actually isn't your problem (yet, anyway) and > the real problem is that installing the XML library is failing on your > system. See: > >> * Installing *source* package ?XML? ... >> checking for gcc... gcc >> checking for C compiler default output file name... a.out >> checking whether the C compiler works... yes >> checking whether we are cross compiling... no >> checking for suffix of executables... >> checking for suffix of object files... o >> checking whether we are using the GNU C compiler... yes >> checking whether gcc accepts -g... yes >> checking for gcc option to accept ISO C89... none needed >> checking how to run the C preprocessor... gcc -E >> checking for sed... /bin/sed >> checking for xml2-config... no >> Cannot find xml2-config >> ERROR: configuration failed for package ?XML? >> * Removing ?/home/mlscub1/R/i486-pc-linux-gnu-library/2.9/XML? > > Once XML fails, the packages that depend on it fail to load, and you get > the cascading errors you're experiencing now. So, let's try to sort that > out first. > > The System Requirements section on the CRAN page for XML[1] says it > requires libxml2 (>= 2.6.3). By the looks of your errors, your system's > inability to find "xml2-config" suggests libxml2 isn't installed. > > Could you (or get your sysadmin to) try to use whatever package manager > your linux distro uses to install libxml2 and then try your biocLite > install again? > > -steve > > [1] XML Package: http://cran.r-project.org/web/packages/XML/index.html > > -- > Steve Lianoglou > Graduate Student: Physiology, Biophysics and Systems Biology > Weill Medical College of Cornell University > > http://cbio.mskcc.org/~lianos > > _______________________________________________ > 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 -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M2-B876 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpages at fhcrc.org Phone: (206) 667-5791 Fax: (206) 667-1319
ADD REPLY

Login before adding your answer.

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