tests/testthat.R

suppressMessages(suppressWarnings(library(testthat)))
suppressMessages(suppressWarnings(library(aurelius)))

if (identical(tolower(Sys.getenv("NOT_CRAN")), "true") & 
    identical(tolower(Sys.getenv("TRAVIS_PULL_REQUEST")), "false")) {
  
  test_check('aurelius')
  
}

Try the aurelius package in your browser

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

aurelius documentation built on May 2, 2019, 3:43 a.m.