You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it is a pity these dev functions are not being promoted more. @etiennebacher had issues with rust and make "cache" (rust target dir + previous built binaries) did not work across branches etc. I think it is possible to use the Makefile but the environment variables have to be set just right, and sometimes by accident the previous compilation is lost. It is likely so because the Makefile first serves our CI and contains GOTCHAS because of CRAN rules and cross compilation etc.
With load_polars / build_polars / check_polars it just a one liner from the R terminal and I never lost an opportunity to reuse the target files/ previous built binaries again ... and then the 2 secs! for spawning a new R process saved also :)
I could add to Makefile opinionated load / install / check procedures focused on speed.
@sorhawell I opened a PR #617
Tasks can have environment variables set per taskfile or per individual task, so there is no need to worry about environment variables in R.
There are many files not related to users now.
We should move these files out of the
inst
folder.The text was updated successfully, but these errors were encountered: