Releases: alwinw/epocakir
Releases · alwinw/epocakir
v0.9.9
v0.9.8
CRAN re-submission
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
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 likeaki_stages
- Corrected mis-spelled words
Added sample data and better examples
Improvements
- Added sample data based on test data
- Cleaned up code comments
- Added examples to methods
Breaking Changes
- Renamed
aki()
toaki_staging()
for more consistent method names
Bug fixes
- Fixed bug when n < m for combn() in combn_changes()
- Changed methods from
method.default()
tomethod.data.frame()
to prevent infinite recursion on incorrectly specified function arguments
Documentation available at https://alwinw.github.io/epocakir/
Improved high level API functions
Improved high level API functions
Improvements
- Wrote new combined
eGFR()
function that automatically selects the appropriateeGFR_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
andNo Albuminuria
to stages ordered factors to prevent users have to handleNAs
mixed with ordered factors
Bug fixes
- Fixed bug in
eGFR_internal()
where it was looking for!is.na(black)
to selecteGFR_adult_SCysC()
, whenblack
was not required
Documentation available at https://alwinw.github.io/epocakir/
Initial full-featured release of epocakir methods
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
andcombn_changes
Bug fixes
- Used
tibble::tibble()
instead ofdata.frame()
to prevent issue withstringsasfactors
difference between R 3.x and R 4.x - FIxed sorting error in
aki_UO()
Documentation available at https://alwinw.github.io/epocakir/