Entering edit mode
James Wagner
▴
30
@james-wagner-3300
Last seen 10.2 years ago
Hello, when trying to install these packages using biocLite, I get the
messages package "sva" is not available and likewise package
"bladderbatch" is not available. With sva I was able to download the
tar.gz
file and install it using install.packages(), however with
bladderbatch I
got the message
Error : Invalid DESCRIPTION file
Package name and namespace differ.
The DESCRIPTION file contained the line "namespace auto", which when I
removed gave no further errors with the "install.packages()" command,
however then when I run library(bladderbatch) I get the warning
message:
Warning message:
In loadNamespace(package, c(which.lib.loc, lib.loc), keep.source =
keep.source) :
package 'bladderbatch' contains no R code and then with
data(bladderbatch) I get that data set 'bladderbatch' not found.
What is the best way to hack the DESCRIPTION file to get bladderbatch
actually working?
Thank-you
[[alternative HTML version deleted]]