search for: updateobject

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

2023 Nov 03
2
'R CMD INSTALL' keeps going on despite serious errors, and returns exit code 0
...g to library ?/home/hpages/R/R-4.4.r85388/site-library? ??? * installing *source* package ?CoreGx? ... ??? ** using staged installation ??? ** R ??? ** data ??? *** moving datasets to lazyload DB ??? ** inst ??? ** byte-compile and prepare package for lazy loading ??? Error : in method for ?updateObject? with signature ?object="CoreSet"?:? arguments (?verbose?) after ?...? in the generic must appear in the method, in the same place at the end of the argument list ??? Error: unable to load R code in package ?CoreGx? ??? ** help ??? *** installing help indices ??? ** building package...
2023 Nov 04
1
'R CMD INSTALL' keeps going on despite serious errors, and returns exit code 0
...??? * installing *source* package ?CoreGx? ... > ??? ** using staged installation > ??? ** R > ??? ** data > ??? *** moving datasets to lazyload DB > ??? ** inst > ??? ** byte-compile and prepare package for lazy loading > ??? Error : in method for ?updateObject? with signature > ?object="CoreSet"?:? arguments (?verbose?) after ?...? in the generic > must appear in the method, in the same place at the end of the argument list > ??? Error: unable to load R code in package ?CoreGx? > ??? ** help > ??? *** instal...
2007 Jul 30
2
problems saving and loading (PLMset) objects
.... 'Doing something silly I'm sure, but can't see why my saved PLMset objects come out all wrong. To use an example: Setting up an example PLMset (I have the same problem no matter what example I use) > library(affyPLM) > data(Dilution) # affybatch object > Dilution = updateObject(Dilution) > options(width=36) > expr <- fitPLM(Dilution) This works, and I'm able to get the probeset coefficients with coefs(expr). until I save and try reloading: > save(expr, file="expr.RData") > rm(expr) # just to be sure > expr <- load(expr.RData)...