tests/testthat.R

library(testthat)
library(rdfp)

if (identical(tolower(Sys.getenv("NOT_CRAN")), "true") & 
    identical(tolower(Sys.getenv("TRAVIS_PULL_REQUEST")), "false")) {
  
  test_check("rdfp")
}
ReportMort/rdfp documentation built on June 9, 2019, 9:21 p.m.