From 423dd14c5622eece9ac1f55734c851e50e4b1e12 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Wed, 4 Dec 2019 23:41:14 +1100 Subject: [PATCH] Updated cran-comments and patch version bump --- .gitignore | 1 + DESCRIPTION | 4 ++-- cran-comments.md | 32 ++++++++++---------------------- 3 files changed, 13 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index faad6e76..6f157902 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ src/*.dll docs/ doc Meta +revdep diff --git a/DESCRIPTION b/DESCRIPTION index 04a71b28..5a32c859 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fable Title: Forecasting Models for Tidy Time Series -Version: 0.1.0.9000 +Version: 0.1.1 Description: Provides a collection of commonly used univariate and multivariate time series forecasting models including automatically selected exponential smoothing (ETS) and autoregressive integrated moving average (ARIMA) models. @@ -55,4 +55,4 @@ Language: en-GB LazyData: true Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) -RoxygenNote: 7.0.1 +RoxygenNote: 7.0.2 diff --git a/cran-comments.md b/cran-comments.md index 5e765acb..9c767c18 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,30 +1,18 @@ +## Submission + +This patch release resolves revdep check issues with the forecast package release. + ## Test environments -* local ubuntu 18.04 install, R 3.5.3, R 3.6.0 -* ubuntu 14.04 (on travis-ci), R-devel, R 3.6.0, R 3.5.3 +* local ubuntu 18.04 install, R 3.5.3, R 3.6.1 +* ubuntu 16.04 (on travis-ci), R-devel, R 3.6.0, R 3.5.3 * macOS 10.13 (on travis-ci), R 3.6.1 * windows server 2012 R2 (on AppVeyor), R 3.6.1 -* win-builder, R-devel, R 3.6.1 +* win-builder, R-devel, R-3.6.1, R-3.5.3 ## R CMD check results -0 errors | 0 warnings | 1 note - -* This is a new release. - -## Re-submission - -* Fixed URL in vignette. -* The 'feasts' package is now available on CRAN. -* Updated description to use '' for package names. -* Improved detail in package description to provide examples of included models. -* Removed author field from docs. -* Added Gabriel Caceres as ctb. -* Added \value to documentation for model functions and methods. -* Added more examples to model method documentation. -* Clarified models with their acryonyms in the Description. +0 errors | 0 warnings | 0 notes -> If there are references describing the (theoretical background of) -methods in your package, please add these in the Description field of -your DESCRIPTION file in the form +## revdep checks -There are no published references for the package's methods yet. \ No newline at end of file +All revdeps have been checked. No new problems were detected. \ No newline at end of file