Skip to content

v3.5.0

Choose a tag to compare

@annasmyk annasmyk released this 09 Apr 14:13
· 199 commits to develop since this release

{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 retail is renamed Retail #89
  • The number of regressor was false for TD3c #92

Added

  • Spline functions (periodic, b-splines, cardinal splines)
  • function .add_ud_var (from {rjd3tramoseats} and {rjd3x13})
  • warning added in the function calendar_td #10
  • Regressor TD2c for regarima specifications #53