Skip to content

Releases: CUD2V/pccc

CRAN Version 1.0.6

16 May 13:12

Choose a tag to compare

Bug fixes

  • Code fixes -- most of these codes were flagging transplant but not the primary organ system; these were present in original publication but missing from this package
    • 996.83 added to CVD - it was flagging transplant but not CVD
    • 996.84 added to respiratory
    • 996.81 added to renal
    • 996.82, 996.86, 996.87 added to gi
    • ICD10 codes added to CVD: T86.20, T86.21, T86.22
    • M4330 is not a valid code, corrected to M433 (impacts congeni_genetic)
    • Add Z94.0 to transplant
  • Adjustment to build process removing C++11 requirement as now R build requires C++11 or newer.

Extensions

  • Update old urls and adding some links to wayback machine snapshots
  • Add key files to the package for reference

New functions:

  • S3 method as_tibble.pccc_codes has been added to the package to replace the
    deprecated as.tbl method since dplyr::as.tbl has been deprecated in favor
    of tibble::as_tibble

Deprecations:

  • as.tbl.pccc_codes has been deprecated since dplyr::as.tbl has been
    deprecated in favor of tibble::as_tibble

Defunct functions:

  • test_helper was an exported function that was used in the testing suite but
    not needed by any end user. It is now defunct.

CRAN Version 1.0.4

20 May 21:38

Choose a tag to compare

  • Updates to make code work with 1.0 version of dplyr and new vctrs (dplyr dependency).
  • Removed use of dplyr from many tests.
  • Updated test cases to work with new R 4.0.x feature to account for changed default to stringsAsFactors = FALSE.

CRAN Version 1.0.3

22 Aug 15:01

Choose a tag to compare

Updates to address "heap-use-after-free" issue with ASAN (AddressSanitizer) reported by CRAN. See Issue #37 for more details.

Additionally, due to updates in testthat and dplyr, updated a few unit tests.

CRAN Version 1.0.2

02 Jul 20:39

Choose a tag to compare

Removed unnecessary initializer that causes problems with pre-C++11 compilers

CRAN version 1.0.1

16 Mar 17:29

Choose a tag to compare

Resolved issue where null argument to rlang (sub-dependency of dpylr) previously worked but now fails with latest rlang release.

CRAN version 1.0.0

13 Dec 18:39

Choose a tag to compare

Tagging first release to CRAN. Function calls and API should be stable. Now seeking feedback for additional features or users to test on their own data.

v0.2.2

10 Aug 15:59

Choose a tag to compare

updated documentation from 0.2.1