-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
76 lines (76 loc) · 3.47 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
Package: OCSdata
Title: Download Data from the 'Open Case Studies' Repository
Version: 1.1.0
Authors@R: c(person(given = "Michael",
family = "Breshock",
role = c("aut"),
email = "[email protected]"),
person(given = "Carrie",
family = "Wright",
role = c("aut", "cre", "ths"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1325-6067")),
person(given = "Stephanie",
family = "Hicks",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7858-0231")),
person(given = "Leah",
family = "Jager",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3362-2298")),
person(given = "John",
family = "Muschelli",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6469-1750")),
person(given = "Margaret",
family = "Taub",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8008-618X")))
Description:
Provides functions to access and download data from the 'Open Case Studies' <https://www.opencasestudies.org/>
repositories on 'GitHub' <https://github.com/opencasestudies>. Different functions enable
users to grab the data they need at different sections in the case study, as well as
download the whole case study repository. All the user needs to do is input the name of
the case study being worked on. The package relies on the httr::GET() function to access
files through the 'GitHub' API. The functions usethis::use_zip() and usethis::create_from_github()
are used to clone and/or download the case study repositories.
See <https://github.com/opencasestudies/OCSdata/blob/master/README.md> for
instructions and examples. To cite an individual case study, please see the
'README' file in the respective case study repository:
<https://github.com/opencasestudies/ocs-bp-rural-and-urban-obesity>
<https://github.com/opencasestudies/ocs-bp-air-pollution>
<https://github.com/opencasestudies/ocs-bp-vaping-case-study>
<https://github.com/opencasestudies/ocs-bp-opioid-rural-urban>
<https://github.com/opencasestudies/ocs-bp-RTC-wrangling>
<https://github.com/opencasestudies/ocs-bp-RTC-analysis>
<https://github.com/opencasestudies/ocs-bp-youth-disconnection>
<https://github.com/opencasestudies/ocs-bp-youth-mental-health>
<https://github.com/opencasestudies/ocs-bp-school-shootings-dashboard>
<https://github.com/opencasestudies/ocs-bp-co2-emissions>
<https://github.com/opencasestudies/ocs-bp-diet>.
Imports:
usethis (>= 2.0.0),
purrr (>= 0.3.0),
httr (>= 1.4.0),
gh (>= 1.3.0)
Depends: R (>= 3.5.0)
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL:
https://github.com/opencasestudies/OCSdata,
https://doi.org/10.5281/zenodo.5214347,
https://www.opencasestudies.org/
BugReports: https://github.com/opencasestudies/OCSdata/issues
Config/testthat/edition: 3