Recent Releases of epocakir
epocakir - 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
@returnvalue explaining the functions results - pipe.Rd: Removed code that re-exported
%>%and used@importFrominstead
- R
Published by alwinw about 5 years ago
epocakir - Initial CRAN submission
Initial CRAN submission
Improvements
- Added vignette Introduction to epocakir with basic usage examples
- Updated README
- Added sample
clinical_obvsto demonstrate utility functions
Bug fixes
- Exported
conversion_factors, similar to ordered factors likeaki_stages - Corrected mis-spelled words
- R
Published by alwinw about 5 years ago
epocakir - 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/
- R
Published by alwinw about 5 years ago
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 AKIandNo Albuminuriato stages ordered factors to prevent users have to handleNAsmixed with ordered factors
Bug fixes
- Fixed bug in
eGFR_internal()where it was looking for!is.na(black)to selecteGFR_adult_SCysC(), whenblackwas not required
Documentation available at https://alwinw.github.io/epocakir/
- R
Published by alwinw about 5 years ago
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_ACRandcombn_changes
Bug fixes
- Used
tibble::tibble()instead ofdata.frame()to prevent issue withstringsasfactorsdifference between R 3.x and R 4.x - FIxed sorting error in
aki_UO()
Documentation available at https://alwinw.github.io/epocakir/
- R
Published by alwinw about 5 years ago