riff_dir: Run all R files in a directory or package and upload visual...

Description Usage Arguments Examples

Description

riff_travis runs code in the package environment, so that non-exported functions can be tested.

Usage

1
2
3
riff_dir(path, env = NULL, ...)

riff_travis()

Arguments

path

Directory of R files to execute

env

Environment in which to execute code. If NULL, defaults to a new environment inheriting from the global environment.

...

Additional arguments passed on to

Examples

1
2
riff_travis()
riff_dir("tests/rifftron")

hadley/rifftron documentation built on May 17, 2019, 11:31 a.m.