Closed Addicted-to-coding closed 6 years ago
Oh you're right, it seems that this syntax doesn't work anymore. Please use this instead:
biocLite(c("BSgenome.Hsapiens.UCSC.hg19", "Rsamtools", "DNAcopy", "rtracklayer"))
I'll update the documentation, thanks for raising the issue.
Thanks a lot for the prompt response, it works now!
When I try to install the Bioconductor packages with the command source("http://bioconductor.org/biocLite.R") biocLite("BSgenome.Hsapiens.UCSC.hg19", "Rsamtools", "DNAcopy", "rtracklayer") I get the error: Error in !suppressAutoUpdate : invalid argument type
How can I solve this?