This release contains changes from several versions created inside the SRE:
dipr 1.3.1
- Fixed bug in
install_sre_gitlab()
where it would fail if the desired package didn't have a previous version installed.
dipr 1.3.0
- Added new arguments
date_format
andtime_format
toread_dat()
,dat_to_arrow_formats()
etc, to allow overriding the global
formats when reading in a dataset. Defaults are the same as inreadr
functions.
dipr 1.2.3
- New function
health_dict_to_spec()
to create areadr
column specification from a health dictionary. This allows parsing of most date formats used in the health datasets (#37) - New function
flag_across
, similar tofilter_across
, but rather than filtering the dataset it adds a logical column indicating the result of the pattern search across the selected columns (#38)
dipr 1.2.2
Improvements
- Modify credential tests to only run in SRE
- Have
ocwa_branch_export
modified Rmd as well as md
dipr 1.2.1
- Add Bonnie Robert and Andy Teucher as authors
- Document deprecated functions in one place
dipr 1.2.0
Breaking Changes
- Deprecate
msp_unique
and re-export it in the hawkeye package - Deprecate
dipr_icd_categories
,dipr_icd9_categories
anddipr_icd10_categories
functions in favour of functionality added to hawkeye package
Improvements
- Add new function
filter_across
- Changed the internal method to install and update
{dipr}
, with new instructions in the README. The new method uses the gitlab API and will enable using{dipr}
to install other SRE gitlab R packages usinginstall_sre_gitlab
. (#24) - Add new function
get_gitlab_sre_repos
- Add new function
filter_linked
and addDataset
methods foradd_linked_status_col
function so that it can be used in a arrow workflow. - The template
DESCRIPTION
file now adds dependent packages to theDepends
field rather than theImports
field. - Fixed a bug where the template
.Rprofile
file used indipr_create_targets_project()
was not included in the package. - Deprecate
msp_unique
and re-export it in the hawkeye package - New function
restore_rstudio_prefs()
to help setup RStudio in a new SRE machine (#31)
dipr 1.1.0
-
Added function
ocwa_branch_export()
(#26) to create a clean branch to prepare the repo for import into OCWA by:- Creating a new branch
- Removing files that can't be imported - these are listed in the
_ocwaignore
file in the root of the repo - Cleaning
README.md
to comment out references to images and links that won't be available in the SRE. - Committing the changes from 2 and 3 to the new branch and pushing that to GitHub. This branch can then be used as the basis for an import into OCWA.
-
Added
dipr_create_targets_project
which will create a thin package-like targets folder structure. -
Adding
dipr_document_output_groups
as convenience to document datasets -
Changes
get_core_dat_path()
andget_core_dict_path()
to accomodate the new structure of provisioned data where the metadata are in the same directory as the data. (#17) -
Adds a new
data_format
argument todat_to_arrow_formats()
and friends, as well asread_dat()
and the internaldipr_reader()
(#17) -
Exposes
...
inread_nflt()
to allow passing options toreadr::read_delim()
(#17) -
Comments are now removed from nflt files in
read_nflt
. Comments are by default expected to be denoted by/*
, but this is customizable with thecomment
argument. (#21)