-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.68 KB
/
DESCRIPTION
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
Package: smkfreediv2
Type: Package
Title: Estimating the Smoke-Free Dividend for England
Version: 1.0.7
Authors@R: c(
person(given = "Damon",
family = "Morris",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6757-5333")),
person(given = "Duncan",
family = "Gillespie",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3450-5747")),
person(given = "Martin",
family = "Dockrell",
role = c("aut")),
person(given = "Mark",
family = "Cook",
role = c("aut")),
person(given = "Marie",
family = "Horton",
role = c("aut")),
person(given = "Jamie",
family = "Brown",
role = c("aut")),
person(given = "Tessa",
family = "Langley",
role = c("aut")) )
Maintainer: Damon Morris <[email protected]>
Description: Uses the Smoking Toolkit Study, Office for National Statistics (ONS), and
Office for Health Improvement and Disparities (OHID) data to produce estimates
of tobacco spending by local authority and other socio-economic breakdowns to
calculate the potential dividend to local areas from individuals quitting smoking
in England.
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports:
data.table,
fingertipsR,
stringr,
here
RoxygenNote: 7.3.0