search for: affyanalysi

Displaying 2 results from an estimated 2 matches for "affyanalysi".

Did you mean: affyanalysis
2010 May 10
1
Rd files must have a non-empty \title
Hello everybody, I'm trying to install a package I have built. This package contains three scripts with various functions (S3 as well as S4 classes) I run at first the package.skeleton command with: > package.skeleton("affyAnalysis", namespace=TRUE, code_files =c("defS3.R", "defS4.R", "qc.R")) affyAnalysis is the name of the supposed package and the three script are listed at the end. results: Creating directories ... Creating DESCRIPTION ... Creating NAMESPACE ... Creating Read-and-delete...
2010 Feb 08
1
objects masked from packages
dear all, I have a problem with a masked object in a package we created here. we make a package for a workflow of internal analysis of microarray data. to create the package we used: > install.packages(pkgs="affyAnalysis", repos=NULL) > R CMD INSTALL affyAnalysis Erzeuge Verzeichnisse ... Erzeuge DESCRIPTION ... Erzeuge NAMESPACE ... Erzeuge Read-and-delete-me ... Kopiere Code-Dateien ... Erzeuge Hilfedateien ... Fertig. one of the classes in the package is a S3 packge and has the name "preprocess&q...