inst/unitTests/test_ImportPreparer-class.R

test_ImportPreparer_constructors <- function()
{
    classes <- names(getClassDef("ImportPreparer")@subclasses)
    ## need to be no-arg capable
    valid <- sapply(classes, function(cl) validObject(new(cl)))
    checkTrue(all(valid))
}

Try the AnnotationHubData package in your browser

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

AnnotationHubData documentation built on April 17, 2021, 6:05 p.m.