From 19616b45507e4d50164709762d70280e3f257f88 Mon Sep 17 00:00:00 2001 From: Tan-DeskPC Date: Sun, 18 Apr 2021 20:22:23 -0400 Subject: [PATCH] remove sourcing of internaldf --- R/0_helpers.R | 2 +- cran-comments.md | 4 +++- man/nflfastr_stat_mapping.Rd | 3 --- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/R/0_helpers.R b/R/0_helpers.R index 7845877b..cc4843c6 100644 --- a/R/0_helpers.R +++ b/R/0_helpers.R @@ -178,5 +178,5 @@ release_bullets <- function(){ #' \item{platform}{specific platform that this mapping applies to} #' \item{ff_event}{name of the statistic for that platform} #' } -#' @source Manually created for ffscrapr by Joe & Tan +#' "nflfastr_stat_mapping" diff --git a/cran-comments.md b/cran-comments.md index 2add3bff..65b9df38 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,6 @@ -## SUBMISSION +## RESUBMISSION + +Corrected url issue in man/nflfastr_stat_mapping.Rd ## CRAN Check Corrections diff --git a/man/nflfastr_stat_mapping.Rd b/man/nflfastr_stat_mapping.Rd index a75d1974..65343143 100644 --- a/man/nflfastr_stat_mapping.Rd +++ b/man/nflfastr_stat_mapping.Rd @@ -12,9 +12,6 @@ A data frame with ~85 rows and 3 variables: \item{ff_event}{name of the statistic for that platform} } } -\source{ -Manually created for ffscrapr by Joe & Tan -} \usage{ nflfastr_stat_mapping }