Skip to content

v3.2.3

Latest
Compare
Choose a tag to compare
@TanguyBarthelemy TanguyBarthelemy released this 12 Jul 14:32
· 2 commits to develop since this release

rjd3workspace 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/rjd3workspace@v3.2.3")

From R-Universe

install.packages("rjd3workspace", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))

From file

  • Download the file rjd3workspace_3.2.3.tar.gz
  • Install with the command line:
install.packages("rjd3workspace_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 rjd3workspace_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(), "rjd3workspace_3.2.3.zip")
download.file(
    url = "https://github.com/rjdverse/rjd3workspace/releases/download/v3.2.3/rjd3workspace_3.2.3_R_4.2.3.zip",
    destfile = temp_path
)
install.packages(temp_path, repos = NULL, type = "binary")

Updates

Changed

  • new jars