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-x86_64)RcppNLoptExample_0.0.1.tgz(r-4.4-arm64)RcppNLoptExample_0.0.1.tgz(r-4.3-x86_64)RcppNLoptExample_0.0.1.tgz(r-4.3-arm64)
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.76 score 2 dependencies 2 scripts 148 downloads

Last updated 2 months agofrom:ea78af9c7c. Checks:OK: 8 NOTE: 1. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 16 2024
R-4.5-win-x86_64OKAug 16 2024
R-4.5-linux-x86_64NOTEAug 16 2024
R-4.4-win-x86_64OKAug 16 2024
R-4.4-mac-x86_64OKAug 16 2024
R-4.4-mac-aarch64OKAug 16 2024
R-4.3-win-x86_64OKAug 16 2024
R-4.3-mac-x86_64OKAug 16 2024
R-4.3-mac-aarch64OKAug 16 2024

Exports:testConstrainedProblem

Dependencies:nloptrRcpp