nflverse_sitrep | R Documentation |
This function gives a quick overview of the versions of R and the operating system as well as the versions of nflverse/ffverse packages, options, and their dependencies. It's primarily designed to help you get a quick idea of what's going on when you're helping someone else debug a problem.
nflverse_sitrep(
pkg = c("nflreadr", "nflfastR", "nflseedR", "nfl4th", "nflplotR", "nflverse"),
recursive = TRUE,
redact_path = TRUE
)
ffverse_sitrep(
pkg = c("ffscrapr", "ffsimulator", "ffpros", "ffopportunity"),
recursive = TRUE,
redact_path = TRUE
)
.sitrep(
pkg,
recursive = TRUE,
redact_path = TRUE,
dev_repos = c("https://nflverse.r-universe.dev", "https://ffverse.r-universe.dev")
)
pkg |
a character vector naming installed packages, or |
recursive |
a logical indicating whether dependencies of |
redact_path |
a logical indicating whether options that contain "path" in the name should be redacted, default = TRUE |
dev_repos |
Developmental cran-like repos to check, e.g. r-universe repos |
try({
nflverse_sitrep()
ffverse_sitrep()
.sitrep("cachem")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.