iblacksand / WebGestaltR

R package for WebGestalt
https://iblacksand.github.io/WebGestaltR/
0 stars 0 forks source link

Pre-compiled binaries #4

Open iblacksand opened 11 months ago

iblacksand commented 11 months ago

CRAN does not allow pre-compiled binaries, but we can still provide them for users who don't want to install Rust. This would require installing the R-Package from a different repository.

This is especially useful for Windows, where the MSVC toolkit can take up to 5 GB of space. Currently trying to implement GitHub actions to automatically compile them for each platform.

iblacksand commented 11 months ago

See https://cran.r-project.org/web/packages/using_rust.html for more information