r-wasm / rwasm

Build R packages for WebAssembly and create a CRAN-like repo for distribution.
https://r-wasm.github.io/rwasm/
Other
56 stars 4 forks source link

rwasm::add_pkg() will rebuild & reinstall dependencies even if they already exist #36

Open JosiahParry opened 4 months ago

JosiahParry commented 4 months ago

The rwasm::add_pkg() function will rebuild and reinstall dependencies even if they already exist as a tarball in contrib. This leads to redundant package builds and increased build times.