Building my package takes an age in RStudio. If I use R from the terminal and build with devtools
, or by running the command R CMD INSTALL --no-multiarch --with-keep.source blma
, the build runs much more quickly, so I think this is an RStudio issue.
I think the fault is at least partially mine, because I'm using RcppEigen and was using a lot of templates in my code. With the current version of Eigen, this produces a slew of warnings, most of which are spurious. I'm trying to build https://github.com/certifiedwaif/blma. It's my first package, so comments on how I could do things better are also very welcome!
Thanks,
Mark