Jamie Lendrum
Jamie Lendrum
I had the same problem with my packages where it couldn't find `rcmdcheck`. I used the latest workflows in the `usethis` package and that solved it.
The instructions are here: https://github.com/ggplot2-exts/gallery#adding-a-ggplot2-extension Although, it looks as though the owner is not too active.
> Also, the above link now links to porn. You might consider to remove it... > Perhaps try to submit ggspatial here: https://exts.ggplot2.tidyverse.org/gallery/! :) Yes, good call. I noticed this...
I was just about to post a feature request for this as it's functionality I will really need. The auto-generated briefs are great for the simpler column tests, but for...
Isn't this an issue with the base pipe rather than `pointblank`? I'm using the base pipe by just using an anonymous function, e.g. ```r tbl |> create_agent() |> rows_complete( columns...
Yes, I've been doing something similar to this, although your method is probably more elegant! Perhaps then it's not worth complicating the functions further.
Many thanks! I shall take your advice for the interim workarounds and wait for the `{gt}` functionality :) I'm happy for you to close this issue if you would like.