inst/scripts/parsePackage.R

## Source the whole package for debugging purpose.
sourcePackage <- function(path="~/Rpacks/cellHTS2/R/")
{
    library(prada)
    library(geneplotter)
    for(i in dir(path, full=TRUE))
        source(i, local=TRUE)
    invisible()
}

Try the cellHTS2 package in your browser

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

cellHTS2 documentation built on Nov. 8, 2020, 6 p.m.