diff --git a/DESCRIPTION b/DESCRIPTION index 5bd38a6..a040620 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rjd3toolkit Type: Package Title: Toolkit Functions Around '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"), diff --git a/R/procresults.R b/R/procresults.R index 1cb4a7c..fb8fa81 100644 --- a/R/procresults.R +++ b/R/procresults.R @@ -17,7 +17,7 @@ RSLT<-'JD3_ProcResults' #' Get Dictionary and Result #' -#' Extract dictionnay of a \code{"JD3_ProcResults"} object (\code{dictionary()}) and extract a specific value (\code{result()}) or a list of values (\code{user_defined()}). +#' Extract dictionary of a \code{"JD3_ProcResults"} object (\code{dictionary()}) and extract a specific value (\code{result()}) or a list of values (\code{user_defined()}). #' #' @param object the java object. #' @param id the name of the object to extract. diff --git a/README.md b/README.md index 76de2d6..85b145e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,21 @@ # rjd3toolkit -Basic package around JDemetra+ 3.x + +Utility package in JDemetra+ 3.x R ecosystem. Contains utility functions used in other `rjd3` packages and has to be systematically installed before using any other rjd3 package. + +## Main Functions + +- customize specifications in rjd3x13 and rjdtramoseats + +- generate user-defined regressors for calendar correction + +- generate auxiliary variables (outliers, ramps..) + +- run arima model estimations + +- perform tests (seasonality, normality, white noise) + +- access general functions such as auto-correlations, distributions + ## Installation @@ -16,3 +32,5 @@ To get the current development version from GitHub: # install.packages("remotes") remotes::install_github("rjdemetra/rjd3toolkit") ``` + + diff --git a/inst/java/jdplus-sa-base-api-3.2.0.jar b/inst/java/jdplus-sa-base-api-3.2.1.jar similarity index 87% rename from inst/java/jdplus-sa-base-api-3.2.0.jar rename to inst/java/jdplus-sa-base-api-3.2.1.jar index 877b752..a745ce3 100644 Binary files a/inst/java/jdplus-sa-base-api-3.2.0.jar and b/inst/java/jdplus-sa-base-api-3.2.1.jar differ diff --git a/inst/java/jdplus-sa-base-core-3.2.0.jar b/inst/java/jdplus-sa-base-core-3.2.1.jar similarity index 87% rename from inst/java/jdplus-sa-base-core-3.2.0.jar rename to inst/java/jdplus-sa-base-core-3.2.1.jar index b1d87cd..617b0fc 100644 Binary files a/inst/java/jdplus-sa-base-core-3.2.0.jar and b/inst/java/jdplus-sa-base-core-3.2.1.jar differ diff --git a/inst/java/jdplus-sa-base-protobuf-3.2.0.jar b/inst/java/jdplus-sa-base-protobuf-3.2.1.jar similarity index 92% rename from inst/java/jdplus-sa-base-protobuf-3.2.0.jar rename to inst/java/jdplus-sa-base-protobuf-3.2.1.jar index c8c786b..5ac96c2 100644 Binary files a/inst/java/jdplus-sa-base-protobuf-3.2.0.jar and b/inst/java/jdplus-sa-base-protobuf-3.2.1.jar differ diff --git a/inst/java/jdplus-sa-base-r-3.2.0.jar b/inst/java/jdplus-sa-base-r-3.2.1.jar similarity index 85% rename from inst/java/jdplus-sa-base-r-3.2.0.jar rename to inst/java/jdplus-sa-base-r-3.2.1.jar index 8a7780e..dbad90d 100644 Binary files a/inst/java/jdplus-sa-base-r-3.2.0.jar and b/inst/java/jdplus-sa-base-r-3.2.1.jar differ diff --git a/inst/java/jdplus-toolkit-base-api-3.2.0.jar b/inst/java/jdplus-toolkit-base-api-3.2.1.jar similarity index 87% rename from inst/java/jdplus-toolkit-base-api-3.2.0.jar rename to inst/java/jdplus-toolkit-base-api-3.2.1.jar index bdd0acb..583fea9 100644 Binary files a/inst/java/jdplus-toolkit-base-api-3.2.0.jar and b/inst/java/jdplus-toolkit-base-api-3.2.1.jar differ diff --git a/inst/java/jdplus-toolkit-base-core-3.2.0.jar b/inst/java/jdplus-toolkit-base-core-3.2.1.jar similarity index 91% rename from inst/java/jdplus-toolkit-base-core-3.2.0.jar rename to inst/java/jdplus-toolkit-base-core-3.2.1.jar index 853d27b..cbc33e6 100644 Binary files a/inst/java/jdplus-toolkit-base-core-3.2.0.jar and b/inst/java/jdplus-toolkit-base-core-3.2.1.jar differ diff --git a/inst/java/jdplus-toolkit-base-protobuf-3.2.0.jar b/inst/java/jdplus-toolkit-base-protobuf-3.2.1.jar similarity index 95% rename from inst/java/jdplus-toolkit-base-protobuf-3.2.0.jar rename to inst/java/jdplus-toolkit-base-protobuf-3.2.1.jar index 6ab00ba..fabfd4b 100644 Binary files a/inst/java/jdplus-toolkit-base-protobuf-3.2.0.jar and b/inst/java/jdplus-toolkit-base-protobuf-3.2.1.jar differ diff --git a/inst/java/jdplus-toolkit-base-r-3.2.0.jar b/inst/java/jdplus-toolkit-base-r-3.2.1.jar similarity index 90% rename from inst/java/jdplus-toolkit-base-r-3.2.0.jar rename to inst/java/jdplus-toolkit-base-r-3.2.1.jar index f2bb2d6..bc8bcbf 100644 Binary files a/inst/java/jdplus-toolkit-base-r-3.2.0.jar and b/inst/java/jdplus-toolkit-base-r-3.2.1.jar differ diff --git a/man/dictionary.Rd b/man/dictionary.Rd index a472ec2..5083451 100644 --- a/man/dictionary.Rd +++ b/man/dictionary.Rd @@ -20,5 +20,5 @@ user_defined(object, userdefined = NULL) \item{userdefined}{vector containing the names of the object to extract.} } \description{ -Extract dictionnay of a \code{"JD3_ProcResults"} object (\code{dictionary()}) and extract a specific value (\code{result()}) or a list of values (\code{user_defined()}). +Extract dictionary of a \code{"JD3_ProcResults"} object (\code{dictionary()}) and extract a specific value (\code{result()}) or a list of values (\code{user_defined()}). }