tests/tinytest.R

if (requireNamespace("tinytest", quietly = TRUE)) {
  if (length(unclass(packageVersion("bdots"))[[1]]) == 4 | Sys.getenv("R_FORCE_TEST") == 'TRUE') {
    tinytest::test_package("bdots", pattern = "*\\.[rR]$")
  }
}

Try the bdots package in your browser

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

bdots documentation built on Jan. 7, 2023, 1:18 a.m.