-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 2.22 KB
/
DESCRIPTION
File metadata and controls
66 lines (66 loc) · 2.22 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
57
58
59
60
61
62
63
64
65
66
Package: cchsflow
Type: Package
Title: Transforming and Harmonizing CCHS Variables
Version: 2.1.0
Date: 2022-05-05
Author: See Authors@R
Maintainer: Kitty Chen <kitchen@ohri.ca>
Authors@R: c(
person(given = "Doug",
family = "Manuel",
role = c("aut", "cph"),
email = "dmanuel@ohri.ca",
comment = c(ORCID = "0000-0003-0912-0845")),
person(given = "Warsame",
family = "Yusuf",
role = c("aut"),
email = "waryusuf@ohri.ca"),
person(given = "Rostyslav",
family = "Vyuha",
role = c("aut"),
email = "rostikvyuha@gmail.com"),
person(given = "Kitty",
family = "Chen",
role = c("aut","cre"),
email = "kitchen@ohri.ca"),
person(given = "Carol",
family = "Bennett",
role = c("aut"),
email = "cbennett@ohri.ca"),
person(given = "Yulric",
family = "Sequeira",
role = c("ctb"),
email = "ysequeira@ohri.ca"),
person(given = "The Ottawa Hospital",
role = c("cph"),
email = "dmanuel@ohri.ca"))
Depends:
R (>= 3.5.0),
haven (>= 1.1.2),
dplyr (>= 0.8.2),
sjlabelled (>= 1.0.17),
stringr (>= 1.2.0),
magrittr
Description: Supporting the use of the Canadian Community Health Survey
(CCHS) by transforming variables from each cycle into harmonized,
consistent versions that span survey cycles (currently, 2001 to
2018). CCHS data used in this library is accessed and adapted in
accordance to the Statistics Canada Open Licence Agreement. This
package uses rec_with_table(), which was developed from 'sjmisc'
rec(). Lüdecke D (2018). "sjmisc: Data and Variable Transformation
Functions". Journal of Open Source Software, 3(26), 754.
<doi:10.21105/joss.00754>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://big-life-lab.github.io/cchsflow/, https://github.com/Big-Life-Lab/cchsflow
BugReports: https://github.com/Big-Life-Lab/cchsflow/issues
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
kableExtra,
DT,
rmarkdown,
knitr,
pkgdown
Config/testthat/edition: 3