Skip to content

Commit

Permalink
Merge pull request #7 from jackwasey/egfr-url-update
Browse files Browse the repository at this point in the history
eGFR url update
  • Loading branch information
jackwasey authored Mar 15, 2024
2 parents 2a2d8da + e91b677 commit f7c46ae
Show file tree
Hide file tree
Showing 22 changed files with 226 additions and 115 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: xz
RoxygenNote: 6.1.1
RoxygenNote: 7.2.1
6 changes: 3 additions & 3 deletions R/eGFR.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ creatinine_mgdl_to_uM <- function(scr_mgdl, ...) {
#' muscle mass and diet (including amputees, paraplegics, bodybuilders, or
#' obese patients; or vegetarians or when taking creatine dietary supplements).
#' For more details, please refer to the NIDDK summary on estimating GFR:
#' \url{https://www.niddk.nih.gov/health}.
#' \href{https://www.niddk.nih.gov/health-information/professionals/clinical-tools-patient-management/kidney-disease/laboratory-evaluation/glomerular-filtration-rate-calculators}{NIDDK eGFR calculators}.
#'
#' The main function (\code{egfr}) automatically selects the best
#' method for eGFR calculation based on the following metrics:
Expand Down Expand Up @@ -168,7 +168,7 @@ egfr_cockcroft_gault <- function(scr_uM, age_y, weight_kg, male,
#' @param warn_ckdepi_preferred When calculating eGFR > 60, should a warning be
#' generated suggesting CKD-EPI is preferred?
#' @references
#' \url{https://www.niddk.nih.gov/health}
#' \href{https://www.niddk.nih.gov/health-information/professionals/clinical-tools-patient-management/kidney-disease/laboratory-evaluation/glomerular-filtration-rate-calculators}{NIDDK eGFR calculators}
#'
#' Levey AS, Stevens LA, Schmid CH, Zhang YL, Castro AF, 3rd, Feldman HI, et al.
#' A new equation to estimate glomerular filtration rate. Ann Intern Med.
Expand Down Expand Up @@ -256,7 +256,7 @@ egfr_ckdepi <- function(scr_uM, age_y, male, black, idms_assay = TRUE,
#' less than 18 years).
#' @references
#'
#' \url{https://www.niddk.nih.gov/health}
#' \href{https://www.niddk.nih.gov/health-information/professionals/clinical-tools-patient-management/kidney-disease/laboratory-evaluation/glomerular-filtration-rate-calculators}{NIDDK eGFR calculators}
#'
#' Schwartz GJ, et al. New equations to estimate GFR in children with CKD. J Am
#' Soc Nephrol. 2009;20:629-637.
Expand Down
10 changes: 7 additions & 3 deletions man/Pa_to_torr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions man/age_from_dates.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions man/alveolar_PAO2_mmHg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/bloodvol.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions man/bsa.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/creatinine_mgdl_to_uM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions man/deadspace_equipment_ml.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions man/deadspace_things_ml.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 18 additions & 10 deletions man/deadspace_total.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 39 additions & 21 deletions man/egfr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions man/ett_size_by_age.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions man/ett_vol_ml.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f7c46ae

Please sign in to comment.