[R-pkg-devel] Using a package only at install time?

2021-01-29 Thread Duncan Murdoch
I am trying to modify the mathjaxr package so that the tarball includes full source code to Mathjax, but only a minified version gets installed. This will save space on the user's system, and should make it run a tiny bit faster. To do this, I am trying using js::uglify_files in a

Re: [R-pkg-devel] Testing on old R versions

2021-01-29 Thread Duncan Murdoch
Thanks, I'll try Singularity out. (I tried it, but got some weird game playing when I tried to do my first build. Strange.) By the way, I've been thinking of downgrading the magrittr dependency to Suggests. The only reason it is currently Imports is so that rgl can re-export the pipe