Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TanguyBarthelemy committed May 6, 2024
2 parents fee19cd + 17c180e commit eb9aa13
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 714 deletions.
20 changes: 10 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
Package: rjd3workspace
Type: Package
Title: Interface to 'JDemetra+ 3.0' Seasonal Adjustment Software
Title: Interface to 'JDemetra+ 3.x' time series analysis software.
Version: 3.2.3
Authors@R: c(
person("Alain", "Quartier-la-Tente", role = c("aut", "cre"),
person("Jean", "Palate", role = c("aut"),
email = "palatejean@gmail.com"),
person("Alain", "Quartier-la-Tente", role = c("aut"),
email = "alain.quartier@yahoo.fr",
comment = c(ORCID = "0000-0001-7890-3857")),
person("Anna", "Michalek", role = "aut",
email = "anna.michalek@ecb.int"),
person("Jean", "Palate", role = "aut",
email = "jean.palate@nbb.be"),
person("Raf", "Baeyens", role = "aut",
email = "raf.baeyens@nbb.be"))
Description: Interface around 'JDemetra+ 3.x' (<https://github.com/jdemetra/jdemetra-app>).
person("Tanguy", "Barthelemy", role = c("aut","cre"),
email ="tanguy.barthelemy@insee.fr"),
person("Anna", "Smyk", role = c("aut"),
email ="anna.smyk@insee.fr"))
Description: R Interface to 'JDemetra+ 3.x' (<https://github.com/jdemetra>).
It offers several functions to manipulate 'JDemetra+' workspaces, which can be read by the software
and can store several seasonal adjusted series along with user-defined calendars or regression variables.
Depends:
R (>= 3.6.0),
R (>= 4.1.0),
Imports:
rJava (>= 1.0-6),
rjd3toolkit (>= 3.2.2),
Expand Down
10 changes: 4 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ library("rjd3workspace")
# rjd3workspace


**rjd3workspace** offers several functions to interact with JDemetra+ v3.0 workspaces.
**rjd3workspace** offers several functions to wrangle JDemetra+ v3.x workspaces.

Seasonal adjustment with X-12ARIMA can be done with the package [**rjd3x13**](https://github.com/rjdverse/rjd3x13) and with TRAMO-SEATS with the package [**rjd3tramoseats**](https://github.com/rjdverse/rjd3tramoseats).


## Installation

Running rjd3 packages requires Java 17 or higher. How to set up such a configuration in R is explained [here](https://jdemetra-new-documentation.netlify.app/#installing-the-software).
**rjd3workspace** relies on the [**rJava**](https://CRAN.R-project.org/package=rJava) package

**rjd3workspace** relies on the [**rJava**](https://CRAN.R-project.org/package=rJava) package and Java SE 17 or later version is required.
Running rjd3 packages requires **Java 17 or higher**. How to set up such a configuration in R is explained [here](https://jdemetra-new-documentation.netlify.app/#Rconfig)

To get the current stable version (from the latest release):

Expand All @@ -48,9 +49,6 @@ remotes::install_github("rjdverse/rjd3workspace")

## Usage

**rjd3workspace** relies on the [**rJava**](https://CRAN.R-project.org/package=rJava) package and Java SE 17 or later version is required.


```{r, echo = TRUE, eval = TRUE}
library("rjd3workspace")
Expand Down
Loading

0 comments on commit eb9aa13

Please sign in to comment.