search for: identc

Displaying 7 results from an estimated 7 matches for "identc".

Did you mean: ident
2019 Sep 08
6
Error: package or namespace load failed for ‘utils
Hi, When starting an embedded R I encounter the following issue under certain conditions: ``` Error: package or namespace load failed for ?utils? in if (.identC(class1, class2) || .identC(class2, "ANY")) TRUE else {: missing value where TRUE/FALSE needed ``` (more such errors for grDevices, graphics, and stats) And in the end: ``` Warning messages: 1: package ?utils? in options("defaultPackages") was not found 2: package ?grDevices?...
2019 Sep 16
1
Error: package or namespace load failed for ‘utils
...lib.loc) ``` > The code path goes through > `registerS3methods(nsInfo$S3methods, package, env)` and > there to: > ``` if (methods::is(genfun, "genericFunction")) ``` > The evaluation of `methods::is` reaches the line > triggering the error as `.identC(class1, class2)` and > `.identC(class2, "ANY")` both return `NA` and `NA || NA` > is not defined: > ``` >> if (NA || NA) { cat("here\n") } > Error in if (NA || NA) { : missing value where TRUE/FALSE > needed ``` > As I unders...
2004 Aug 14
2
Private methods
...(in a very recent email to r-help) that R's methods package does not support private methods. However, I also looked at the source for the function "is": > is function (object, class2) { cl <- .class1(object) if (missing(class2)) return(extends(cl)) if (.identC(cl, class2) || .identC(class2, "ANY")) return(TRUE) ... The first line of the function, the assignment to cl, seems to call a function called ".class1". I was unable to see the source for ".class1": > .class1 Error: Object ".class1" not fo...
2019 Sep 08
1
Error: package or namespace load failed for ‘utils
..., Sep 8, 2019 at 8:42 AM Laurent Gautier <lgautier at gmail.com> wrote: > >> Hi, >> >> When starting an embedded R I encounter the following issue under certain >> conditions: >> >> ``` >> Error: package or namespace load failed for ?utils? in if (.identC(class1, >> class2) || .identC(class2, "ANY")) TRUE else {: >> missing value where TRUE/FALSE needed >> ``` >> (more such errors for grDevices, graphics, and stats) >> >> And in the end: >> >> ``` >> Warning messages: >> 1: packa...
2019 Sep 08
0
Error: package or namespace load failed for ‘utils
...tware wdunlap tibco.com On Sun, Sep 8, 2019 at 8:42 AM Laurent Gautier <lgautier at gmail.com> wrote: > Hi, > > When starting an embedded R I encounter the following issue under certain > conditions: > > ``` > Error: package or namespace load failed for ?utils? in if (.identC(class1, > class2) || .identC(class2, "ANY")) TRUE else {: > missing value where TRUE/FALSE needed > ``` > (more such errors for grDevices, graphics, and stats) > > And in the end: > > ``` > Warning messages: > 1: package ?utils? in options("defaultPacka...
2004 Feb 20
0
Installing OmegaHat OOP package
...libs gcc -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c RtreeApply.c -o RtreeApply.o gcc -shared -L/usr/local/lib -o OOP.so RtreeApply.o ** R ** inst ** save image [1] TRUE Initializing OOP objects in database 1 [1] "initialize" Error in .identC(class(Class), "classRepresentation") : couldn't find function ".traceClassName" Execution halted ERROR: execution of package source for 'OOP' failed ** Removing '/usr/local/lib/R/library/OOP' Anyone got a fix? Cheers, Sam.
2004 Mar 22
1
where is OOP?
Hi there, Installation error was given when I tried to install pmg (Poor mans GUI) http://wiener.math.csi.cuny.edu/pmg/index.html. $ LANG=C sudo R CMD INSTALL pmg_0.6.tar.gz * Installing *source* package 'gtkpmg' ... ** R ** save image Error in library(OOP) : There is no package called 'OOP' Execution halted /usr/lib/R/bin/INSTALL: line -116: 20554 Broken pipe cat