tests/testthat/test-cfbd_calendar.R

cols <- c(
  "season", "week", "season_type",
  "first_game_start", "last_game_start"
)

test_that("CFB Calendar", {
  skip_on_cran()
  x <- cfbd_calendar(year = 2019)
  expect_equal(nrow(x), 16)
  expect_equal(colnames(x), cols)
  expect_s3_class(x, "data.frame")
})

Try the cfbfastR package in your browser

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

cfbfastR documentation built on June 14, 2022, 1:05 a.m.