
Utility package in JDemetra+ 3.x R ecosystem. Contains functions used
in other rjd3 packages and has to be systematically
installed before using any other rjd3 package.
customize specifications in {rjd3x13} and {rjd3tramoseats}
generate user-defined regressors for calendar correction
generate auxiliary variables (outliers, ramps..)
run arima model estimations
perform tests (seasonality, normality, independence)
access general functions such as auto-correlations, distributions
Running rjd3 packages requires Java 21 or higher. How to set up such a configuration in R is explained here
🎉 {rjd3toolkit} is now available on CRAN! 🎉
To install it, you have to launch the following command line:
install.packages("rjd3toolkit")To get the current development version of {rjd3toolkit} from GitHub with:
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit")Any contribution is welcome and should be done through pull requests and/or issues. pull requests should include updated tests and updated documentation. If functionality is changed, docstrings should be added or updated.
The code of this project is licensed under the European Union Public Licence (EUPL).