Displaying 1 result from an estimated 1 matches for "pcrexprset".
2007 Mar 05
1
Error loading a dependency in a package: missing namespace?
...losta at gmail.com>
Maintainer: Carlos J. Gil Bellosta <gilbellosta at gmail.com>
Description: Package for the analysis of Taqman experiments
License: TBA
carlos at kropotkin:pcrAnalysis$ cat NAMESPACE
import(methods, Biobase, outliers)
exportPattern("^tqmn")
exportClasses("pcrExprSet")
exportMethods(task, "task<-", phenoData.sort)
But now, the load of the packages fails. If I try to run
carlos at kropotkin:tmp$ R CMD check pcrAnalysis
I get the following log:
* checking for working latex ... OK
* using log directory '/tmp/pcrAnalysis.Rcheck'
* usin...