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.
Running rjd3 packages requires Java 21 or higher. How to set up such a configuration in R is explained here
🎉 {rjd3jars} is now available on CRAN! 🎉
To install it, you have to launch the following command line:
install.packages("rjd3jars")To get the current development version of {rjd3jars} from GitHub with:
# install.packages("pak")
pak::pak("rjdverse/rjd3jars")