Andy Teucher

Results 217 comments of Andy Teucher

Yeah, that's actually where I discovered it. I was working on r-lib/usethis#1837 (which replaces the code you linked to above) and was just surprised by the `character(0)` returned when looking...

I hadn't thought about the recycling situation, but it's a good point! I proposed the range to address situations like [this](https://github.com/r-lib/usethis/pull/1820#discussion_r1170334283), where there is a minimum length required (in this...

Originally raised [here](https://github.com/ateucher/rmapshaper/issues/167#issuecomment-1773118988).

I like this idea a lot! It might also be useful to have an `open` argument that defaults to `TRUE` (which just calls `edit_r_environ()`) to nudge people into understanding the...

Currently text files are saved to a tempfile, then read with `read_utf8()` and written to the final destination with `write_over()`, presumably to ensure the file has utf8 enconding (and maybe...

Waiting for new version of [geojsonsf 2.0.5](https://cran.rstudio.org/web/checks/check_results_geojsonsf.html) and [jsonify 1.2.3](https://cran.rstudio.org/web/checks/check_results_jsonify.html) to be fully built and checked on all CRAN platforms...

Hi @benjazehr, thank you for this! Very cool, and I appreciate you being upfront about the use of Claude to create this. I will have a look, but unfortunately not...