Title: | Easily Install and Load the 'nflverse' |
Version: | 1.0.3 |
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/. |
License: | MIT + file LICENSE |
URL: | https://nflverse.nflverse.com/, https://github.com/nflverse/nflverse |
BugReports: | https://github.com/nflverse/nflverse/issues |
Imports: | cli (≥ 3.0.0), crayon (≥ 1.4.0), magrittr (≥ 2.0.0), nfl4th (≥ 1.0.3), nflfastR (≥ 4.5.1), nflplotR (≥ 1.1.0), nflreadr (≥ 1.3.2), nflseedR (≥ 1.2.0), rlang (≥ 0.4.10), rstudioapi (≥ 0.13) |
Suggests: | testthat (≥ 3.0.0) |
Config/testthat/edition: | 3 |
Encoding: | UTF-8 |
RoxygenNote: | 7.2.3 |
NeedsCompilation: | no |
Packaged: | 2023-08-14 07:59:13 UTC; carl |
Author: | Sebastian Carl [aut, cre],
Ben Baldwin [aut],
Lee Sharpe [aut],
Tan Ho |
Maintainer: | Sebastian Carl <mrcaseb@gmail.com> |
Repository: | CRAN |
Date/Publication: | 2023-08-14 08:20:02 UTC |
The 'nflverse' - A set of packages dedicated to data of the National Football League.
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/.
Author(s)
Maintainer: Sebastian Carl mrcaseb@gmail.com
Authors:
Ben Baldwin bbaldwin206@gmail.com
Lee Sharpe
Tan Ho tan@tanho.ca (ORCID)
John Edwards edwards1860@gmail.com (ORCID)
See Also
Useful links:
Report bugs at https://github.com/nflverse/nflverse/issues
Pipe operator
Description
See magrittr::%>%
for details.
Usage
lhs %>% rhs
List all packages in the nflverse
Description
List all packages in the nflverse
Usage
nflverse_packages(include_self = FALSE)
Arguments
include_self |
Include nflverse in the list? |
Value
A vector of type "character"
.
Examples
nflverse_packages()
Get a Situation Report on System, nflverse Package Versions and Dependencies
Description
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.
Details
See nflreadr::nflverse_sitrep
for details.
Update nflverse Packages
Description
Check all nflverse packages for available cran updates.
Usage
nflverse_update(recursive = FALSE, repos = getOption("repos"), devel = FALSE)
Arguments
recursive |
If |
repos |
the repositories to use to check for updates.
Defaults to |
devel |
If |
Value
Returns NULL
invisibly. Called for side effects.
Examples
try(
nflverse_update()
)
try(
nflverse_update(devel = TRUE)
)