Releases: rjdverse/rjd3toolkit
Releases · rjdverse/rjd3toolkit
v3.7.1
v3.6.0
{rjd3toolkit} 3.6.0
Installation
Source version
From GitHub
To install this release automatically, you can use the code from the README:
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit@v3.6.0")From R-Universe
install.packages("rjd3toolkit", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))Updates
Changed
- default group value with mts objects in modelling_context #107
- Examples are executed only if Java version >= 17
Removed
fctparameter inset_automodel()#85
Added
get_java_version()function to compute the Java installed versioncurrent_java_versioncharacter string with the current installed Java versionminimal_java_versioncharacter string with the minimum viable Java version for rjdverseget_date_min()to get the minimum dateget_date_max()to get the maximum date- New example to use the functions (#85)
- Documentation of
biasargument inset_benchmarking() - New datasets :
Electricity(French national electricity consumtion),Births(Number of births registered in France from 1968 to 2024),x13_spec_default(Default X13 specification) andtramoseats_spec_default(Default Tramo-Seats specification)
v3.5.1
{rjd3toolkit} 3.5.1
Installation
Source version
From GitHub
To install this release automatically, you can use the code from the README:
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit@v3.5.1")From R-Universe
install.packages("rjd3toolkit", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))Updates
Changed
- New JARS
v3.5.0
{rjd3toolkit} 3.5.0
Installation
Source version
From GitHub
To install this release automatically, you can use the code from the README:
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit@v3.5.0")From R-Universe
install.packages("rjd3toolkit", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))Changed
- New JARS
- Replace
.with_in function's name #88 - The dataset
retailis renamedRetail#89 - The number of regressor was false for TD3c #92
Added
v3.3.0
{rjd3toolkit} 3.3.0
Installation
Source version
From GitHub
To install this release automatically, you can use the code from the README:
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit@v3.3.0")From R-Universe
install.packages("rjd3toolkit", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))From file
- Download the file rjd3toolkit_3.3.0.tar.gz
- Install with the command line:
install.packages("rjd3toolkit_3.3.0.tar.gz", repos = NULL, type = "source")Binary versions
- Download the binary version of the package related to your R version (so the file rjd3toolkit_3.3.0_R_X.X.X.zip with X.X.X your version of R):
# For example with R 4.2.3
temp_path <- file.path(tempdir(), "rjd3toolkit_3.3.0.zip")
download.file(
url = "https://github.com/rjdverse/rjd3toolkit/releases/download/v3.3.0/rjd3toolkit_3.3.0_R_4.2.3.zip",
destfile = temp_path
)
install.packages(temp_path, repos = NULL, type = "binary")Changed
- New JARS
- Improve Canova-Hansen tests for seasonality and trading days (new options, more output)
- Document (UC)ARIMA models
v3.2.4
rjd3toolkit 3.2.4
Installation
Source version
From GitHub
To install this release automatically, you can use the code from the README:
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit@v3.2.4")From R-Universe
install.packages("rjd3toolkit", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))From file
- Download the file rjd3toolkit_3.2.4.tar.gz
- Install with the command line:
install.packages("rjd3toolkit_3.2.4.tar.gz", repos = NULL, type = "source")Binary versions
- Download the binary version of the package related to your R version (so the file rjd3toolkit_3.2.4_R_X.X.X.zip with X.X.X your version of R):
# For example with R 4.2.3
temp_path <- file.path(tempdir(), "rjd3toolkit_3.2.4.zip")
download.file(
url = "https://github.com/rjdverse/rjd3toolkit/releases/download/v3.2.4/rjd3toolkit_3.2.4_R_4.2.3.zip",
destfile = temp_path
)
install.packages(temp_path, repos = NULL, type = "binary")Updates
Fixed
- Correct SA decomposition with backcasts and forecasts (Java to R transfer) #2
Changed
- New .jar (related to release 3.2.4)
- Some linting of R functions