Package: RcppNLoptExample 0.0.1

RcppNLoptExample: 'Rcpp' Package Illustrating Header-Only Access to 'NLopt'

An example package which shows use of 'NLopt' functionality from C++ via 'Rcpp' without requiring linking, and relying just on 'nloptr' thanks to the exporting API added there by Jelmer Ypma. This package is a fully functioning, updated, and expanded version of the initial example by Julien Chiquet at <https://github.com/jchiquet/RcppArmadilloNLoptExample> also containing a large earlier pull request of mine.

Authors:Dirk Eddelbuettel

RcppNLoptExample_0.0.1.tar.gz
RcppNLoptExample_0.0.1.zip(r-4.5)RcppNLoptExample_0.0.1.zip(r-4.4)RcppNLoptExample_0.0.1.zip(r-4.3)
RcppNLoptExample_0.0.1.tgz(r-4.4-arm64)RcppNLoptExample_0.0.1.tgz(r-4.4-x86_64)RcppNLoptExample_0.0.1.tgz(r-4.3-arm64)RcppNLoptExample_0.0.1.tgz(r-4.3-x86_64)
RcppNLoptExample_0.0.1.tar.gz(r-4.5-noble)RcppNLoptExample_0.0.1.tar.gz(r-4.4-noble)
RcppNLoptExample_0.0.1.tgz(r-4.4-emscripten)RcppNLoptExample_0.0.1.tgz(r-4.3-emscripten)
RcppNLoptExample.pdf |RcppNLoptExample.html
RcppNLoptExample/json (API)
NEWS

# Install 'RcppNLoptExample' in R:
install.packages('RcppNLoptExample', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/eddelbuettel/rcppnloptexample/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

1 exports 13 stars 1.75 score 2 dependencies 109 downloads

Last updated 10 days agofrom:ea78af9c7c

Exports:testConstrainedProblem

Dependencies:nloptrRcpp