ohdsi-studies / ScyllaEstimation

This OHDSI network study assesses the comparative effectiveness and safety among treatments administered during hospitalization and prior to intensive services. It also assesses the comparative effectiveness and safety among treatments administered after COVID-19 positive testing or diagnosis in the outpatient setting without prior hospitalization.
1 stars 1 forks source link

R 3.5.1 Specific Issue -- ERROR: configuration failed for package ‘nloptr’ #8

Closed kmkostka closed 3 years ago

kmkostka commented 3 years ago

For those of us stuck with R 3.5.1, you have to downgrade 'nloptr' to v1.2.2.1.

devtools::install_version("nloptr", version = "1.2.2.1", repos = "http://cran.us.r-project.org",  INSTALL_opts = '--no-lock')
schuemie commented 3 years ago

Thanks! Will be included in the upcoming release (which will be the same as the current develop branch)