Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.1 #26

Merged
merged 5 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rjd3tramoseats
Type: Package
Title: Seasonal Adjustment with TRAMO-SEATS and 'JDemetra+ 3.0'
Version: 3.2.0
Version: 3.2.1
Authors@R: c(
person("Jean", "Palate", role = c("aut", "cre"),
email = "jean.palate@nbb.be"),
Expand All @@ -17,7 +17,7 @@ Depends:
Imports:
rJava (>= 1.0-6),
RProtoBuf (>= 0.4.20),
rjd3toolkit (>= 3.2.0)
rjd3toolkit (>= 3.2.1)
Remotes:
github::rjdemetra/rjd3toolkit
SystemRequirements: Java JRE 17 or higher
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ rjd3tramoseats offers full acces to options and outputs of TRAMO-SEATS
(`rjd3tramoseats::tramo()`) and SEATS decomposition
(`rjd3tramoseats::seats_decompose()`).

The specification can be created with the functions
A specification can be created with the functions
`rjd3tramoseats::tramo_spec()` or `rjd3tramoseats::tramoseats_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: `rjd3tramoseats::set_seats()`;
- for decomposition: `rjd3tramoseats::set_seats()`;

- 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.