tests/testthat.R

if (Sys.getenv("NOT_CRAN") == "true") {
  library(testthat)
  library(pkgdepends)

  Sys.setenv(R_USER_CACHE_DIR = tempdir())
  test_check("pkgdepends", reporter = "summary")
}

Try the pkgdepends package in your browser

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

pkgdepends documentation built on May 29, 2024, 1:56 a.m.