build.R

library(devtools)
library(tools)
pkg <- 'flowBeads'
document(pkg, clean=T)

create(pkg)

load_all(pkg)


load_all(pkg)
run_examples(pkg)

check(pkg)

#install(pkg)

#manual(pkg)
#manual(pkg, overwrite=TRUE)

Try the flowBeads package in your browser

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

flowBeads documentation built on Nov. 8, 2020, 5:01 p.m.