Type: Package
Package: pcpr
Title: Principal Component Pursuit for Environmental Epidemiology
Version: 1.0.0
Authors@R: c(
    person("Lawrence G.", "Chillrud", , "lawrencechillrud@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-0727-0161")),
    person("Jaime", "Benavides", role = "aut",
           comment = c(ORCID = "0000-0002-1851-5155")),
    person("Elizabeth A.", "Gibson", role = "aut",
           comment = c(ORCID = "0000-0001-5119-5133")),
    person("Junhui", "Zhang", role = "aut",
           comment = c(ORCID = "0009-0008-5922-1058")),
    person("Jingkai", "Yan", role = "aut",
           comment = c(ORCID = "0000-0002-2094-2092")),
    person("John N.", "Wright", role = "aut"),
    person("Jeff", "Goldsmith", role = "aut"),
    person("Marianthi-Anna", "Kioumourtzoglou", role = "aut",
           comment = c(ORCID = "0000-0001-5710-4992")),
    person("Columbia University", role = "fnd",
           comment = c(ROR = "00hj8s172"))
  )
Description: Implementation of the pattern recognition technique Principal
    Component Pursuit tailored to environmental health data, as described
    in Gibson et al (2022) <doi:10.1289/EHP10479>.
License: GPL (>= 3)
URL: https://columbia-prime.github.io/pcpr/,
        https://github.com/Columbia-PRIME/pcpr
BugReports: https://github.com/Columbia-PRIME/pcpr/issues
Depends: R (>= 3.5.0)
Imports: checkmate, dplyr, foreach, furrr, future, magrittr, progressr,
        purrr, rlang, tidyselect
Suggests: GGally, ggplot2, knitr, lubridate, metR, rmarkdown, tidyr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-03-26 18:44:18 UTC; lgc2035
Author: Lawrence G. Chillrud [aut, cre, cph]
    (<https://orcid.org/0000-0003-0727-0161>),
  Jaime Benavides [aut] (<https://orcid.org/0000-0002-1851-5155>),
  Elizabeth A. Gibson [aut] (<https://orcid.org/0000-0001-5119-5133>),
  Junhui Zhang [aut] (<https://orcid.org/0009-0008-5922-1058>),
  Jingkai Yan [aut] (<https://orcid.org/0000-0002-2094-2092>),
  John N. Wright [aut],
  Jeff Goldsmith [aut],
  Marianthi-Anna Kioumourtzoglou [aut]
    (<https://orcid.org/0000-0001-5710-4992>),
  Columbia University [fnd] (00hj8s172)
Maintainer: Lawrence G. Chillrud <lawrencechillrud@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-27 18:20:02 UTC
Built: R 4.5.1; ; 2025-10-29 03:50:52 UTC; windows
