Simple NLopt Usage Example for Rcpp
Starting with its 1.2.0 release, the nloptr package by Jelmer Ypma now exports its C symbols in a way that makes it accessible to other R packages without linking easing the installation across operating systems.
This package illustrates this with an example drawn from the NLopt tutorial.
This repo builds on, extends, and simplifies an earlier repo by Julien Chiquet to which I contributed a core part of this setup.
Dirk Eddelbuettel
GPL (>= 2)