tests/testthat.R

library(testthat)
library(fuser)

## force tests to be executed if in dev release which we define as
## having a sub-release, eg 0.9.15.5 is one whereas 0.9.16 is not
if (length(strsplit(packageDescription("Rcpp")$Version, "\\.")[[1]]) > 3) {
  Sys.setenv("RunAllRcppTests"="yes")
}

test_check("fuser")
FrankD/fuser documentation built on May 6, 2019, 5:06 p.m.