tests/testthat.R

library(testthat)
library(domino)

if (nchar(Sys.getenv("TESTUSER")) > 0 && nchar(Sys.getenv("TESTUSERPASS")) > 0) {
  test_check("domino")
}

Try the domino package in your browser

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

domino documentation built on May 2, 2019, 10:16 a.m.