Package: RcppNLoptExample
Type: Package
Title: 'Rcpp' Package Illustrating Header-Only Access to 'NLopt'
Version: 0.0.2
Date: 2025-03-09
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 <https://github.com/jchiquet/RcppArmadilloNLoptExample>
 also containing a large earlier pull request of mine.
License: GPL (>= 2)
Encoding: UTF-8
LinkingTo: Rcpp, nloptr (>= 1.2.0)
Imports: Rcpp, nloptr (>= 1.2.0)
Depends: R (>= 3.0.2)
RoxygenNote: 6.0.1
URL: https://github.com/eddelbuettel/rcppnloptexample,
        https://dirk.eddelbuettel.com/code/rcpp.nloptexample.html
BugReports: https://github.com/eddelbuettel/rcppnloptexample/issues
NeedsCompilation: yes
Packaged: 2025-03-09 14:27:40 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2025-03-09 15:10:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:34:37 UTC; windows
Archs: x64
