tests/testthat.R

library(testthat)
suppressWarnings(suppressMessages(library(Rinstapkg)))

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

  test_check("Rinstapkg")
}

Try the Rinstapkg package in your browser

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

Rinstapkg documentation built on June 8, 2019, 9:03 a.m.