Installation of PharmacoGx on linux fails
1
0
Entering edit mode
rubi ▴ 110
@rubi-6462
Last seen 5.7 years ago

Trying to install the PharmacoGx package on linux and am getting an error that doesn't male a lot of sense:

    > biocLite("PharmacoGx")
    BioC_mirror: https://bioconductor.org
    Using Bioconductor 3.3 (BiocInstaller 1.22.3), R 3.3.1 (2016-06-21).
    Installing package(s) ‘PharmacoGx’
    Old packages: 'cluster', 'codetools', 'foreign', 'lattice', 'Matrix', 'mgcv',
      'survival'
    Update all/some/none? [a/s/n]: n
    Warning message:
    package ‘PharmacoGx’ is not available (for R version 3.3.1) 

 

> sessionInfo()
    R version 3.3.1 (2016-06-21)
    Platform: x86_64-pc-linux-gnu (64-bit)
    Running under: CentOS Linux 7 (Core)
    
    locale:
     [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
     [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
     [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
     [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
     [9] LC_ADDRESS=C               LC_TELEPHONE=C            
    [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
    
    attached base packages:
    [1] stats     graphics  grDevices utils     datasets  methods   base     
    
    other attached packages:
    [1] devtools_1.12.0      BiocInstaller_1.22.3
    
    loaded via a namespace (and not attached):
    [1] tools_3.3.1   withr_1.0.2   memoise_1.0.0 digest_0.6.10

 

Note - I already updated the  'cluster', 'codetools', 'foreign', 'lattice', 'Matrix', 'mgcv',
      'survival' in previous attempts hence the decline to update them above.

PharmacoGx Installation • 997 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 20 hours ago
United States

PharamacoGx was added in Bioconductor 3.4, so you'll need to upgrade your installation (remove.packages("BiocInstaller"), then in a new session source("https://bioconductor.org/biocLite.R"); biocLite() to update (probably many) packages.

ADD COMMENT

Login before adding your answer.

Traffic: 508 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