Releases: rjdverse/rjd3x13
Releases · rjdverse/rjd3x13
v3.3.0
v3.2.3
rjd3x13
3.2.3
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/rjd3x13@v3.2.3")
From R-Universe
install.packages("rjd3x13", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))
From file
- Download the file rjd3x13_3.2.3.tar.gz
- Install with the command line:
install.packages("rjd3x13_3.2.3.tar.gz", repos = NULL, type = "source")
Binary versions
- Download the binary version of the package related to your R version (so the file rjd3x13_3.2.3_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(), "rjd3x13_3.2.3.zip")
download.file(
url = "https://github.com/rjdverse/rjd3x13/releases/download/v3.2.3/rjd3x13_3.2.3_R_4.2.3.zip",
destfile = temp_path
)
install.packages(temp_path, repos = NULL, type = "binary")
Updates
Changed
- New .jar (related to release 3.2.4)
- Some linting of R functions