tests/testthat.R

library(testthat)
library(uptasticsearch)  # nolint[unused_import]

testthat::test_check(
    package = "uptasticsearch"
    , stop_on_failure = TRUE
    , stop_on_warning = FALSE
    , reporter = testthat::SummaryReporter$new()
)

Try the uptasticsearch package in your browser

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

uptasticsearch documentation built on April 4, 2025, 1:53 a.m.