schochastics / timeless

A general purpose date(time) parser for R
https://schochastics.github.io/timeless/
Other
18 stars 2 forks source link

Reduce cargo build jobs #17

Closed chainsawriot closed 1 month ago

chainsawriot commented 1 month ago

https://github.com/schochastics/timeless/blob/0370cf61943d676795d47644e8fe6138f4191b59/src/Makevars#L20

cargo build -j 2
schochastics commented 1 month ago

@chainsawriot thanks for the pointer on mastodon. Before we duplicate work: Do you plan doing a PR?

chainsawriot commented 1 month ago

PR incoming.

chainsawriot commented 1 month ago

argh, darn, I should RTFM first next time.

https://github.com/extendr/rextendr/blob/938786ce23ee77a2168a1e371b8eb188c3cab4e3/vignettes/articles/cran-compliance.Rmd#L58-L74

You might also consider vendoring those Rust crates (i.e. copy them locally inside the R package).

schochastics commented 1 month ago

Welp I probably should have RTFM in the first place :-D

Thanks for the pointer!