Displaying 2 results from an estimated 2 matches for "cranrepository".
2006 Mar 09
1
lsa and Rstem?
...argument 'lib' is missing:
using /Users/mk/Library/R/library
Warning in download.packages(pkgs, destdir = tmpd, available =
available, :
no package 'Rstem' at the repositories
Since Rstem is on http://www.omegahat.org/, I then followed the
advice at http://www.omegahat.org/cranRepository.html:
> options(CRAN = c(getOption("CRAN"), "http://www.omegahat.org/R"))
> install.packages('Rstem')
Warning in install.packages("Rstem") : argument 'lib' is missing:
using /Users/mk/Library/R/library
Warning in download.packages(pkgs, destdi...
2006 Jul 25
0
Normalization problem
...fy)
Data <- ReadAffy()
eset <- mas5(Data)
Calls <-mas5calls(Data)
The errors I got are:
background correction: mas
PM/MM correction : mas
expression values: mas
background correcting...Warning message:
cannot open: HTTP status was '404 Not Found'
Note: http://www.bioconductor.org/CRANrepository does not seem to have a
valid repository, skipping
Warning message:
'loadURL' is deprecated.
Use 'load(url())' instead.
See help("Deprecated")
Warning message:
'loadURL' is deprecated.
Use 'load(url())' instead.
See help("Deprecated")
There were 1...