Displaying 2 results from an estimated 2 matches for "nvnormalize".
Did you mean:
normalize
2009 Aug 25
1
package dependencies specification
Hello,
After running R CMD check on my package I received the following error on
package dependencies:
* using log directory 'C:/z-zBackup/Nuvera Bio on
Iatros01/Development/RPackages/nvNormalize/nvNormalize.Rcheck'
* using R version 2.9.1 (2009-06-26)
* using session charset: ISO8859-1
* checking for file 'nvNormalize/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'nvNormalize' version '1.0'
* checking package name space information...
2009 Sep 10
1
importing/loading package without a namespace
...ckage should be
included in the Depends list, but this has not helped.
https://stat.ethz.ch/pipermail/bioc-devel/2007-April/001079.html
Thank you.
The contents of my DESCRIPTION file are:
Package: nvQC
Type: Package
...
Depends: R(>= 2.5.0), Biobase, qcc
Imports: affy, RColorBrewer, affyio, nvNormalize
Suggests: nvCELFiles
LazyLoad: no
LazyData: yes
and those of the NAMESPACE file
export(nv.evalQC, gridQC, control.plots)
import(qcc, affy)
importFrom(RColorBrewer, brewer.pal)
importFrom(affyio, read.celfiles)
importFrom(nvNormalize, norm.options)
The output from R CMD check nvQC
* using log...