inst/testExtractionTest/R/function.R

# A test cases for extracting tests from a package structure.

hello_world <- function(){
    print("hello world")
}
if(FALSE){#!@testthat
    expect_output(hello_world(), "hello world")
}
RDocTaskForce/documentation documentation built on May 8, 2019, 5:50 a.m.