From afbbb33b24f277606c1e8c81a47806480bb6ea9b Mon Sep 17 00:00:00 2001 From: Kiernan Nicholls Date: Fri, 8 Jan 2021 11:29:33 -0500 Subject: [PATCH] Release 0.3.15 to CRAN Fixes post season tests --- CRAN-RELEASE | 2 +- cran-comments.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CRAN-RELEASE b/CRAN-RELEASE index caffd613..37ac51c3 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ This package was submitted to CRAN on 2021-01-08. -Once it is accepted, delete this file and tag the release (commit b12530c). +Once it is accepted, delete this file and tag the release (commit 2c72714). diff --git a/cran-comments.md b/cran-comments.md index 07fa9ba5..4fd0b7d7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -20,6 +20,9 @@ ## Resubmission +* Tests now respond properly to functions that only work during a certain +period of time. They either check for warnings or skip when appropriate. + * More uses of `roster_moves()` now use a known past week. Examples and vignette should not error week to week, now that new data from _current_ week errors.