Update format string in test package by updating generated RcppExports file by eddelbuettel · Pull Request #1289 · RcppCore/Rcpp (original) (raw)

@kalibera found another format string in need of an update, this time in an embedded source package used by tinytest, and very kindly emailed a diff.

The fix was actually even more trivial thanks to #1288 as it needed simply an call of compileAttributes() with the update source package from #1288. This also updates two other minor aspects in the generated code we had addressed since the test example was first created.

Checklist