Andy Teucher
Andy Teucher
This is a great idea, but I don't think I'll be able to look at it any time very soon, and in fact I'm not sure how possible it is......
I see you you're after now - if you're not talking about time zone boundaries actually moving, just changing over time, I think this is doable. Thanks for chiming in...
@espinielli for testing, would you be able to provide me with at least one location at which the TZ has changed, and the dates it was changed?
Can you please post your system details (the result of running `sessionInfo()`) as well as the output of `OlsonNames()`?
I hope you don't mind me chiming in here. Just thought I would add a voice for `collect()` over `st_collect()` as that's the pattern people are used to for executing...
Actually one other thought occurred to me... you could define `open_dataset_geo()` that just applies a wrapper class `"geoarrow_dplyr_query"` defining it as a `geoarrow` dataset, and staying agnostic as to the...
Yeah, I definitely wondered about alignment with any other work/conversations for a dplyr backend. There is this which I somehow missed before now: https://github.com/hypertidy/lazysf. It makes sense that the low-level...
the `tryCatch` around `use_template()` is gone in #46, but the git2r ones remain... It's possible they can be removed with the latest updates to `usethis` and `git2r`, but I haven't...
Inspired by [rotemplate](https://github.com/ropensci/rotemplate), [tidytemplate](https://github.com/tidyverse/tidytemplate/) and [lockedatapkg](https://github.com/lockedatapublished/lockedatapkg). They have their templates as a standalone package, but I thought this fit well in bcgovr...