tests/testthat.R

library(testthat)
library(tauturri)

# Only run tests if API details are available
if (Sys.getenv("tautulli_url") != "" & Sys.getenv("tautulli_apikey") != "") {
  test_check("tauturri")
}

Try the tauturri package in your browser

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

tauturri documentation built on May 2, 2019, 1:07 p.m.