Entering edit mode
4.7 years ago
andrechristianes
•
0
I change my HD for a SSD, rebooted my PC (x64, i5, 8gb RAM) and installed R 3.6.3, R tools and Rstudio again, such as the packages I use in my project. But now, i can't install ChAMP as usual, by typing:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ChAMP")
The console return the
Warning messages:
1: In install.packages(...) :
installation of package ‘TxDb.Hsapiens.UCSC.hg19.knownGene’ had non-zero exit status
2: In install.packages(...) :
installation of package ‘DMRcate’ had non-zero exit status
3: In install.packages(...) :
installation of package ‘shiny’ had non-zero exit status
4: In install.packages(...) :
installation of package ‘FDb.InfiniumMethylation.hg19’ had non-zero exit status
I don't know how to fix this.
I would start by installing these dependencies manually and then see where the error is. Manual installation should give more precise error messages. Probably a low level dependency / package is missing such as a library or something. Are you on Mac?
I installed the first and the last packages via gz archive, manually. But when i tried with DRMcate and shiny, they show this error messages:
INSTALL Shiny