tests/testthat/test-cran-true.R

context("always true for cran")
# Due to complications on CRAN with handling of temporary packages during testing, CI
# and local testing will remain the main test processes for pkgnet.
# See https://github.com/uptake/pkgnet/issues/160 for details on this decision.

##### THE TEST #####

test_that("always true", {
    expect_true(TRUE, info = "always true")
})

##### TEST TEAR DOWN #####
rm(list = ls())
closeAllConnections()

Try the pkgnet package in your browser

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

pkgnet documentation built on Dec. 23, 2021, 9:07 a.m.