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.

Version: 0.0.1
Depends: R (≥ 3.0.2)
Imports: Rcpp, nloptr (≥ 1.2.0)
LinkingTo: Rcpp, nloptr (≥ 1.2.0)
Published: 2018-10-12
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd at debian.org>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: yes
Materials: README NEWS ChangeLog
CRAN checks: RcppNLoptExample results

Documentation:

Reference manual: RcppNLoptExample.pdf

Downloads:

Package source: RcppNLoptExample_0.0.1.tar.gz
Windows binaries: r-prerel: RcppNLoptExample_0.0.1.zip, r-release: RcppNLoptExample_0.0.1.zip, r-oldrel: RcppNLoptExample_0.0.1.zip
macOS binaries: r-prerel (arm64): RcppNLoptExample_0.0.1.tgz, r-release (arm64): RcppNLoptExample_0.0.1.tgz, r-oldrel (arm64): RcppNLoptExample_0.0.1.tgz, r-prerel (x86_64): RcppNLoptExample_0.0.1.tgz, r-release (x86_64): RcppNLoptExample_0.0.1.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RcppNLoptExample to link to this page.