tests/testthat/test-main-check.R

test_that("Test Checks overall", {

  testthat::skip_on_cran()
  
  rmd_dir <- setup_ottr_template(type = "rmd", render = FALSE)

  ottr_check(path = rmd_dir, check_type = "urls")

  ottr_check(path = rmd_dir, check_type = "spelling")

  ottr_check(path = rmd_dir, check_type = "quiz_format")

  clean_up()
})

Try the ottrpal package in your browser

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

ottrpal documentation built on April 3, 2025, 7:46 p.m.