[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 src/install

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

2021-01-29 Thread Hadley Wickham
On Thu, Jan 28, 2021 at 6:27 PM Henrik Bengtsson wrote: > > Hi, > > you're probably already aware of it, but 'rgl' depends on 'magrittr' > which depends on 'rlang', and the latter requires R (>= 3.3.0). For the reference, we support R-release, R-devel, and the last four versions of R: https://www

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 operat