Package: pft Type: Package Title: Reference Values and Interpretation for Pulmonary Function Tests Version: 1.0.1 Authors@R: c( person(given = "Pat", family = "Johnson", email = "johnson.pat@mayo.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8365-1375")), person(given = "Scott", family = "Helgeson", role = "aut", comment = c(ORCID = "0000-0001-7590-2293")), person(given = "Zach", family = "Quicksall", role = "ctb"), person(given = "Jairo", family = "Pena", role = "ctb") ) Description: Computes predicted values and lower/upper limits of normal for pulmonary function tests according to American Thoracic Society (ATS) and European Respiratory Society (ERS) reference standards. Supports spirometry (Global Lung Function Initiative GLI 2012, Quanjer et al. (2012) ; and the race-neutral GLI 2022 / GLI Global equations, Bowerman et al. (2023) ), static lung volumes (GLI 2021, Hall et al. (2021) ), and the carbon monoxide transfer factor / diffusion capacity (GLI 2017, Stanojevic et al. (2017) , including the 2020 author correction ). Also assigns interpretive pattern labels (Normal, Non-specific, Obstructed, Restricted, Mixed) from spirometry and lung-volume measurements following the ERS/ATS 2022 interpretation algorithm, Stanojevic et al. (2022) . License: MIT + file LICENSE URL: https://github.com/overdodactyl/pft BugReports: https://github.com/overdodactyl/pft/issues Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.1) Imports: rlang, tibble Suggests: broom, covr, dplyr, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://overdodactyl.r-universe.dev Date/Publication: 2026-07-12 15:38:17 UTC RemoteUrl: https://github.com/overdodactyl/pft RemoteRef: HEAD RemoteSha: 40c2bb91e91cda9cefaa105546627bf45a2620d5 NeedsCompilation: no Packaged: 2026-07-12 16:38:57 UTC; root Author: Pat Johnson [aut, cre] (ORCID: ), Scott Helgeson [aut] (ORCID: ), Zach Quicksall [ctb], Jairo Pena [ctb] Maintainer: Pat Johnson