tests/testthat.R

library(testthat)
library(usemodels)


if (identical(Sys.getenv("NOT_CRAN"), "true")) { # emulates `testthat:::on_cran()`
  if (utils::packageVersion("testthat") >= "2.99.0.9000") {
    test_check("usemodels")
  }
}

Try the usemodels package in your browser

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

usemodels documentation built on March 18, 2022, 5:35 p.m.