Skip to content

Releases: Big-Life-Lab/cchsflow

cchs 1.3.0

28 Jan 20:10
Compare
Choose a tag to compare

cchsflow 1.3.0

2020-01-23

Breaking changes

  • Changed print_note() parameter in rec_with_table() to notes.

Variables

  • New food_insecurity_der. Derived food
    insecurity variable.

Major improvements

  • message() is now used to print messages onto console. This enables the
    ability to easily suppress console output for testing purposes.

Minor improvements and bug fixes

  • Minor edits to DESCRIPTION

cchsflow 1.2.0

20 Jan 20:07
Compare
Choose a tag to compare

cchsflow 1.2.0

2020-01-13

Breaking changes

  • Changed dataset_name to database_name
  • Added a simple rec_with_table() function call that uses data variable name
    as database_name as well as default variables and variable_details that
    come with the package.

Minor improvements and bug fixes

  • Autolinked DOI in DESCRIPTION
  • Fixes to R chunks and minor edits in README.md
  • Modified tests and examples to use the new simplified rec_with_table() call
  • Modified vignettes to reflect use of new rec_with_table() call

cchsflow 1.10

08 Jan 21:37
085d222
Compare
Choose a tag to compare

cchsflow 1.1.0

2020-01-08

Breaking changes

  • Changed data_source parameter in rec_with_table() to data.

  • Changed order of parameters to have variables after dataset_name.

New features

  • Added warnings to set_data_labels() when a variable is present in details
    but missing in variables and vice versa.
  • Added automated testing for functions

Minor improvements and bug fixes

  • Updated DESCRIPTION to expand description of package and added The Ottawa
    Hospital as author.
  • Refactored age_cat_fun() to account for age below 0 and include warning
    messages for respiratory functions.
  • Added trailing white space removal to set_data_labels().
  • Added trailing white space removal to startVariable during rec_with_table().
  • Added missing contributing code of conduct page.
  • Minor formatting changes on vignettes and README.md for better clarity.
  • Fixed broken links in articles.

cchsflow 1.0.1

19 Dec 16:29
Compare
Choose a tag to compare

cchsflow 1.0.1

2019-12-19

Features

  • Updated LICENSE
  • Bug fixes to hyperlinks in README.md and NEWS.md

cchsflow CRAN release v1.0.0

18 Dec 20:51
Compare
Choose a tag to compare

cchsflow 1.0.0

2019-12-18

News

  • Submitted package to CRAN

Features

  • Switched formatting to snake_case
  • Corrections to "using cchsflow" article
  • Removed DDI files
  • Updated LICENSE

Dependency Changes

  • Dependency lowered to R 3.2
  • Dependency set for haven (>= 1.1.2)
  • Dependency set for dplyr (>= 0.8.2)
  • Dependency set for sjlabelled (>= 1.0.17)
  • Dependency set for stringr (>= 1.2.0)
  • Added bllflow functions to package to avoid dependency to
    package

Cran Release testing

12 Dec 20:39
Compare
Choose a tag to compare
Cran Release testing Pre-release
Pre-release
v0.3.0.900000

[Refactor] linting, update to variableDetails

cchsflow 0.2.3

02 Dec 15:18
Compare
Choose a tag to compare

Features

  • Updated example in the introduction to reflect data that is now included in the cchsflow package.
  • Updates to vignettes to reflect latest version of package
  • Updates to variables.csv & variableDetails.csv

Variables

  • New DHHGAGE_C - categorical age variable that groups various age categories across all CCHS cycles. Based on the continuous age variable (DHHGAGE_cont) that is also harmonious across all CCHS cycles.
  • New WTS_M - sampling weight variable
  • New DHHGHSZ - household size
  • New INCGHH_A, INCGHH_B, INCGHH_C, INCGHH_cont - Total household income from all sources. The categories for household income vary across CCHS cycles so three categorical variables were added along with a continuous variable that harmonizes household income across all CCHS cycles by taking the midpoint of each category.

cchsflow 0.2.2

25 Nov 16:24
88eabbe
Compare
Choose a tag to compare

Features:

  • Updated ref branch of bllflow to match latest version of RecWTable()
  • Minor formatting changes in data, function, and derived variable documentation to improve
    readability
  • Minor corrections to derived variables article

cchsflow 0.2.1

19 Nov 20:05
ca0e48c
Compare
Choose a tag to compare
  • Documentation for derived variable functions now available
  • Documentation for derived alcohol variables now available