From 1270c574914c1edc6c302e70802d99fbe18bb6f4 Mon Sep 17 00:00:00 2001 From: "Steven Paul Sanderson II, MPH" Date: Thu, 20 Apr 2023 09:02:38 -0400 Subject: [PATCH] prepping for CRAN --- R/00_global_variables.R | 3 ++- cran-comments.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/R/00_global_variables.R b/R/00_global_variables.R index 734c783..7bf92fd 100644 --- a/R/00_global_variables.R +++ b/R/00_global_variables.R @@ -6,6 +6,7 @@ globalVariables( "fitted_wflw", "model_spec", "pred_wflw", - "wflw" + "wflw", + ".model_spec" ) ) diff --git a/cran-comments.md b/cran-comments.md index 858617d..ac6c1dd 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,6 @@ ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 1 warnings | 2 note -* This is a new release. +* Minor fixes. +* Warning stems from parsnip being built on 4.2.3 and tidyAML is 4.2.2