Skip to contents

Add the corresponding configuration to your _pkgdown.yml. If it is not present, it would create a file on pkgdown/_pkgdown.yml. It would also add the corresponding lines to your .Rbuildignore.

Usage

rog_add_template_pkgdown()

Details

It also adds the corresponding urls to the _pkgdown.yml file and the DESCRIPTION file if not present:

  • https://ropengov.github.io/pkgname/

  • https://github.com/ropengov/pkgname

Examples

if (FALSE) {
rog_add_template_pkgdown()
}