Skip to content

Commit

Permalink
Merge pull request #33 from rjdemetra/develop
Browse files Browse the repository at this point in the history
v3.2.1
  • Loading branch information
palatej authored Dec 12, 2023
2 parents 6f41626 + cf72af6 commit 597f627
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rjd3x13
Type: Package
Title: Seasonal Adjustment with X-13 and 'JDemetra+ 3.0'
Version: 3.2.0
Version: 3.2.1
Authors@R: c(
person("Jean", "Palate", role = c("aut", "cre"),
email = "[email protected]"),
Expand All @@ -15,7 +15,7 @@ Depends:
R (>= 3.6.0)
Imports:
rJava (>= 1.0-6),
rjd3toolkit (>= 3.2.0),
rjd3toolkit (>= 3.2.1),
RProtoBuf (>= 0.4.17)
Remotes:
github::rjdemetra/rjd3toolkit,
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@

# rjd3x13

rjd3x13 offers full acces to options and outputs of X-13
rjd3x13 offers full acces to options and outputs of X-13-Arima
(`rjd3x13::x13()`), including RegARIMA modelling (`rjd3x13::regarima()`)
and X-11 decomposition (`rjd3x13::x11()`).

The specification can be created with the functions
A specification can be created with the functions
`rjd3x13::regarima_spec()`, `rjd3x13::x11_spec()` or
`rjd3x13::x13_spec()` and can be modified with the function:

- for the pre-processing: `rjd3toolkit::set_arima()`,
- for pre-processing: `rjd3toolkit::set_arima()`,
`rjd3toolkit::set_automodel()`, `rjd3toolkit::set_basic()`,
`rjd3toolkit::set_easter()`, `rjd3toolkit::set_estimate()`,
`rjd3toolkit::set_outlier()`, `rjd3toolkit::set_tradingdays()`,
`rjd3toolkit::set_transform()`, `rjd3toolkit::add_outlier()`,
`rjd3toolkit::remove_outlier()`, `rjd3toolkit::add_ramp()`,
`rjd3toolkit::remove_ramp()`, `rjd3toolkit::add_usrdefvar()`;

- for the decomposition: `rjd3x13::set_x11()`;
- for decomposition: `rjd3x13::set_x11()`;

- for the benchmarking: `rjd3toolkit::set_benchmarking()`.
- for benchmarking: `rjd3toolkit::set_benchmarking()`.

## Installation

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 597f627

Please sign in to comment.