astamm / nloptr

nloptr provides an R interface to NLopt, a free/open-source library for nonlinear optimization providing a common interface to a number of different optimization routines which can handle nonlinear constraints and lower and upper bounds for the controls.
https://astamm.github.io/nloptr/
Other
103 stars 36 forks source link

Install ERROR on some CRAN machines #161

Closed astamm closed 5 days ago

astamm commented 6 days ago

Two builds failed on CRAN machines because an ISRES unit test did not pass. See here.

aadler commented 6 days ago

On it.

astamm commented 6 days ago

I have an ongoing PR, don't worry.

astamm commented 5 days ago

Fixed by #162.