-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
81 lines (81 loc) · 1.92 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Package: smktrans
Type: Package
Title: smktrans: An R Package for estimating smoking state transition probabilities from cross-sectional survey data
Version: 1.6.0
Authors@R:
c(
person(given = "Duncan",
family = "Gillespie",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3450-5747")),
person(given = "Laura",
family = "Webster",
role = c("aut"),
comment = c(ORCID = "0000-0002-4307-9631")),
person(given = "Grace",
family = "Leeming",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4836-7840")),
person(given = "Magdalena",
family = "Opazo-Breton",
role = c("aut")),
person(given = "Alan",
family = "Brennan",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1025-312X"))
)
Maintainer: Duncan Gillespie <[email protected]>
Description: Estimates the probabilities that individuals will initiate, quit or relapse to regular cigarette smoking from cross-sectional survey data.
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
Imports:
nnet,
magrittr,
ggplot2,
mgcv,
testthat,
MASS,
boot,
VGAM,
raster,
data.table,
survey,
Rdpack,
lifecycle,
forecast,
readxl,
knitr,
stringr,
here,
RColorBrewer,
viridis,
rmarkdown,
TTR,
readr,
writexl,
Rfast,
dvmisc,
fastmatch,
dplyr,
plyr,
openxlsx,
demography,
Hmisc,
ggthemes
RdMacros: Rdpack, lifecycle
Suggests:
hseclean (>= 1.11.2),
mort.tools (>= 1.6.0),
tobalcepi (>= 1.6.2)
VignetteBuilder: knitr
Depends:
R (>= 2.10)
RoxygenNote: 7.2.3
Remotes:
STAPM/hseclean,
STAPM/tobalcepi,
STAPM/mort.tools