tests/testthat.R

library(testthat)
library(riingo)

on_cran <- function() {
  !identical(Sys.getenv("NOT_CRAN"), "true")
}

if (!on_cran()) {
  test_check("riingo")
}

Try the riingo package in your browser

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

riingo documentation built on Sept. 13, 2020, 5:15 p.m.