tests/testthat/test-coursekata_repos.R

test_that("the fivethirtyeightdata repo is included", {
  expect_true("https://fivethirtyeightdata.github.io/drat/" %in% coursekata_repos())
})


test_that("a default CRAN mirror is selected if one is not given", {
  expect_true("CRAN" %in% names(coursekata_repos(repos = character(0))))
})

Try the coursekata package in your browser

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

coursekata documentation built on Sept. 11, 2024, 8:42 p.m.