Package: RcppNLoptExample 0.0.2.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 [aut, cre]

RcppNLoptExample_0.0.2.1.tar.gz
RcppNLoptExample_0.0.2.1.zip(r-4.7)RcppNLoptExample_0.0.2.1.zip(r-4.6)RcppNLoptExample_0.0.2.1.zip(r-4.5)
RcppNLoptExample_0.0.2.1.tgz(r-4.6-x86_64)RcppNLoptExample_0.0.2.1.tgz(r-4.6-arm64)RcppNLoptExample_0.0.2.1.tgz(r-4.5-x86_64)RcppNLoptExample_0.0.2.1.tgz(r-4.5-arm64)
RcppNLoptExample_0.0.2.1.tar.gz(r-4.7-arm64)RcppNLoptExample_0.0.2.1.tar.gz(r-4.7-x86_64)RcppNLoptExample_0.0.2.1.tar.gz(r-4.6-arm64)RcppNLoptExample_0.0.2.1.tar.gz(r-4.6-x86_64)
RcppNLoptExample_0.0.2.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
RcppNLoptExample/json (API)
NEWS

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

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

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

On CRAN:

Conda:

cpp

4.15 score 14 stars 4 scripts 560 downloads 2 exports 2 dependencies

Last updated from:467efd4828. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK107
linux-devel-x86_64OK110
source / vignettesOK151
linux-release-arm64OK104
linux-release-x86_64OK112
macos-release-arm64OK77
macos-release-x86_64OK192
macos-oldrel-arm64OK96
macos-oldrel-x86_64OK210
windows-develOK101
windows-releaseOK88
windows-oldrelOK99
wasm-releaseOK93

Exports:nloptVersiontestConstrainedProblem

Dependencies:nloptrRcpp