tests/testthat/test-cfbd_metrics_ppa_predicted.R

cols <- c("yard_line", "predicted_points")

test_that("CFB Metrics PPA Predicted", {

  skip_on_cran()
  x <- cfbd_metrics_ppa_predicted(down = 1, distance = 10)
  y <- cfbd_metrics_ppa_predicted(down = 3, distance = 10)
  expect_equal(colnames(x), cols)
  expect_equal(colnames(y), cols)
  expect_s3_class(x, "data.frame")
  expect_s3_class(y, "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.