Skip to content

Commit

Permalink
Merge pull request #23 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 df5e9af + fd2c5f7 commit d0c2364
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion R/procresults.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -16,3 +32,5 @@ To get the current development version from GitHub:
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3toolkit")
```


Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion man/dictionary.Rd

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

0 comments on commit d0c2364

Please sign in to comment.