Hi all!

I have an R package which uses several JS scripts/libraries, and I'm trying to 
configure the build process to minify the JS files at build-time (via my 
jsutils package: https://cran.r-project.org/web/packages/jsutils/).

My current approach is using a configure script to run the minification, with 
the jsutils package added as an Import 
(https://github.com/AUS-DOH-Safety-and-Quality/controlcharts/pull/25). But this 
adds an additional runtime dependency when it's only needed at build time.

Are there any recommended ways for specifying build-time dependencies when the 
package doesn't require compilation? My attempts to use the LinkingTo field so 
far are giving check notes for not having source or include files.

Any suggestions are much appreciated!

Thanks,
Andrew

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to