Tim Taylor
Tim Taylor
e.g. add ncpu and R command variables
`guess_dates` uses partial matching in one of the internal functions. Here's a patch if you want to avoid that.
Before any release - check #51 is the best approach to parallel.
Currently if an unquoted argument is given for the `family` parameter the formula in the resulting model is the entire function call. Borrowing from the glm code we can get...
With the upcoming release of the [Fedora Asahi Remix](https://fedoramagazine.org/coming-soon-fedora-for-apple-silicon-macs/) for Apple Silicon do you think it would be possible to start building for aarch64? It would be great to have...
I'm aware you've made some very deliberate design decisions in regards to the calendar classes, and what can be done with them, but would you consider being a little more...
Is the plan to eventually be implementing scales for the various calendar objects (e.g. `year_month_day`)? I'm thinking maybe some sort of factor / categorical type scale would be appropriate depending...
lubridate's custom parser allows us to parse quarters with the `%q` format; do you think this functionality is something that will be added to clock? Currently I would pre-process in...