tests/testthat/test_check_pkg_dependencies.R

context("check_pkg_dependencies")

test_that("Not failing here", {
  skip_on_cran()
  skip_if_not(dir.exists("../../R"))
  expect_null(tryCatch(check_pkg_dependencies(),
                       error = function(e) {
                         check_pkg_dependencies("../..")
                       }))
  
})

Try the hutils package in your browser

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

hutils documentation built on April 13, 2022, 5:23 p.m.