orgadish
orgadish
RStudio 2021.09.2 Build 382 R 4.1.2 `esquisse` 1.1.0 To reproduce: 1. Start a new R notebook from RStudio. 2. In any chunk run `esquisse::esquisser(cars)`. 3. Create a figure (e.g. `speed`...
`tidylog` has been hugely helpful for me in my data analysis workflows (thank you!). However, its masking of `tidyr` and `dplyr` functions using `...` notation means that I can no...
**Is your feature request related to a problem? Please describe.** When developing my package examples, I often want to test only one file's examples. Using `run_examples(start="my_file")` is insufficient, since I...
Addresses first part of request #2545: * Added `pkgload::run_example()` to the documentation for `devtools::run_examples()`.
The `tidylog` package is an amazing supplement to the `dplyr` and `tidyr` packages. It allows immediate tracking/debugging of a pipeline by giving high-level information on the results of each step...
See #424. This PR incurs a slight time cost for fully unique vectors, but I believe the majority of use cases involving long vectors involve many repeated values (e.g. `readr::read_csv(x,...
I want to loop through many zip files, extracting just files of a specific type (e.g. csv). I have written a helper that combines `archive::archive_extract` with `fs::path_filter` which I think...
The path to my package contains a `(`. When I run changer I get the following error (anonymized): ``` sh: -c: line 0: syntax error near unexpected token `(' sh:...