Title: | Easily Install and Load the 'nflverse' |
---|---|
Description: | The 'nflverse' is a set of packages dedicated to data of the National Football League. This package is designed to make it easy to install and load multiple 'nflverse' packages in a single step. Learn more about the 'nflverse' at <https://nflverse.nflverse.com/>. |
Authors: | Sebastian Carl [aut, cre], Ben Baldwin [aut], Lee Sharpe [aut], Tan Ho [aut] , John Edwards [aut] |
Maintainer: | Sebastian Carl <[email protected]> |
License: | MIT + file LICENSE |
Version: | 1.0.3 |
Built: | 2024-12-06 03:26:22 UTC |
Source: | https://github.com/nflverse/nflverse |
The 'nflverse' is a set of packages dedicated to data of the National Football League. This package is designed to make it easy to install and load multiple 'nflverse' packages in a single step. Learn more about the 'nflverse' at https://nflverse.nflverse.com/.
Maintainer: Sebastian Carl [email protected]
Authors:
Ben Baldwin [email protected]
Lee Sharpe
Tan Ho [email protected] (ORCID)
John Edwards [email protected] (ORCID)
Useful links:
Report bugs at https://github.com/nflverse/nflverse/issues
List all packages in the nflverse
nflverse_packages(include_self = FALSE)
nflverse_packages(include_self = FALSE)
include_self |
Include nflverse in the list? |
A vector of type "character"
.
nflverse_packages()
nflverse_packages()
This function gives a quick overview of the versions of R and the operating system as well as the versions of nflverse 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.
See nflreadr::nflverse_sitrep
for details.
Check all nflverse packages for available cran updates.
nflverse_update(recursive = FALSE, repos = getOption("repos"), devel = FALSE)
nflverse_update(recursive = FALSE, repos = getOption("repos"), devel = FALSE)
recursive |
If |
repos |
the repositories to use to check for updates.
Defaults to |
devel |
If |
Returns NULL
invisibly. Called for side effects.
try( nflverse_update() ) try( nflverse_update(devel = TRUE) )
try( nflverse_update() ) try( nflverse_update(devel = TRUE) )