I recommend to add instructions for the RJDemetra3 installation as it could be not obvious for someone. We are using the following code for RJDemetra3 installation.
install.packages("RProtoBuf")
remotes::install_github(INSTALL_opts = "--no-multiarch", repo = "palatej/rjd3toolkit")
remotes::install_github(INSTALL_opts = "--no-multiarch", repo = "palatej/rjd3sa")
remotes::install_github(INSTALL_opts = "--no-multiarch", repo = "palatej/rjd3x13")
remotes::install_github(INSTALL_opts = "--no-multiarch", repo = "palatej/rjd3tramoseats")
remotes::install_github(INSTALL_opts = "--no-multiarch", repo = "palatej/rjdemetra3")
I recommend to add instructions for the RJDemetra3 installation as it could be not obvious for someone. We are using the following code for RJDemetra3 installation.