Package: RcppNLoptExample Type: Package Title: 'Rcpp' Package Illustrating Header-Only Access to 'NLopt' Version: 0.0.2.2 Date: 2026-06-30 Authors@R: person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")) Description: 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 also containing a large earlier pull request of mine. License: GPL (>= 2) Encoding: UTF-8 LinkingTo: Rcpp, nloptr (>= 1.2.0), tl, rspdlite Imports: Rcpp, nloptr (>= 1.2.0), tl (>= 0.0.2), utils Depends: R (>= 3.0.2) URL: https://github.com/eddelbuettel/rcppnloptexample, https://dirk.eddelbuettel.com/code/rcpp.nloptexample.html BugReports: https://github.com/eddelbuettel/rcppnloptexample/issues Config/pak/sysreqs: cmake Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-07-04 12:38:19 UTC RemoteUrl: https://github.com/eddelbuettel/rcppnloptexample RemoteRef: HEAD RemoteSha: 4444458aba741465bb0653766720dc7d32794e65 NeedsCompilation: yes Packaged: 2026-07-04 13:12:42 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ) Maintainer: Dirk Eddelbuettel