Skip to content
Prev 11328 / 12125 Next

[R-pkg-devel] Package with JS dependency

On 2025-02-20 12:36 p.m., Brian Leonard wrote:
I am not a member of CRAN, so I can't give you authoritative advice on 
this.  But I think one issue is that if you are only including minified 
code, then they wouldn't see that as the original source.  My rgl 
package includes a few thousand lines of Javascript code which is 
minified when installed; the tarball contains the original source.

Duncan Murdoch