similar to: problem loading package 'gplots'

Displaying 20 results from an estimated 2000 matches similar to: "problem loading package 'gplots'"

2007 Feb 20
4
linux gplots install unhappy
Hello all, I use R on both windows and a "mainframe" linux installation (RedHat enterprise 3.0, which they tell me is soon to be upgraded to 4.0). On windows I installed the package gplots without trouble, and it works fine. When I attempted to do the same on the unix computer, the following error message was forthcoming: downloaded 216Kb * Installing *source* package
2010 May 17
1
Running gplots package with Windows 7
Hello, I'm fairly new to R and am running version 2.11.0 with Windows 7. I need to run the package gplots. The package installs fine, but when I try to load it I receive the message: Loading required package: gtools Error: package 'gtools' could not be loaded In addition: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there
2012 Mar 13
2
"gplots" packages does not work
I had installed de "gplots" package and then I loaded the library but the package did not work. I recieved a message like this: > install.packages("gplots", dependencies = TRUE) Installing package(s) into ‘/home/fpiston/R/x86_64-pc-linux-gnu-library/2.14’ (as ‘lib’ is unspecified) --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done
2004 Sep 17
1
R-2.0.0 Install problem for package bundle with inter-dependent n amespaces
I have a revised version of the gregmisc package, which I've converted into a package bundle each of which has a namespace: gplots, gmodels, gdata, gtoools. Of course, there are interdependencies among these namespaces: gsun374: /tmp [11]> cd gregmisc/ gsun374: gregmisc [12]> grep import */NAMESPACE gdata/NAMESPACE:importFrom(gtools, odd, invalid, mixedsort)
2011 Apr 08
1
Problem installing packages in R 2.11.1
The issue shows when installing some packages. I was interested in using "gplots" so i ran: install.packages("gplots", dependencies=TRUE) and the outcome was something like this: Aviso en install.packages("gplots", dependencies = TRUE) : argument 'lib' is missing: using '/home/buscoverdad/R/i686-pc-linux-gnu-library/2.11' ---
2010 Feb 04
1
Help....package "GPLOTS" will not install. Linux
Hello, Apologies in advance if this is not the appropriate forum for this post. My problem is I'm not able to install the package "GPLOTS". Below are the outputs for the commands: sessionInfo() and install.packages("gplots",dependencies=TRUE). It seems the package "GDATA" is part of the problem but I'm not an expert in this. The "GDATA" package
2010 Mar 25
1
Error in library(gplots) : there is no package called 'gplots'
Dear all, I have an issue trying to install new packages (have tried with RODBC_1.3-1, gplots_2.6.1, gtools_2.7.4 packages) and get the same error message : "Error in library(gplots) : there is no package called 'gplots'" Only clue I have found so far on the Web is related to Perl (Perl modules are installed on my computer, but which one is related to gplots if any ?); no
2011 Jul 03
1
PROBLEM IN R version 2.13.0 (2011-04-13)
I am using R (version 2.13.0; 2011-04-13). Platform: x86_64-pc-mingw32/x64 (64-bit). The messages that I see is “This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information” I am using the following libraries: > library(package="gmodels") > library(package="gtools")
2008 Oct 15
1
error installing gtools (PR#13168)
Full_Name: Ebi Hal Version: R-2.7.2-1 OS: Fedora core 9 Submission from: (NULL) (129.215.170.238) I tried to install gplots by running R> install.packages("gplots") but the process failed while installing "gtools" with the following error message: * Installing to library '/usr/lib64/R/library' * Installing *source* package 'gtools' ... ** libs gcc -m64
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
Hello, We have submitted the updated version of gdata, gmodels, gplots and gtools to CRAN. Summary of the changes is attached at the end. Best, Nitin ______________________ Nitin Jain, PhD <nitin.jain at pfizer.com> Non Clinical Statistics Pfizer, Inc. (Groton, CT) Bldg: 260, # 1451 Ph: (860) 686-2526 (Office) Fax: (860) 686-6170 Brief description of changes: CHANGES IN GDATA 2.1.2
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
Hello, We have submitted the updated version of gdata, gmodels, gplots and gtools to CRAN. Summary of the changes is attached at the end. Best, Nitin ______________________ Nitin Jain, PhD <nitin.jain at pfizer.com> Non Clinical Statistics Pfizer, Inc. (Groton, CT) Bldg: 260, # 1451 Ph: (860) 686-2526 (Office) Fax: (860) 686-6170 Brief description of changes: CHANGES IN GDATA 2.1.2
2010 Feb 23
1
installing ROCR/gplots packages blows up memory
When I try to install the ROCR package (which requires gplots) on Ubuntu 9.10 (Xubuntu Karmic Koala) 64-bit on R version 2.9.2 (2009-08-24), it eats up all my RAM (2GB) and swap (4GB) and keeps allocating more memory until Linux's out of memory (OOM) killer kills the perl process. This problem is special to Ubuntu because I can install other packages (such as party) on this Ubuntu system, and
2014 Feb 24
3
Error gdata and gplots packages
Hi, I just installed Ubuntu 12.04.4. I installed R by following instructions from CRAN after modification into my /etc/apt/sources.list file sudo apt-get update sudo apt-get install r-base sudo apt-get install r-base-dev When I try to load library(gdata) ou library(gplots), I have error message : library(gdata) gdata: read.xls support for 'XLS' (Excel 97-2004) files
2008 Jul 11
2
Problems with Package Installation.
I am having difficulty installing packages. For example, here I have tried to install "gplots" but to no avail. I have tried multiple mirrors and different packages (errbar) but after installation I seem to be unable to access any of the commands or help pages. I am a little concerned about the 'lib' missing message but this has been present for previous successful package
2006 Aug 07
1
failed to load gplots
Hi everyone! I get the following message anyhow I try to load the package gplots: Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : ReadItem: unknown type 241 Error in library(pkg, character.only = TRUE) : package/namespace load failed for 'gplots' Could any of you tell me what goes wrong? (I am using R 2.0.1. on Windows) Thanks a lot: ----------
2005 Nov 23
2
Really supress output from Sweave
Hi, I am using Sweave for chapters in my thesis that contain results. In the beginning of each chapter, I use this to load libraries I need. <<init,echo=FALSE,quiet=TRUE>>= library(gplots) library(Hmisc) library(e1071) @ What I want is, of course, to supress messages written by this code, but what I get in the end is X-init.tex with this the contents below. How do I really supress
2012 Oct 16
1
cannot open gplots libray
hi all i'm trying to open gplots library but i keep on getting this error: /Loading required package: gdata Error in readRDS(mapfile) : embedded nul in string: 'ref\0\0\002\0\0\0\0' Error : unable to load R code in package ?gdata? Error: package ?gdata? could not be loaded/ if i run session info the results are: /> print(sessionInfo()) R version 2.15.1 (2012-06-22) Platform:
2012 Aug 30
1
segfault in gplots::heatmap.2
Hi all, I am taking this over from r-help (see http://permalink.gmane.org/gmane.comp.lang.r.general/273985). I experience a segfault when calling gplots::heatmap.2(), but only when certain other packages are loaded. I am not sure for the correct place to send this bug report. Should I send it to the package maintainers directly? If R-help is the wrong place, please feel free to direct me to
2009 Jun 21
2
Help on qpcR package
I am using R on a Windows XP professional platform. The following code is part of a bigger one CODE press=function(y,x){ library(qpcR) models.press=numeric(0) cat("\n") dep=y print(dep) indep=log(x) print(indep) yfit=dep-PRESS(lm(dep~indep))[[2]] cat("\n yfit\n") print(yfit) yfit.orig=yfit presid=y-yfit.orig press=sum(presid^2)
2004 Dec 26
1
error in gregmisc package
Hi, I just installed the gregmisc bundle. When I do library(gdata) (or library(gtools), library(gmodels)) everything works fine. When I do library(gplots) I get Error in parse(file, n, text, prompt) : syntax error on line 1850 Error in library(gplots) : package/namespace load failed I'm using R-1.7.0 on Mac OS 10.3. Can anybody help me with this? Could I be doing