Problem with installing "biocLite" using R4.2.0
1
0
Entering edit mode
a_d_ho • 0
@3a5f71d6
Last seen 3 months ago
Germany

Enter the body of text here

Code should be placed in three backticks as shown below


ERROR: configuration failed for package 'nloptr'
* removing '/Library/Frameworks/R.framework/Versions/4.2/Resources/library/nloptr'
* restoring previous '/Library/Frameworks/R.framework/Versions/4.2/Resources/library/nloptr'

The downloaded source packages are in
    '/private/var/folders/kv/b7k3d6ds11q592q50htwj9tr0000gp/T/RtmpmfqXQV/downloaded_packages'
Warning messages:
1: package 'biocLite' is not available for Bioconductor version '3.15'

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages 
2: In install.packages(update[instlib == l, "Package"], l, repos = repos,  :
  installation of package 'nloptr' had non-zero exit status
# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 

sessionInfo( )
biocLite • 941 views
ADD COMMENT
0
Entering edit mode
@lluis-revilla-sancho
Last seen 11 hours ago
European Union

biocLite is no longer in use for several years to install Bioconductor packages. Use BiocManager::install("nloptr") (you might need to install BiocManager with install.packages("BiocManager"))

ADD COMMENT

Login before adding your answer.

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