search for: updatemethodsint

Displaying 3 results from an estimated 3 matches for "updatemethodsint".

2014 Nov 25
0
problem with setGroupGeneric from package methods
...LC_TELEPHONE=C [11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base > library(pctsData) In one of the cases when the package installs the problem seems to appear after cacheMetaData -> .updateMethodsInTable -> .updateMethodsInTable -> .setupMethodsTables in one of the recursive calls to updateMethodsInTable (the place is marked with !!! towards the end of the code below). At the time of the error in .setupMethodsTables(generic) 'generic' is NULL and generic at group fails. The...
2007 Aug 03
2
RSPython won't load in R 2.6.0 under Linux
I can compile RSPython without difficulty, been when I try to load it, I get the error messages below. Also below are some cryptic warnings I get on R boot (in case these are pertinent) and my sessionInfo(). Any help is appreciated. Thanks, Mark Warning messages: 1: In .updateMethodsInTable(fdef, where, attach) : Couldn't find methods table for "conditional", package "Category" may be out of date 2: In .updateMethodsInTable(fdef, where, attach) : Methods list for generic "conditional" not found > require(RSPython) Loading required packa...
2007 Aug 09
1
tcltk error on Linux
...usr/share/tcl directory in my PATH, but R doesn't seem to see it. I also have installed tk on my system. Any ideas on what the problem is? Also, note that I have some warning messages on starting up R, not sure what they mean or if they are pertinent. Thanks, Mark Warning messages: 1: In .updateMethodsInTable(fdef, where, attach) : Couldn't find methods table for "conditional", package "Category" may be out of date 2: In .updateMethodsInTable(fdef, where, attach) : Methods list for generic "conditional" not found > require(tcltk) Loading required package:...