# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RcppNLoptExample" in publications use:' type: software license: GPL-2.0-or-later title: 'RcppNLoptExample: ''Rcpp'' Package Illustrating Header-Only Access to ''NLopt''' version: 0.0.1 doi: 10.32614/CRAN.package.RcppNLoptExample abstract: 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. authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/rcppnloptexample commit: ea78af9c7ceb6de1697b5bbd92bcb19c8e834843 url: https://dirk.eddelbuettel.com/code/rcpp.nloptexample.html date-released: '2018-10-01' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org