test: A simple test function

View source: R/test.R View source: R/new_test.R

testR Documentation

A simple test function

Description

A simple test function. show link[ape]{drop.tip} %>%

Usage

    test()
    test2()
    test8(x)

Value

A logical TRUE

Examples

    test()
    # workflow and data experiment get 4800 sec (80 min)
    # software times out after 10 min (600 sec)
    # package guideline for software is 5 min (300 sec)
    Sys.sleep(1)
    test2()
    T <- "something"
    T
    
       # test a donttest
       me <- "lori"
    
    test8()

Bioconductor/spbtest3 documentation built on July 2, 2022, 1:53 a.m.