make_docs.R

library(roxygen2)
dir='~/Documents/svn/bfa'
setwd(dir)

f = paste('~/Documents/svn/bfa/pkg/man/',list.files('~/Documents/svn/bfa/pkg/man/'), sep='')
lapply(f, unlink)

roxygenize('pkg', 'pkg', copy.package=FALSE, overwrite=TRUE, 
           unlink.target=TRUE)

Try the bfa package in your browser

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

bfa documentation built on May 2, 2019, 4:55 p.m.