covrpage_ci: covrpage for travis

View source: R/covrpage_ci.R

covrpage_ciR Documentation

covrpage for travis

Description

wrapper for covrpage call with switches for running after-success on travis and deploying gh-pages.

Usage

covrpage_ci(path = getwd(), ...)

Arguments

path

character, path to package, Default: getwd()

...

arguments to pass to covrpage

See Also

Other invoke: covrpage_snapshot(), covrpage()

Examples

## Not run: 
if(interactive()){
 covrpage_ci()
 }

## End(Not run)

yonicd/covrpage documentation built on Feb. 23, 2023, 6:58 p.m.