diff --git a/.gitignore b/.gitignore index 1e3bfda..1fb60b7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,5 @@ *.Rproj .DS_Store docs/ -..Rcheck/ +*.Rcheck/ *.tar.gz diff --git a/DESCRIPTION b/DESCRIPTION index f943aa5..d46e332 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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) , + Inker et al. (2021) , and + Pottel et al. (2021) . Inspired by the 'kidney.epi' package. License: MIT + file LICENSE Encoding: UTF-8 diff --git a/cran-comments.md b/cran-comments.md index c55b918..97e4dd1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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