tests/test-all.R

library(gear)
if (requireNamespace("testthat", quietly = TRUE)) {
  library(testthat)
  test_check("gear")
} else {
  message("tests could not be run because testthat is not installed")
}

Try the gear package in your browser

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

gear documentation built on April 14, 2020, 5:12 p.m.