HenrikBengtsson / aroma.affymetrix

🔬 R package: Analysis of Large Affymetrix Microarray Data Sets
https://cran.r-project.org/package=aroma.affymetrix
10 stars 3 forks source link

Declare all S3 methods in NAMESPACE #2

Closed HenrikBengtsson closed 9 years ago

HenrikBengtsson commented 9 years ago

Declare all S3 methods in NAMESPACE. Currently there are many missing ones, e.g.

* checking S3 generic/method consistency ... NOTE
Found the following apparent S3 methods exported but not registered:
  addColorMap.ArrayExplorer addColorMap.SpatialReporter
  addExclCells.DChipQuantileNormalization
...
[many!] 
...
  writeSignals.ProbeLevelTransform3 writeWig.CnChipEffectSet
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’ manual.
* checking replacement functions ... OK