knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of tester is to establish a coherent workflow for building R-packages. The tester
package itself is best used as a doormat to the home that the R-community built.
You can install the released version of tester from CRAN with:
install.packages("tester")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("threadingdata/tester")
library(tester) ## basic example code
hello('you spawn of Satan')
goodbye('you filthy animal')
hello_goodbye('get off my lawn')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.