R-nloptr
Port variant standard
Summary R Interface to NLopt
Package version 2.0.3
Homepage https://astamm.github.io/nloptr/index.html
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 26 MAY 2023, 03:56:48 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 'Rtools42 toolchain' for 'R >= 4.2.0'.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) cmake:primary:standard
gmake:primary:standard
R:primary:standard
icu:dev:standard
Build and Runtime R-testthat:single:standard
nlopt:single:standard
Runtime (only) R:primary:standard
R:nls:standard
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
7b26ac1246fd1bd890817b0c3a145456c11aec98458b8518de863650b99616d7 2219877 CRAN/nloptr_2.0.3.tar.gz
Ports that require R-nloptr:standard
R-lme4:standard Linear Mixed-Effects Models using 'Eigen' and S4