knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Documentation about how this package was setup.
library(devtools) use_vignette("package_setup")
library(usethis) use_testthat()
use_mit_license("Oliver Elliott-Taysom")
use_roxygen_md()
use_readme_md()
use_github()
use_travis() use_coverage(type = "codecov")
devtools::use_data_raw()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.