script/buildman.R

# build documnetation
# 
# Author: gagneur
###############################################################################

library(roxygen2)
args = commandArgs(TRUE) ## package folder
cat("roxygenize the folder",args[1],"\n")
roxygenize(args[1])

Try the cellGrowth package in your browser

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

cellGrowth documentation built on Oct. 31, 2019, 8:38 a.m.