tests/testthat/test-check_pkg.R

test_that("empty please_install()", {

  expect_null(please_install(character(0L)))

  if (!interactive()) {
    expect_error(please_install("stats"),
      "Please run in interactive session", class = "usethis_error"
    )
  }
})

Try the depigner package in your browser

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

depigner documentation built on April 24, 2023, 5:08 p.m.