tests/testthat.R

##
## [testthat.r]
##
## author     : Ed Goodwin
## project    : pipefittr
## createdate : 05.07.2016
##
## description:
##    test scaffolding for pipefittr
##    run tests with devtools::test() in R console
##
## version: 0.01
## changelog:
##

library(testthat)
library(pipefittr)

test_check("pipefittr")

Try the pipefittr package in your browser

Any scripts or data that you put into this service are public.

pipefittr documentation built on May 2, 2019, 8:28 a.m.