-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
executable file
·55 lines (55 loc) · 1.67 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
Package: arcos
Type: Package
Title: Load ARCOS Prescription Data Prepared by the Washington Post
Version: 1.29
Date: 2021-04-04
Authors@R: c(
person(given="Steven", family="Rich", email="[email protected]",role=c("aut", "ctb")),
person(given="Andrew", family="Ba Tran", email="[email protected]", role=c("aut", "cre")),
person(given="Aaron", family="Williams", email="[email protected]", role=c("aut", "ctb")),
person(given="Jason", family="Holt", email="[email protected]", role=c("ctb")),
person(given="The Washington Post", role=c("cph")),
person(given="The Charleston Gazette-Mail", role=c("cph"))
)
URL: https://github.com/wpinvestigative/arcos
BugReports: https://github.com/wpinvestigative/arcos/issues
Description: A wrapper for the 'ARCOS API' <https://arcos-api.ext.nile.works/__swagger__/>
that returns raw and summarized data frames from the
Drug Enforcement Administration’s Automation of Reports and Consolidated Orders System,
a database that monitors controlled substances transactions between manufacturers and
distributors which was made public by The Washington Post and The Charleston Gazette-Mail.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3.0)
Suggests:
ggplot2,
forcats,
leaflet,
knitr,
sf,
tigris,
testthat (>= 2.1.0),
rmarkdown,
data.table,
formattable,
geofacet,
lubridate,
scales,
viridis,
formattable
Imports:
stringr,
magrittr,
jsonlite,
dplyr,
tidyr,
urltools,
httr,
curl,
vroom,
zoo,
urltools
RoxygenNote: 7.1.1
VignetteBuilder: knitr