Nothing
test_that("nflverse_packages() works", {
expect_identical(
nflverse_packages(include_self = TRUE),
c("nfl4th", "nflfastR", "nflplotR", "nflreadr", "nflseedR", "nflverse")
)
expect_identical(
nflverse_packages(include_self = FALSE),
c("nfl4th", "nflfastR", "nflplotR", "nflreadr", "nflseedR")
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.