inst/testWithSQLiteServer/0serviceCheck.R

z <- Sys.getenv("_R_CHECK_HAVE_SQLITE_")

Sys.info()

if(identical(as.logical(z), TRUE))  require("TSSQLite") else {
   cat("SQLLITE not available. Skipping tests.\n")
   cat("_R_CHECK_HAVE_SQLLITE_ setting ", z, "\n")
   }

Try the TSSQLite package in your browser

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

TSSQLite documentation built on Sept. 23, 2019, 3 a.m.