knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

tester

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.

Installation

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")

Basic examples

library(tester)
## basic example code

Say Hello!

hello('you spawn of Satan')

Say Goodbye!

goodbye('you filthy animal')

Say Hello & Goodbye!

hello_goodbye('get off my lawn')


threadingdata/tester documentation built on Dec. 23, 2021, 9:58 a.m.