Package: RcppNLoptExample 0.0.2.2
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.2.tar.gz
RcppNLoptExample_0.0.2.2.zip(r-4.7)RcppNLoptExample_0.0.2.2.zip(r-4.6)RcppNLoptExample_0.0.2.2.zip(r-4.5)
RcppNLoptExample_0.0.2.2.tgz(r-4.6-x86_64)RcppNLoptExample_0.0.2.2.tgz(r-4.6-arm64)RcppNLoptExample_0.0.2.2.tgz(r-4.5-x86_64)RcppNLoptExample_0.0.2.2.tgz(r-4.5-arm64)
RcppNLoptExample_0.0.2.2.tar.gz(r-4.7-arm64)RcppNLoptExample_0.0.2.2.tar.gz(r-4.7-x86_64)RcppNLoptExample_0.0.2.2.tar.gz(r-4.6-arm64)RcppNLoptExample_0.0.2.2.tar.gz(r-4.6-x86_64)
RcppNLoptExample_0.0.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
RcppNLoptExample/json (API)
| # 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:4444458aba. Checks:9 OK, 4 NOTE. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 137 | ||
| linux-devel-x86_64 | OK | 112 | ||
| source / vignettes | OK | 173 | ||
| linux-release-arm64 | OK | 153 | ||
| linux-release-x86_64 | OK | 121 | ||
| macos-release-arm64 | OK | 98 | ||
| macos-release-x86_64 | NOTE | 165 | ||
| macos-oldrel-arm64 | NOTE | 95 | ||
| macos-oldrel-x86_64 | NOTE | 166 | ||
| windows-devel | OK | 100 | ||
| windows-release | OK | 110 | ||
| windows-oldrel | NOTE | 79 | ||
| wasm-release | OK | 136 |
Exports:nloptVersiontestProblemwrapper
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| NLopt Version as Vector | nloptVersion |
| NLopt Call Example from Rcpp | testProblem |
| Minimal wrapper function | wrapper |
