-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 982 Bytes
/
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
Package: rdrugshortages
Type: Package
Title: Access Drug Shortage Report Databases
Version: 0.9.0
Authors@R: person("Jon", "Pipitone", email = "jon@pipitone.ca", role = c("aut", "cre"))
Maintainer: Jon Pipitone <jon@pipitone.ca>
Description: Provides programmatic access to drug shortage report databases.
Results are returned as flat data tables to make analysis easy. The package
currently only supports the Drug Shortages Canada Database
<https://www.drugshortagescanada.ca/blog/52>, and the Health Canada Drug
Product Database <https://health-products.canada.ca/dpd-bdpp/index-eng.jsp>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
stats,
utils,
plyr,
dplyr,
purrr,
httr,
jsonlite,
readr,
magrittr
RoxygenNote: 7.1.0
URL: http://github.com/pipitone/rdrugshortages
BugReports: http://github.com/pipitone/rdrugshortages/issues
Suggests:
httptest,
testthat (>= 2.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr