/PoCbookdownPkg

PoC of a package with a GitHub Pages website and TravisCI integration

Primary LanguageR

PoC-bookdownPkg

Travis build status

PoC of a package with a GitHub Pages website and TravisCI integration, including functionality to render individual reports and a website.

Usage

Render a parametrized report

browseURL(render_report("ith-report", params = list(i = "iteration XYZ")))

Render the website

browseURL(render_site())

Notes about naming and design

  • The naming site and _site is alligned with rmarkdown::render_site().
  • site.R and report.R will contain all relevant site- and report-related utilities.