search for: objwithclass

Displaying 6 results from an estimated 6 matches for "objwithclass".

2003 Apr 22
1
R 1.7.0: Startup error: Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass"
...1) After starting the Rgui the following error message is displayed (vertical dots represent omissions of output): R : Copyright 2003, The R Development Core Team Version 1.7.0 (2003-04-16) . . . . Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass" Furthermore, Sys.getenv() reveals: Warning message: package methods in options("defaultPackages") was not found However, this package is included in "C:\Program Files\R\rw1070\library\base\R\Rprofile". code-snippet: . . . local({dp <- as.vector(Sys.getenv("R_D...
2003 Sep 22
1
anybody running Rggobi on a redhat 9.0 system?
...=/usr/lib/R/library export R_LIBS as: su ln -s $GGOBI_ROOT/lib/libggobi.so /usr/lib/. ln -s $GGOBI_ROOT/lib/libgtkext.so /usr/lib/. R CMD INSTALL Rggobi_0.53-0.tar.gz I get: ** R ** inst ** save image Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass" Warning message: package methods in options("defaultPackages") was not found Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass" Error in library("methods") : .First.lib failed Execution halted /usr/local/lib/...
2003 Sep 08
0
Rgobi installation failed, thanks for help
...I_ROOT bash-2.05b$ R_LIBS=/usr/lib/R/library bash-2.05b$ export R_LIBS as su: ln -s $GGOBI_ROOT/lib/libggobi.so /usr/lib/ ln -s $GGOBI_ROOT/lib/libgtkext.so /usr/lib/ R CMD INSTALL Rggobi_0.53-0.tar.gz Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass" Warning message: package methods in options("defaultPackages") was not found Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass" Error in library("methods") : .First.lib failed Execution halted /usr/local/lib/...
2002 Apr 05
0
[DOC] as.call (PR#1437)
...is a call and otherwise terminates with an error message. which actually has been untrue for quite a while, e.g.: > cl<-as.call(c(ls, list("package:base", pattern="obj"))) > eval(cl) [1] "is.object" "objects" "object.size" "objWithClass" Someone changed the code without editing the documentation. I know who the guilty party is and will force him to rewrite the help entry in due course... -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- Univer...
2003 Apr 16
2
R-1.7.0 is released
...restart() is defunct. Use try(), as has long been recommended. o The deprecated arguments `pkg' and `lib' of system.file() have been removed. o printNoClass() {methods} is deprecated (and moved to base, since it was a copy of a base function). o Primitives dataClass() and objWithClass() have been replaced by class() and class<-(); they were internal support functions for use by package methods. o The use of SIGUSR2 to quit a running R process under Unix is deprecated, the signal may need to be reclaimed for other purposes. UTILITIES o R CMD check more compactl...
2003 Apr 16
2
R-1.7.0 is released
...restart() is defunct. Use try(), as has long been recommended. o The deprecated arguments `pkg' and `lib' of system.file() have been removed. o printNoClass() {methods} is deprecated (and moved to base, since it was a copy of a base function). o Primitives dataClass() and objWithClass() have been replaced by class() and class<-(); they were internal support functions for use by package methods. o The use of SIGUSR2 to quit a running R process under Unix is deprecated, the signal may need to be reclaimed for other purposes. UTILITIES o R CMD check more compactl...