R-nloptr
Port variant std
Summary R Interface to NLopt
Package version 2.2.1
Homepage https://github.com/astamm/nloptr
Keywords cran
Maintainer CRAN Automaton
License Not yet specified
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 22 MAR 2025, 15:13:13 UTC
Port created 15 APR 2020, 18:11:42 UTC
Subpackage Descriptions
single nloptr: R Interface to NLopt Solve optimization problems using an R interface to NLopt. NLopt is a free/open-source library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms. See <https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/> for more information on the available algorithms. Building from included sources requires 'CMake'. On Linux and 'macOS', if a suitable system build of NLopt (2.7.0 or later) is found, it is used; otherwise, it is built from included sources via 'CMake'. On Windows, NLopt is obtained through 'rwinlib' for 'R <= 4.1.x' or grabbed from the appropriate toolchain for 'R >= 4.2.0'.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) nlopt:dev:std
cmake:primary:std
gmake:primary:std
R:primary:std
icu:dev:std
Build and Runtime nlopt:primary:std
Runtime (only) R:primary:std
R:nls:std
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
76ba40750b475c8b1ad6a86c9e05f0c1746af16d965235ff9293953920aed7f4 2253853 CRAN/nloptr_2.2.1.tar.gz
Ports that require R-nloptr:std
R-lme4:std Linear Mixed-Effects Models using 'Eigen' and S4