Hi All Package DECHIPER supposed to be available from BioConductor, and the recommended install , according to Bioconductors site, is for R 4.0 (and Bioc 3.11). Even after upgrading to these versions, the package is successfully retrieved but not installed, and the installation exits with this cryptic warning message: package ‘DECHIPER’ is not available (for R version 4.0.2)
I am running R studio on Windows10. Have checked my lib path and verified the downloaded package IS there. Have also tried running R as administrator, but no dice. Other Bioconductor packages were installed with no problems at all. Any ideas much appreciated - have been at it for hours... Thanks!
- Full printout*
>BiocManager::install(c("DECHIPER"))
Bioconductor version 3.11 (BiocManager 1.30.10), R 4.0.2 (2020-06-22)
Installing package(s) 'DECHIPER'
Old packages: 'backports'
Update all/some/none? [a/s/n]:
a
There is a binary version available but the source version is later:
binary source needs_compilation
backports 1.1.7 1.1.8 TRUE
Binaries will be installed
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/backports_1.1.7.zip'
Content type 'application/zip' length 81641 bytes (79 KB)
downloaded 79 KB
package ‘backports’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\UriGo12\AppData\Local\Temp\RtmpWazMHl\downloaded_packages
Warning message:
package ‘DECHIPER’ is not available (for R version 4.0.2)
> require(DECHIPER)
Loading required package: DECHIPER
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘DECHIPER’
Wow, I`m an idiot ! and thank you so much Guess what threw me off was that the package DID download - must have spelled it right initially (first attempt may not have worked cause was missing too many dependencies) and then didnt realize my next attempts were misspelled. Thanks!
Wow, I`m an idiot ! and thank you so much Guess what threw me off was that the package DID download - must have spelled it right initially (first attempt may not have worked cause was missing too many dependencies) and then didnt realize my next attempts were misspelled. Thanks!