Skip to content

Releases: InseeFrLab/rjdworkspace

v1.1.7

22 May 09:54
8a61509
Compare
Choose a tag to compare

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

v1.1.6

14 Feb 10:35
7c6c256
Compare
Choose a tag to compare

rjdworkspace 1.1.6

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

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

  • rjdworkspace_1.1.6.tar.gz with install.packages('rjdworkspace_1.1.6.tar.gz', repos=NULL, type='source')
  • or rjdworkspace_1.1.6_R_X.X.X.zip with install.packages('rjdworkspace_1.1.6_R_X.X.X.zip', repos=NULL, type='binary')

Changes :

  • add a new hidden function to copy ws
  • simplify the XML path writting with URLencode
  • resolve bugs for update_path with WS created with RJDemetra::add_sa_item

v1.1.3

29 Aug 14:26
fad6fb0
Compare
Choose a tag to compare

rjdworkspace 1.1.3

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

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

  • rjdworkspace_1.1.3.tar.gz with install.packages('rjdworkspace_1.1.3.tar.gz', repos=NULL, type='source')
  • or rjdworkspace_1.1.3_R_X.X.X.zip with install.packages('rjdworkspace_1.1.3_R_X.X.X.zip', repos=NULL, type='binary')

Changes :

  • Bug fixed in get_comment
  • Changes in transfer_series to regroup transfer_series and replace_series with new arguments
    • ws_from and ws_to to identify the workspaces in which we take the data and to which we transfer the data
    • name_mp_from, name_mp_to, pos_mp_from and pos_mp_to to identify the SA-Processings (or Multi-Processings denoted mp)
    • create_mp to create a new Multi-Processing
    • replace_series to replace existing series
  • Adding some documentation to functions

v1.1.0

04 Jul 14:27
Compare
Choose a tag to compare

rjdworkspace 1.1.0

To install the package, download the file:

  • rjdworkspace_1.1.0.zip with install.packages('rjdworkspace_1.1.0.tar.gz', repos=NULL, type='source')
  • or rjdworkspace_1.1.0.tar.gz with install.packages('rjdworkspace_1.1.0.zip', repos=NULL, type='binary')

Changes :

  • add new function to update_path of workspaces, SAProcessing and specifically Sa-items for csv, xls and xlsx files

v1.0.0

04 Jul 14:24
85d4334
Compare
Choose a tag to compare

rjdworkspace 1.0.0 - Initial release.

To install the package, download the file:

  • rjdworkspace_1.0.0.zip with install.packages('rjdworkspace_1.0.0.tar.gz', repos=NULL, type='source')
  • or rjdworkspace_1.0.0.tar.gz with install.packages('rjdworkspace_1.0.0.zip', repos=NULL, type='binary')

Changes from dev version :

  • Globally, the functions which use 2 workspaces now have 2 arguments ws_from and ws_to which designate the workspace which contains the updated data (ws_from) and the workspace to update (ws_to). The arguments are in that order.

  • This concerns the functions :

    • transfer_series
    • replace_series
    • update_metadata
    • update_metadata_roughly
    • set_metadata for SA ITEM
  • the function replace_series has an new argument mp_from_name and mp_to_name to specified the multipreprocessing in which to search for series