inst/testWithFame/0serviceCheck.R

z <- Sys.getenv("_R_CHECK_HAVE_FAME_")

Sys.info()

if(identical(as.logical(z), TRUE))  require("TSfame") else {
   cat("FAME not available. Skipping tests.\n")
   cat("_R_CHECK_HAVE_FAME_ setting ", z, "\n")
   }

Try the TSfame package in your browser

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

TSfame documentation built on May 1, 2019, 8:50 p.m.