Skip to content

Releases: alwinw/epocakir

v0.9.9

08 Jan 11:40
Compare
Choose a tag to compare

epocakir 0.9.9

Bug Fixes

  • Use correctly typed missing values for upcoming dplyr 1.1.0 (#41)

v0.9.8

04 May 12:39
Compare
Choose a tag to compare

epocakir 0.9.8

Update README and formatting

Bug Fixes

  • Update readme and description
  • Addressed comments from goodpractice::gp()

CRAN re-submission

09 Jun 12:38
Compare
Choose a tag to compare

epocakir 0.9.7

CRAN re-submission

Bug Fixes

  • Added reference link in the description field of the DESCRIPTION file
  • Reduced the length of the title to less than 65 characters
  • aki_staging.Rd: Added @return value explaining the functions results
  • pipe.Rd: Removed code that re-exported %>% and used @importFrom instead

Initial CRAN submission

06 Jun 07:25
f4570fa
Compare
Choose a tag to compare

Initial CRAN submission

Improvements

  • Added vignette Introduction to epocakir with basic usage examples
  • Updated README
  • Added sample clinical_obvs to demonstrate utility functions

Bug fixes

  • Exported conversion_factors, similar to ordered factors like aki_stages
  • Corrected mis-spelled words

Added sample data and better examples

06 Jun 01:48
72529cf
Compare
Choose a tag to compare

Improvements

  • Added sample data based on test data
  • Cleaned up code comments
  • Added examples to methods

Breaking Changes

  • Renamed aki() to aki_staging() for more consistent method names

Bug fixes

  • Fixed bug when n < m for combn() in combn_changes()
  • Changed methods from method.default() to method.data.frame() to prevent infinite recursion on incorrectly specified function arguments

Documentation available at https://alwinw.github.io/epocakir/

Improved high level API functions

05 Jun 03:15
1cfcdb3
Compare
Choose a tag to compare

Improved high level API functions

Improvements

  • Wrote new combined eGFR() function that automatically selects the appropriate eGFR_method() formula to use
  • Wrote new combined aki() function that automatically calculates AKI based on all criteria and determines most severe stage
  • Added additional tests including warnings

Breaking Changes

  • Added No AKI and No Albuminuria to stages ordered factors to prevent users have to handle NAs mixed with ordered factors

Bug fixes

  • Fixed bug in eGFR_internal() where it was looking for !is.na(black) to select eGFR_adult_SCysC(), when black was not required

Documentation available at https://alwinw.github.io/epocakir/

Initial full-featured release of epocakir methods

29 May 11:49
3e1753d
Compare
Choose a tag to compare

Initial full-featured release of epocakir methods

Improvements

  • Wrote aki_SCr() function
  • Methods now include aki_bCr, aki_SCr, aki_UO, anemia, eGFR_adult_SCr, eGFR_adult_SCysC, eGFR_adult_SCr_SCysC, eGFR_child_SCr, eGFR_child_SCr_BUN, eGFR_child_SCysC, GFR_staging, Albuminuria_staging_AER, Albuminuria_staging_ACR and combn_changes

Bug fixes

  • Used tibble::tibble() instead of data.frame() to prevent issue with stringsasfactors difference between R 3.x and R 4.x
  • FIxed sorting error in aki_UO()

Documentation available at https://alwinw.github.io/epocakir/