Simon P. Couch

Results 156 issues of Simon P. Couch
trafficstars

For `usethis::use_test()` happiness🥺 They're quite close already—made just be a removal of `-tidiers.R` in `R/`.

This release will correct two breakages from dependencies that we weren't alerted of because we skipped related tests on CRAN. Let's look into why those exist—from what I remember, this...

May not be in scope for this upcoming release, but we should look into advancing deprecations most recently advanced >1y ago.

Related to the first checkbox in #1546 but does not close; a demo of what that PR would look like for all backends. For snowflake, transition `expect_error()`: * ...to snapshot...

Will start out with just one backend as a demo, but imagining one PR per checkbox here (applying to all backends, rather than one PR per backend with all of...

Working on a cli cheatsheet with a tidy dev day participant and we were trying to figure out how `cli_alert*()` functions should be situated in the cheatsheet. It was my...

Closes #143. I believe that these breaks functions, passed by position, were intended to be passed to `scales::trans_new(breaks)` rather than `scales::trans_new(d_transform)`. Here's the reprex from the original issue: ``` r...

I've found that the defaults for `scale_y_bench_bytes()` and friends often result in axis ticks / grid panels only being applied to the (visually) upper quartile of values. Here's an example...

Seeing that Allen hadn't been able to use infer for his posit::conf(2024) [keynote notes](https://posit.cloud/content/8495927) due to our not supporting arbitrary test statistics inspired me to revisit the idea on my...

I came across this warning while spring cleaning bonsai and felt that it was reasonable that we tested for it but not that we screenshotted it. This PR adds a...