tests/testthat.R

library(testthat)
library(roas)

if (identical(tolower(Sys.getenv("NOT_CRAN")), "true") & identical(tolower(Sys.getenv("TRAVIS_PULL_REQUEST")), "false")) {
  
  test_check("roas")
  
}
ReportMort/roas documentation built on May 9, 2019, 9:45 a.m.