Skip to content

Commit

Permalink
committing for CRAN release
Browse files Browse the repository at this point in the history
Changed to dev version
  • Loading branch information
jeswheel committed Nov 16, 2023
1 parent 981ddd3 commit 7f9b8f0
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 16 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^\.github$
^cran-comments\.md$
^CRAN-SUBMISSION$
^revdep$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arima2
Title: Likelihood Based Inference for ARIMA Modeling
Version: 3.1.0.9000
Version: 3.1.0.9001
Authors@R:
c(
person("Jesse",
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# arima2 (development version)

* Fixed minor spelling errors in documentation.

# arima2 3.1.0

* Fixed bug with plotting models with only MA or only AR coefficients.
Expand All @@ -8,7 +10,7 @@

* Added `max_inv_root` and `min_inv_root_dist` arguments to `arima`:
* `max_inv_root` controls the maximum size of the inverted AR / MA polynomial roots. Defaults to 1.
* `min_inv_root_dist` controls the minimum allowed distance between AR and MA polynomial roots, in order to avoid nearly cancelling roots. Defaults to 0.
* `min_inv_root_dist` controls the minimum allowed distance between AR and MA polynomial roots, in order to avoid nearly canceling roots. Defaults to 0.

# arima2 3.0.4

Expand Down
2 changes: 1 addition & 1 deletion R/arima.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' ARIMA Modelling of Time Series
#' ARIMA Modeling of Time Series
#'
#' Fit an ARIMA model to a univariate time series. This function builds on
#' the ARIMA model fitting approach used in [stats::arima()] by fitting
Expand Down
2 changes: 1 addition & 1 deletion R/sample_ARMA_coef.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#' length two of the form \eqn{(p, q)}.
#' @param seasonal A specification of the seasonal part of the ARIMA model. Can
#' be either a vector of length 2, or a list with an `order` component; if
#' a list, aperiod can be included, but it does not affect the function
#' a list, a period can be included, but it does not affect the function
#' output.
#' @param n An integer indicating how many sets of ARMA coefficients should be
#' sampled.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ tab_results |> knitr::kable()
|:----|---------:|---------:|---------:|---------:|---------:|
| AR0 | 368.7800 | 302.8397 | 290.2196 | 290.1671 | 291.4220 |
| AR1 | 319.4248 | 295.5320 | 289.8299 | 291.6313 | 292.9708 |
| AR2 | 303.4653 | 295.7739 | 291.8176 | 291.5108 | 294.0785 |
| AR2 | 303.4653 | 295.7739 | 291.8176 | 291.5108 | 293.0426 |
| AR3 | 296.6288 | 296.2828 | 292.9434 | 292.9987 | 293.5101 |
| AR4 | 295.1954 | 297.1895 | 294.9198 | 294.3391 | 294.9258 |

Expand Down
15 changes: 6 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
## Resubmission
This is a resubmission. In this version I have:
## R CMD check results

* Added a link to an ArXiv paper that describes the method implemented in this
package.
* Added parenthesis behind all function names in the description text
(e.g. arima --> arima()).
0 errors | 0 warnings | 0 note

## R CMD check results
## revdepcheck results

0 errors | 0 warnings | 1 note
We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* This is a new release.
* We saw 0 new problems
* We failed to check 0 packages
2 changes: 1 addition & 1 deletion man/arima.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified man/figures/README-PlotARMAresults-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-PlotARMAresults-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/sample_ARMA_coef.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html
33 changes: 33 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Platform

|field |value |
|:--------|:----------------------------------------|
|version |R version 4.2.3 (2023-03-15) |
|os |macOS Ventura 13.6 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Detroit |
|date |2023-11-16 |
|rstudio |2023.09.1+494 Desert Sunflower (desktop) |
|pandoc |3.1.5 @ /usr/local/bin/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:---------|:-----|:-----|:--|
|arima2 |3.0.1 |3.1.0 |* |
|fansi |NA |1.0.5 |* |
|ggplot2 |NA |3.4.4 |* |
|gtable |NA |0.3.4 |* |
|labeling |NA |0.4.3 |* |
|lifecycle |NA |1.0.4 |* |
|rlang |NA |1.1.2 |* |
|utf8 |NA |1.2.4 |* |
|vctrs |NA |0.6.4 |* |
|withr |NA |2.5.2 |* |

# Revdeps

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 7f9b8f0

Please sign in to comment.