PoC of a package with a GitHub Pages website and TravisCI integration, including functionality to render individual reports and a website.
browseURL(render_report("ith-report", params = list(i = "iteration XYZ")))
browseURL(render_site())
- The naming
site
and_site
is alligned withrmarkdown::render_site()
. site.R
andreport.R
will contain all relevant site- and report-related utilities.