-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.14 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
Type: Package
Package: causalpie
Title: Causal Pies for Sufficient Causes
Version: 0.1.0
Authors@R:
person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-0299-5825"))
Description: Causal pies are a way of visualizing the sufficient causes
framework. Sufficient causes are what must occur before some event
happens. The components of what causes the event may be in any or all
sufficient causes, and those that are in all are called necessary
causes. The sufficient cause framework was developed by Kenneth
'Rothman' as a way of thinking about causes of disease in epidemiology
('Rothman' (1976) <doi:10.1093/oxfordjournals.aje.a112335>).
License: MIT + file LICENSE
Depends:
R (>= 4.2.0)
Imports:
dplyr,
ggplot2 (>= 3.4.0),
purrr,
tibble,
tidyr
Suggests:
rlang,
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://r-causal.github.io/causalpie/, https://github.com/r-causal/causalpie
BugReports: https://github.com/r-causal/causalpie/issues