Package DECHIPER successfully downloaded but not installed
1
0
Entering edit mode
leahfa • 0
@leahfa-23736
Last seen 3.9 years ago

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’
DECHIPER unsuccessfull installation • 1.2k views
ADD COMMENT
1
Entering edit mode
@kaylainterdonato-17327
Last seen 12 weeks ago
United States

Hello,

Double check the spelling of the package. It should be spelled DECIPHER. I added my code to show that it works. Hope this helps!

-Kayla

> BiocManager::install('DECIPHER')
Bioconductor version 3.11 (BiocManager 1.30.10), R 4.0.0 alpha (2020-04-07
  r78171)
Installing package(s) 'DECIPHER'
trying URL 'https://bioconductor.org/packages/3.11/bioc/src/contrib/DECIPHER_2.16.1.tar.gz'
Content type 'application/x-gzip' length 12753559 bytes (12.2 MB)
==================================================
downloaded 12.2 MB

* installing *source* package ‘DECIPHER’ ...
** using staged installation
** libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (DECIPHER)

The downloaded source packages are in
    ‘/private/var/folders/sk/hy088prx12l_cqspv3lbpl9s6_3r11/T/RtmpiBHW7p/downloaded_packages’
Old packages: 'bookdown', 'DT', 'ggforce', 'jsonlite', 'knitr', 'RcppParallel',
  'segmented', 'shiny'
Update all/some/none? [a/s/n]: n
>
> require(DECIPHER)
Loading required package: DECIPHER
Loading required package: Biostrings
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: ‘BiocGenerics’

The following objects are masked from ‘package:parallel’:

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from ‘package:stats’:

    IQR, mad, sd, var, xtabs

The following objects are masked from ‘package:base’:

    anyDuplicated, append, as.data.frame, basename, cbind, colnames,
    dirname, do.call, duplicated, eval, evalq, Filter, Find, get, grep,
    grepl, intersect, is.unsorted, lapply, Map, mapply, match, mget,
    order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
    rbind, Reduce, rownames, sapply, setdiff, sort, table, tapply,
    union, unique, unsplit, which, which.max, which.min

Loading required package: S4Vectors
Loading required package: stats4

Attaching package: ‘S4Vectors’

The following object is masked from ‘package:base’:

    expand.grid

Loading required package: IRanges
Loading required package: XVector

Attaching package: ‘Biostrings’

The following object is masked from ‘package:base’:

    strsplit

Loading required package: RSQLite
>
ADD COMMENT
0
Entering edit mode

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!

ADD REPLY
0
Entering edit mode

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!

ADD REPLY

Login before adding your answer.

Traffic: 542 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6