eddelbuettel / rcpptoml

Rcpp Bindings to C++ parser for TOML files
GNU General Public License v2.0
36 stars 9 forks source link

RcppTOML requires newer version of Rcpp #53

Closed waltersom closed 1 year ago

waltersom commented 1 year ago

RcppTOML now requires a newer version of Rcpp (>=1.0.8) to compile, rather than the version specified in the DESCRIPTION file (>=0.11.5).

This is due to the change to link against Rcpp/Lightest in 00cce5c6949a3ae04579cba8235f20c0486af629, which was only introduced in Rcpp 1.0.8.

eddelbuettel commented 1 year ago

Good catch, and my bad. The entry in DESCRIPTION in kinda automatic / stale.