is_html_output = function() {
  knitr::opts_knit$get("rmarkdown.pandoc.to")=="html"
}
knitr::opts_chunk$set(collapse = TRUE, comment = "", prompt=TRUE, fig.dpi = 96)
if (is_html_output()) {
    options(width=1000)
}

This is the initial release of the packageSkeletonForR package. The packageSkeletonForR package is an R package GitHub repository allowing for the quick cloning and creation of an R package with a functional, GitHub based, static website.

For complete packageSkeletonForR documentation, see the documentation



CenterForAssessment/packageSkeletonForR documentation built on April 24, 2022, 7:54 p.m.