R-nloptr
Port variant std
Summary R Interface to NLopt
BROKEN
Package version 2.1.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 11 AUG 2024, 22:51:45 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
4cdaf55dfdeb090119f2c2ca77f617962524654da4511bacd650f62bb6dad8ea 2236635 CRAN/nloptr_2.1.1.tar.gz
Ports that require R-nloptr:std
R-lme4:std Linear Mixed-Effects Models using 'Eigen' and S4