Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
*.Rproj
.DS_Store
docs/
..Rcheck/
*.Rcheck/
*.tar.gz
22 changes: 16 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
Package: egfr
Type: Package
Title: Estimated Glomerular Filtration Rate (eGFR) Calculators
Version: 1.1.0
Version: 1.1.1
Authors@R:
person("Markus", "Hovd", email = "markus@hovd.io", role = c("aut", "cre", "cph"))
Description: A comprehensive, vectorised toolkit for estimating glomerular
filtration rate (eGFR) and creatinine clearance from serum creatinine,
cystatin C, or both. Implements 20 validated adult, paediatric, and
neonatal equations, including CKD-EPI (2009, 2012, 2021), MDRD,
Cockcroft-Gault, EKFC, FAS, Lund-Malmoe, the Berlin Initiative Study,
Schwartz bedside, CKiD U25, CAPA, and a neonatal equation. Helpers for
body surface area, CKD (KDIGO) staging, and unit conversions are included.
cystatin C, or both. Implements adult, paediatric, and
neonatal equations, including the Chronic Kidney Disease Epidemiology
Collaboration (CKD-EPI) equations (2009, 2012, 2021), the Modification
of Diet in Renal Disease (MDRD) Study equation, Cockcroft-Gault, the
European Kidney Function Consortium (EKFC) equations, the Full Age
Spectrum (FAS) equations, the Lund-Malmoe equations, the Berlin
Initiative Study (BIS) equations, the Schwartz bedside equation, the
Chronic Kidney Disease in Children Under 25 (CKiD U25) equations, the
Caucasian, Asian, Paediatric, and Adult (CAPA) cystatin C equation, and
a neonatal equation. Helpers for body surface area, chronic kidney
disease (CKD) staging following the Kidney Disease: Improving Global
Outcomes (KDIGO) guideline, and unit conversions are included.
Methods are described in Levey et al. (2009) <doi:10.7326/0003-4819-150-9-200905050-00006>,
Inker et al. (2021) <doi:10.1056/NEJMoa2102953>, and
Pottel et al. (2021) <doi:10.7326/M20-4366>.
Inspired by the 'kidney.epi' package.
License: MIT + file LICENSE
Encoding: UTF-8
Expand Down
8 changes: 8 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Resubmission

This is a resubmission. In response to CRAN feedback, I have:

* Explained all acronyms (e.g. CKD-EPI, MDRD, EKFC, FAS, BIS, CKiD U25, CAPA,
KDIGO) on first use in the Description field of DESCRIPTION.
* Updated Description with references to the equations.

## R CMD check results

0 errors | 0 warnings | 1 note
Expand Down
Loading