search for: simpleduplicateclass

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

2012 Sep 18
2
problem with vignettes when S4 classes in packages overlap
( A similar problem is also reported by Sebastian P. Luque with library(maptools) library(trip) in the vignette as below ). I am writing a vignette which loads RMySQL and RPostgreSQL. This produces the warning: Loading required package: DBI Warning in .simpleDuplicateClass(def, prev) : A specification for class ?dbObjectId? in package ?RPostgreSQL? seems equivalent to one from package ?RMySQL? and is not turning on duplicate class definitions for this class This can be reproduced by running R CMD Sweave --pdf Atest.Stex where the file Atest.Stex has the lin...
2013 Mar 28
1
Error in setMethod("combine"... was - Error when installing globaltest package
.../globaltest_5.8.1.tar.gz' Content type 'application/x-gzip' length 956376 bytes (933 Kb) opened URL ================================================== downloaded 933 Kb * installing *source* package ?globaltest? ... ** R ** data ** inst ** preparing package for lazy loading Warning in .simpleDuplicateClass(def, prev) : A specification for class ?data.frameOrNULL? Creating a generic function for ?sort? from package ?base? in package ?globaltest? Creating a generic function for ?model.matrix? from package ?stats? in package ?globaltest? Creating a generic...
2011 Oct 19
0
warnings issued at installation time not reported by 'R CMD check'
...39; for this package but if you scroll down the report and look at the output produced during installation (globaltest.Rcheck/00install.out), you'll see this: * installing *source* package ?globaltest? ... ** R ** data ** inst ** preparing package for lazy loading Warning in .simpleDuplicateClass(def, prev) : A specification for class ?data.frameOrNULL? in package ?globaltest? seems equivalent to one from package ?Biobase? and is not turning on duplicate class definitions for this class Creating a generic function for ?sort? from package ?base? in package ?globaltest? Creating...