The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

rjd3toolkit

CRAN status Mentioned in Awesome Official Statistics

R-CMD-check lint

GH Pages built

Utility package in JDemetra+ 3.x R ecosystem. Contains functions used in other rjd3 packages and has to be systematically installed before using any other rjd3 package.

Main Functions

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):

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

Development version

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

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

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).

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.