inst/unitTests/test_readCDF.R

## function to perform unit test for readCDF

test_readCDF <- function() {
    
    data.path <- system.file("data", package = "SIMAT")
    
    checkException(readCDF(path = data.path), "No CDF files found!")    
}

Try the SIMAT package in your browser

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

SIMAT documentation built on Nov. 8, 2020, 8:27 p.m.