Skip to content

Commit

Permalink
Updated cran-comments and patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Dec 4, 2019
1 parent dbeffb7 commit 423dd14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ src/*.dll
docs/
doc
Meta
revdep
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
32 changes: 10 additions & 22 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
All revdeps have been checked. No new problems were detected.

0 comments on commit 423dd14

Please sign in to comment.