tests/tinytest.R

if (require("tinytest", quietly=TRUE)){
    set.seed(42)
    home <- length(unclass(packageVersion("phangorn"))[[1]]) == 4 # 0.0.0.9000
    if(home) {
        # Only run locally, let CRAN test examples and the vignette
        test_package("phangorn", at_home = home)
    }
}

Try the phangorn package in your browser

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

phangorn documentation built on Jan. 23, 2023, 5:37 p.m.