You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write unit tests to increase code coverage to > 80%
make sure RMD check passes for al operating system
document all functions thoroughly
write vignette to demonstrate all functionality (simple and advanced examples) with easily available data (e.g. mtcars), features to document (not an exhaustive list)
basic plot stacking in x and y
using tidyselect syntax to change x/y axis labels
changing colors
changing overlap
changing axis positioning
using the template to add geoms
using the template to modify scales
using the template to modify themes
using the template to add other aesthetics (e.g. linetype)
using the template and geom_...(data = ...) to show geoms in different panels
write vignette(s) to demonstrate functionality with real data (ideally paleo or oceanography data)
thanks for all the work on documenting features and adding real data example @tacaro (and catching two more important bugs :) - now we just need a few more examples (@JmMcFarlin / @rabergj ?) :) and we're ready for CRAN 🚀
In this thread add any todo items for getting version 1.0.0 ready to submit to cran
mtcars
), features to document (not an exhaustive list)template
to add geomstemplate
to modify scalestemplate
to modify themestemplate
to add other aesthetics (e.g. linetype)template
andgeom_...(data = ...)
to show geoms in different panelsFirst release:
usethis::use_cran_comments()
Title:
andDescription:
@return
and@examples
Authors@R:
includes a copyright holder (role 'cph')Prepare for release:
git pull
urlchecker::url_check()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
rhub::check_for_cran()
git push
Submit to CRAN:
usethis::use_version('major')
devtools::submit_cran()
Wait for CRAN...
git push
usethis::use_github_release()
usethis::use_dev_version()
usethis::use_news_md()
git push
The text was updated successfully, but these errors were encountered: