Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.46 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.46 KB

rjd3x11plus: extended x11

Installation

Running rjd3 packages requires Java 17 or higher. How to set up such a configuration in R is explained here

Latest release

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

  • From GitHub:
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit@*release")
remotes::install_github("rjdverse/rjd3x11plus@*release")
install.packages("rjd3x11plus", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))

Development version

You can install the development version of rjd3x11plus from GitHub with:

# install.packages("remotes")
remotes::install_github("rjdverse/rjd3x11plus")

High frequency data

infra monthly data

Trend cycle estimation

Package Maintenance and contributing

Any contribution is welcome and should be done through pull requests and/or issues. pull requests should include updated tests and updated documentation. If functionality is changed, docstrings should be added or updated.

Licensing

The code of this project is licensed under the European Union Public Licence (EUPL).