[BioC] nnNorm loading problem
Seth Falcon
sfalcon at fhcrc.org
Fri Sep 1 17:17:13 CEST 2006
"D.Enrique ESCOBAR ESPINOZA" <escobarebio at yahoo.com> writes:
> i installed bioconductor with
> biocLite()
> then
> getBioC()
> now the problem is that I need to use
> Mr Tarca's nnNorm,
> I can load library(nnet)
> I can load library(marray)
> I can t load library(nnNorm)
> > library(nnNorm)
> Error in library(nnNorm) : there is no package called 'nnNorm'
> I do
> > biocLite(nnNorm)
> Running getBioC version 0.1.6 with R version 2.3.1
> Running biocinstall version 1.8.4 with R version 2.3.1
> Your version of R requires version 1.8 of Bioconductor.
> Error in install.packages(pkgs = pkgs, repos = repos,
> dependencies =
> dependencies, :
> object "nnNorm" not found
^^^^^^^^^^^^^^^^^^^^^^^^^
How about:
biocLite("nnNorm")
More information about the Bioconductor
mailing list