tests/testthat/test-game.R

test_that("throws error for season before 2008", {
  expect_error(bart_season_schedule(2007), 'or later')
  expect_error(bart_pregame(2007), 'or later')
  expect_error(bart_game_box(2007), 'or later')
  expect_error(bart_game_factors(2007), 'or later')
})

Try the toRvik package in your browser

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

toRvik documentation built on Nov. 10, 2022, 5:50 p.m.