Release ggprism v1.0.7
Incorporate compatibility fixes for ggplot2 v4.0.0.
Prepare for submission:
- [x] Update
NEWS.md - [x]
urlchecker::url_check() - [x]
R CMD check - [x]
devtools::check(remote = TRUE, manual = TRUE) - [x]
revdepcheck::revdep_check(num_workers = 4) - [x] Push final changes to trigger GitHub Actions
- [x] Review GitHub Actions results
Optionally fix things that need fixing, then repeat the above.
Submit to CRAN:
- [x]
devtools::check_win_devel() - [x]
rhub::rhub_check() - [x] Update
cran-comments.md - [x]
usethis::use_version("patch") - [x]
devtools::build_readme() - [x] Commit
- [x]
devtools::check(remote = TRUE, manual = TRUE) - [x] Push again
- [x] Review GitHub Actions results
- [x]
devtools::submit_cran() - [x] Approve email
Wait for CRAN...
- [ ] Accepted 🎉
- [ ]
usethis::use_github_release() - [ ]
usethis::use_dev_version()
DELETED
Hi @csdaw,
Update: Sorry figured out the issue. It's just the old ggprism on CRAN causing the issue not current dev version.
One question though. submit_cran is checked but doesn't appear that it has pushed to CRAN. Is there timeline for this?
Sorry for erroneous error report!!
Best, Sam
Hi @samuel-marsh,
Thanks for the reminder I just re-submitted now. The CRAN maintainers were on a holiday break from 1-18th August so weren't accepting submissions.
Cheers, Charlotte
Hi Charlotte,
Awesome!! Ya I was wondering if that was it because I ran into that too.
Thanks again! Sam