Max Held
Max Held
already done in #204 just need to apply it more broadly
The currently used pattern, where there's a `plot_x()` and a `wrangle_x()` function is a bit cumbersome and not super expressive. Perhaps we want to go full `ggplot2::autoplot()` here at some...
`theme_minimal()` calls and other things related merely to the design of the plot should also be factored out from the plotting functions, much like #219
there's lots of number formatting in different places; this should be factored out to one simple function. Since this is just about the presentation of numbers, it should ideally be...
we have quite a lot of objects where we have to run tests row-wise, because we have a lot of (small-ish) data objects such as `license_patterns` in the package, which...
currently, `license_patterns` are just plain character strings. For testing (as in #215), but also for checking existing URLs, it might be better to parse and store these as "proper" URLs...
I am not sure about the license information in this one here: https://github.com/subugoe/hoad/blob/52b3ffe079a391049d7708b5334087421ed0f4e5/R/.cr_fetching.R#L195 If I understand correctly, the `license_patterns` are taken as indication that an article has been released under...
as just briefly mentioned during the webinar, given the large german-speaking/non-technical audience we have, it might be nice to have a separate german landing page for the {hoad} which *very*...
currently, the badges are not being pulled out of the `README.md` body and placed into the `dev status` sidebar in pkgdown. This is probably due to some weirdness caused by...