search for: mlistmetanam

Displaying 11 results from an estimated 11 matches for "mlistmetanam".

Did you mean: mlistmetaname
2005 Apr 18
2
R2.0.1 for Mac OS X 10.3 problem
...Matrix. My attempts to do this ultimately broke R. The R console appears briefly, then collapses. I have tried downloading and reinstalling R without success. Typing 'R' into Terminal gives the error message bring up the usual introduction, then the error message: Error in methods:::mlistMetaName(mi, ns) : The methods object name for "coerce" must include the name of the package that contains the generic function, but there is no generic function of this name Fatal error: unable to restore saved data in .RData Can anyone help? Greg
2007 May 27
2
[Bioc-devel] promptClass
...====================================== --- RMethodUtils.R (revision 41719) +++ RMethodUtils.R (working copy) @@ -621,7 +621,7 @@ getMethodsMetaData <- ## get the methods meta-data for function f on database where function(f, where = topenv(parent.frame())) { - mname <- mlistMetaName(f, where) + mname <- mlistMetaName(f, getPackageName(where)) if(exists(mname, where = where, inherits = missing(where))) get(mname, where) else Seth Falcon <sfalcon at fhcrc.org> writes: > cstrato <cstrato at aon.at> writes: > >> D...
2002 Oct 03
1
cacheMetaData in R-1.6.0
Hi, I upgraded to R-1.6.0 and I am facing the following error when loading a package I am working on. Error in mlistMetaName(f) : No way to associate a generic function with an object of class "NULL" Error in library(affy) : .First.lib failed This happen when I do cacheMetaData(as.environment(where)) in the .First.lib function Any hint ? L. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2007 Jan 29
0
can not load my workspace any more
Hello everybody! I've been working now for quite a while with my R envoirment. However, today I tried to load it as usal, but I only get the error message Error in methods:::mlistMetaName(mi, ns) : the methods object name for 'plot' must include the name of the package that contains the generic function, but there is no generic function of this name This happens directly after I start R on the command line and leaves me again with my prompt such that I can not access my...
2008 Oct 20
2
R 2.8.0 is released
...id) instead. o gammaCody() is defunct. o par("gamma") is defunct. o 'methods' package functions getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses, getVirtual(), mlistMetaName(), removeMethodsObject() and seemsS4Object() are defunct. o Use of a non-integer .Random.seed is now an error. (R itself has never generated such values, but user code has, and R >= 2.6.0 has given a warning.) o methods::allGenerics() is deprecated. o...
2008 Oct 20
2
R 2.8.0 is released
...id) instead. o gammaCody() is defunct. o par("gamma") is defunct. o 'methods' package functions getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses, getVirtual(), mlistMetaName(), removeMethodsObject() and seemsS4Object() are defunct. o Use of a non-integer .Random.seed is now an error. (R itself has never generated such values, but user code has, and R >= 2.6.0 has given a warning.) o methods::allGenerics() is deprecated. o...
2020 Apr 24
0
R 4.0.0 is released
...* Defunct functions mem.limits(), .readRDS(), .saveRDS(),..find.package(), and .path.package() from package base and allGenerics(), getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(), removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn() from methods have been removed. C-LEVEL FACILITIES: * installChar is now remapped in Rinternals.h to installTrChar, of which it has been a wrapper since R 3.6.0. Neither are part of the API, but p...
2020 Apr 24
0
R 4.0.0 is released
...* Defunct functions mem.limits(), .readRDS(), .saveRDS(),..find.package(), and .path.package() from package base and allGenerics(), getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(), removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn() from methods have been removed. C-LEVEL FACILITIES: * installChar is now remapped in Rinternals.h to installTrChar, of which it has been a wrapper since R 3.6.0. Neither are part of the API, but p...
2020 Apr 24
0
R 4.0.0 is released
...* Defunct functions mem.limits(), .readRDS(), .saveRDS(),..find.package(), and .path.package() from package base and allGenerics(), getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(), removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn() from methods have been removed. C-LEVEL FACILITIES: * installChar is now remapped in Rinternals.h to installTrChar, of which it has been a wrapper since R 3.6.0. Neither are part of the API, but p...
2008 Apr 22
3
R 2.7.0 is released
...did something useful in single-byte locales on most devices) and font=5 (base) or fontface=5 (grid) did the job it was intended to do more reliably. o gammaCody() is now formally deprecated. o Two low-level functions using MethodsList metadata objects (mlistMetaName() and getAllMethods()) are deprecated. o Setting par(gamma=) is now deprecated, and the windows() device (the only known example) no longer allows it. o The C macro 'allocString' will be removed in 2.8.0 -- use 'mkChar', or 'allocVector' direct...
2008 Apr 22
3
R 2.7.0 is released
...did something useful in single-byte locales on most devices) and font=5 (base) or fontface=5 (grid) did the job it was intended to do more reliably. o gammaCody() is now formally deprecated. o Two low-level functions using MethodsList metadata objects (mlistMetaName() and getAllMethods()) are deprecated. o Setting par(gamma=) is now deprecated, and the windows() device (the only known example) no longer allows it. o The C macro 'allocString' will be removed in 2.8.0 -- use 'mkChar', or 'allocVector' direct...