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")

Try the fuser package in your browser

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

fuser documentation built on May 2, 2019, 3:29 p.m.