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

tester

The goal of tester is to test packege deployment.

Installation

You can install the released version of tester from CRAN with:

install.packages("tester")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code
plot(pressure)

In that case, don't forget to commit and push the resulting figure files, so they display on GitHub!



juliafum/tester documentation built on May 15, 2019, 12:45 p.m.