Skip to content

v1.1.7

Latest
Compare
Choose a tag to compare
@TanguyBarthelemy TanguyBarthelemy released this 22 May 09:54
· 4 commits to master since this release
8a61509

rjdworkspace 1.1.7

rjdworkspace is available for R version >= 3.6
So, the binary file are denoted rjdworkspace_1.1.7_R_X.X.X.zip.

To install the package, download the file according to your R version:

  • the source version fo the package with the file rjdworkspace_1.1.7.tar.gz:
install.packages("rjdworkspace_1.1.7.tar.gz", repos = NULL, type = "source")
  • or the binary version of the package related to your R version (so with the file rjdworkspace_1.1.7_R_X.X.X.zip with X.X.X your version of R):
# For example with R 4.3.3
temp_path <- base::file.path(tempdir(), "rjdworkspace_1.1.7.zip")
download.file(
    url = "https://github.com/InseeFrLab/rjdworkspace/releases/download/v1.1.7/rjdworkspace_1.1.7_R_4.3.3.zip",
    destfile = temp_path
)
install.packages(temp_path, repos = NULL, type = "binary")

Added

  • CRAN release 1.1.7
  • New documentation and new examples
  • verbose argument to print more indication. It replaces the argument print_indication.
  • New logo for rjdworkspace

Fixed

  • Bug in update_path with the meta character (which can be encode as %20 or as +)

Changed

  • copy_ws is now exported
  • format the file NEWS.md
  • new path related to rjdverse