Skip to content

Commit

Permalink
Merge branch 'develop' into annasmyk-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
clemasso authored May 13, 2024
2 parents b12ac55 + 3b4d163 commit f948ccf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Package: rjd3stl
Type: Package
Title: Interface to 'JDemetra+ 3.0' Seasonal Adjustment Software
Title: R Interface to 'JDemetra+ 3.x' Seasonal Adjustment Software
Version: 2.1.1
Authors@R: c(
person("Jean", "Palate", role = c("aut", "cre"),
email = "jean.palate@nbb.be"))
Description: Interface around 'JDemetra+ 3.x' sa-toolkit (<https://github.com/jdemetra/jdemetra-core>), STACE project
email = "palatejean@gmail.com"))
Description: R Interface to 'JDemetra+ 3.x' (<https://github.com/jdemetra>) time series analysis software.
It provides functions allowing to decompose a time series, including high-frequency data with multiple periodicities.
Depends:
R (>= 3.6.0)
R (>= 4.1.0)
Imports:
rJava (>= 1.0-6),
rjd3toolkit (>= 3.2.2),
Expand All @@ -23,7 +24,7 @@ Suggests:
knitr,
rmarkdown
RoxygenNote: 7.3.1
BugReports: https://github.com/jdemetra/rjdemetra3/issues
BugReports: https://github.com/rjdemetra/rjd3stl/issues
Encoding: UTF-8
Collate:
'jd3_stl.R'
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ knitr::opts_chunk$set(
<!-- badges: start -->
<!-- badges: end -->

STL in R
R interface giving access to STL (Loess based time series decomposition) as implemented in JDemetra+ v3.x.

## 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)
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 Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
<!-- badges: start -->
<!-- badges: end -->

STL in R
R interface giving access to STL (Loess based time series decomposition)
as implemented in JDemetra+ v3.x.

## 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/#Rconfig)

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

``` r
Expand Down

0 comments on commit f948ccf

Please sign in to comment.