search for: nvqc

Displaying 1 result from an estimated 1 matches for "nvqc".

Did you mean: nvq
2009 Sep 10
1
importing/loading package without a namespace
...ow loading the namespace-less package? I searched the archives and found a suggestion that the package 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(aff...