Skip to content

Commit

Permalink
descp file and readme update (harmonization)
Browse files Browse the repository at this point in the history
  • Loading branch information
annasmyk committed May 4, 2024
1 parent a74bc84 commit 671d885
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: rjd3x11plus
Type: Package
Title: Interface to 'JDemetra+ 3.0' Seasonal Adjustment Software
Title: Interface to 'JDemetra+ 3.x' time series analysis software
Version: 2.1.1
Authors@R: c(
person("Jean", "Palate", role = c("aut", "cre"),
email = "[email protected]"))
Description: Interface around 'JDemetra+ 3.x' sa-toolkit (<https://github.com/jdemetra/jdemetra-core>), STACE project
Description: R Interface to 'JDemetra+ 3.x' (<https://github.com/jdemetra>) time series analysis software.
Depends:
R (>= 3.6.0)
R (>= 4.1.0)
Imports:
rJava (>= 1.0-6),
rjd3toolkit (>= 3.2.2),
Expand All @@ -17,13 +17,13 @@ Remotes:
github::rjdemetra/rjd3filters
SystemRequirements: Java (>= 17)
License: EUPL
URL: https://github.com/jdemetra/rjd3x11plus
URL: https://github.com/rjdverse/rjd3x11plus
LazyData: TRUE
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.3.1
BugReports: https://github.com/jdemetra/rjdemetra3/issues
BugReports: https://github.com/rjdverse/rjd3x11plus/issues
Encoding: UTF-8
Collate:
'ic_r.R'
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ knitr::opts_chunk$set(

## 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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

## 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 671d885

Please sign in to comment.