tests/testthat.R

library(tidytlg)
library(testthat)
library(tibble)

withr::with_options(
  # Set to make test snapshots constant between environments
  list(width = 86),
  {
    test_check("tidytlg")

  }
)

Try the tidytlg package in your browser

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

tidytlg documentation built on June 22, 2024, 10:43 a.m.