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

Update Github Workflows #132

Closed aadler closed 1 year ago

aadler commented 1 year ago

Most of the workflows were using older versions of checkout etc. These have been updated. Also, switched r-devel on windows check to use rtools v43 as that will be what is required. Lastly, added push/pull to "devel" branch to trigger so I don't have to use "main" as my development branch :). Please note, I cannot check packagedown on my fork, so that may fail. The rest have passed.

astamm commented 1 year ago

Thanks, merging.