Hadley Wickham
Hadley Wickham
FYI purrr is now scheduled for release to CRAN on Dec 19
A couple more thoughts: * We probably want to keep `use_prerelease = FALSE` the default, since it only really affects bigger releases. * We might want to make `use_branch =...
Sorry, we're not actively working on usethis at the moment, and for a big question like this we really need to have usethis loaded up in our heads.
Oh yeah, I just forgot we can rely on 3.6 now.
We don't really have to add this to upkeep since roxygen2 will warn about undocumented S3 methods, but it might be a nice reminder?
I think we can turn this into individual issues on specific repos. So the job for one of us is to: * [Locate all packages that still use `s3_register()`](https://github.com/search?q=register_s3+%28org%3Atidyverse+OR+org%3Ar-lib%29&type=code) *...
Yeah, not clear that this code would naturally belong to usethis, but not clear where else it might belong. We could also possibly implement this in pkgdown.
pkgdown now reports on missing alt-text, so I think we can close this issue?
I'd be happy to make this the default workflow, assuming we can automate the steps sufficiently that I can follow the checklist without having to think about it. Maybe it's...
Yeah, that seems like a good start. Want to do a PR? (I'd leave the change in revdeps for now since we should discuss that elsewhere)