tests/testthat/test.scavenged_packages_versions.r

context("Testing that code I took from others has not been updated on CRAN")

test_that("tfse", {
   expect_equal(rvcheck::check_cran('tfse')$latest_version, '0.5.0')
})


test_that("Dependencies packages are up to date.", {
   expect_true(rvcheck::check_cran('rvcheck')$up_to_date)
})
AlbanSagouis/tb documentation built on Feb. 1, 2021, 6:46 a.m.