You can install the development version of {nflanalysisapp} like so:
# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?You can launch the application by running:
nflanalysisapp::run_app()You are reading the doc about version : 0.1.0
This README has been compiled on the
Sys.time()
#> [1] "2025-05-24 22:27:17 EDT"Here are the tests results and package coverage:
devtools::check(quiet = TRUE)
#> ══ Documenting ═════════════════════════════════════════════════════════════════
#> ℹ Installed roxygen2 version (7.3.2) doesn't match required (7.1.1)
#> ✖ `check()` will not re-document this package
#> ── R CMD check results ─────────────────────────────── nflanalysisapp 0.1.0 ────
#> Duration: 24.3s
#>
#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔covr::package_coverage()
#> nflanalysisapp Coverage: 0.00%
#> R/app_config.R: 0.00%
#> R/app_ui.R: 0.00%
#> R/run_app.R: 0.00%