Releases: InseeFrLab/rjdworkspace
v1.1.7
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 argumentprint_indication
.- New logo for rjdworkspace
Fixed
- Bug in update_path with the meta character
%20
or as+
)
Changed
copy_ws
is now exported- format the file NEWS.md
- new path related to rjdverse
v1.1.6
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 withRJDemetra::add_sa_item
v1.1.3
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 regrouptransfer_series
andreplace_series
with new argumentsws_from
andws_to
to identify the workspaces in which we take the data and to which we transfer the dataname_mp_from
,name_mp_to
,pos_mp_from
andpos_mp_to
to identify the SA-Processings (or Multi-Processings denoted mp)create_mp
to create a new Multi-Processingreplace_series
to replace existing series
- Adding some documentation to functions
v1.1.0
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
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
andws_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 argumentmp_from_name
andmp_to_name
to specified the multipreprocessing in which to search for series