bhelsel / agcounts

R package for extracting actigraphy counts from accelerometer data.
Other
9 stars 5 forks source link

Compiling issue #20

Closed muschellij2 closed 4 months ago

muschellij2 commented 1 year ago

Had similar issue as https://github.com/RcppCore/RcppArmadillo/issues/324.

I'm not sure if you already have, but adding

// [[Rcpp::plugins(cpp11)]]

as recommended by https://github.com/RcppCore/RcppArmadillo/issues/324#issuecomment-765877609 may be useful.