-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.7 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Type: Package
Package: pcpr
Title: Principal Component Pursuit for Environmental Epidemiology
Version: 1.0.0.9000
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2