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:
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
Last updated from:467efd4828. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 107 | ||
| linux-devel-x86_64 | OK | 110 | ||
| source / vignettes | OK | 151 | ||
| linux-release-arm64 | OK | 104 | ||
| linux-release-x86_64 | OK | 112 | ||
| macos-release-arm64 | OK | 77 | ||
| macos-release-x86_64 | OK | 192 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| macos-oldrel-x86_64 | OK | 210 | ||
| windows-devel | OK | 101 | ||
| windows-release | OK | 88 | ||
| windows-oldrel | OK | 99 | ||
| wasm-release | OK | 93 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| NLopt Version as Vector | nloptVersion |
| NLopt Call Example from Rcpp | testConstrainedProblem |
