build/roxygen.R

## create documentation
require(roxygen2)
options(error=traceback)


unlink( '../pkg/man', TRUE)

setwd('../pkg')

roxygenize( '.'
			, roxygen.dir='.'
			, copy.package=FALSE
			, unlink.target=TRUE
)
setwd('../build')

Try the tabplot package in your browser

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

tabplot documentation built on Sept. 17, 2019, 5:04 p.m.