Online, December 12th 2024
In this repository, you can find all the material used during the webinar and additional resources
Slides
Biblio
folder: additional resources- a Workbook (to print out)
Data
folder: data files (.csv and .xslx) used during the webinarR
folder containing qmd files with the code
Head over to this page
Scroll down the page, download and unzip the file jdemetra-standalone-3.x.y-windows-x86_64.zip, if you use Windows, or the zip corresponding to you OS in the list.
To start the application, run the file nbdemetra64.exe located in the following subfolder …-standalone-3.x.y-windows-x86_64
on this same page, below
download and unzip the compressed folder jwsacruncher-standalone-3.x.y-windows-x86_64.zip, if you use Windows…
Easy: Java 21 is embedded in the GUI file you’ve just installed: you have it !!
You just need it to link to R via R studio
-
Once jdemetra-standalone-3.x.y-windows-x86_64.zip is unzipped, the Java will be in located in C:-standalone-3.x.y-windows-x86_64.2+13-jre (path to be adapted to your computer/server): this location must be declared in R.
-
Run this code at the beginning of your programs
Sys.setenv(“JAVA_HOME” = “…/jdemetra-standalone-3.x.y-windows-x86_64/nbdemetra/jdk-21.0.2+13-jre”)
or (better)
-
declare it “permanently” is the Renviron file (where environment variables specific to R are stored), following the steps below:
- in the R console run file.edit("~/.Renviron") - in the file that opens add the line :
JAVA_HOME= “C:/Software/jdemetra-standalone-3.x.y-windows-x86_64/nbdemetra/jdk-21.0.2+13-jre”
- save the file and restart R
# from R Universe
install.packages("rjd3toolkit", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))
install.packages("rjd3x13", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))
install.packages("rjd3tramoseats", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))
# from CRAN
install.packages("rjwsacruncher")
We will be exploring a small part !
You can find me on:
- 👨 GitHub Anna: https://github.com/annasmyk
- 📚 JDemetra+ Documentation: https://jdemetra-new-documentation.netlify.app/
- 📝 JDemetra+ Blog: https://jdemetra-universe-blog.netlify.app/