Skip to content

v1.1.3

Compare
Choose a tag to compare
@TanguyBarthelemy TanguyBarthelemy released this 29 Aug 14:26
· 54 commits to master since this release
fad6fb0

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