tests/testthat/test_hello.R

context("Test hello.rivm")


## test data ##
test_that("this is testing that hello.rivm returns NULL", {
    ## skip on CRAN
    skip_on_cran()

    ## check output
    expect_true(is.null(hello.rivm()))
})
thibautjombart/hellorivm documentation built on May 31, 2019, 9:57 a.m.