PoC-bookdownPkg
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 withrmarkdown::render_site()
. site.R
andreport.R
will contain all relevant site- and report-related utilities.