Skip to content

Commit

Permalink
Merge pull request #1946 from pharmaverse/1945_LaTeX_compilation_issu…
Browse files Browse the repository at this point in the history
…es_for_Greek_Letters@devel

Closes #1945: LaTeX compilation issues for Greek Letters update
  • Loading branch information
zdz2101 authored Jun 6, 2023
2 parents 6a0b54c + 02ccc76 commit 2558245
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Imports:
tidyr (>= 1.0.2),
tidyselect (>= 1.1.0)
Suggests:
admiral.test (>= 0.5.0),
admiral.test (>= 0.6.0),
covr,
devtools,
DT,
Expand Down
6 changes: 3 additions & 3 deletions R/compute_kidney.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
#'
#' \strong{CKD-EPI Chronic Kidney Disease Epidemiology Collaboration formula}
#'
#' \deqn{eGFR = 142 \times min(SCr/κ, 1)^{α} \times max(SCr/κ, 1)^{-1.200}
#' \deqn{eGFR = 142 \times min(SCr/{\kappa}, 1)^{\alpha} \times max(SCr/{\kappa}, 1)^{-1.200}
#' \times 0.9938^{Age} \times 1.012 [if\:female]}
#'
#' SCr = standardized serum creatinine in mg/dL
#' (Note SCr(mg/dL) = Creat(umol/L) / 88.42)
#'
#' κ = 0.7 (females) or 0.9 (males)
#' α = -0.241 (female) or -0.302 (male)
#' \deqn{\kappa} = 0.7 (females) or 0.9 (males)
#' \deqn{\alpha} = -0.241 (female) or -0.302 (male)
#' units = mL/min/1.73 m2
#'
#' \strong{MDRD Modification of Diet in Renal Disease formula}
Expand Down
6 changes: 3 additions & 3 deletions man/compute_egfr.Rd

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

0 comments on commit 2558245

Please sign in to comment.