Skip to content

Common Task Information

Toby Dylan Hocking edited this page Oct 22, 2019 · 10 revisions

Creating pkgdown docs

pkgdown is an R package which can be used to create documentation web sites for R packages.

usethis::use_pkgdown_travis can help with setup.

CI setup + badges

Good examples of packages which already have this are https://github.com/HenrikBengtsson/future/#software-status https://github.com/tidyverse/tidyr#tidyr-

Also may think about Code_Quality_Badges

Clone this wiki locally