-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.81 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
Package: ctrialsgov
Type: Package
Title: Query Data from ClinicalTrials.gov
Version: 0.4.10-2
Authors@R: c(
person(given = "Taylor",
family = "Arnold",
email = "tarnold2@richmond.edu",
role = c("aut", "cre"),
comment = c(ORCID = "http://orcid.org/0000-0003-0576-0669")),
person(given = "Auston",
family = "Wei",
email = "awei@telperian.com",
role = c("aut")),
person(given = "Kaitlin",
family = "Maciejewski",
email = "kaitlin.maciejewski@yale.edu",
role = c("ctb")),
person(given = "Michael J.",
family = "Kane",
email = "michael.kane@yale.edu",
role = c("aut"),
comment = c(ORCID = "http://orcid.org/0000-0003-1899-6662")))
Maintainer: Taylor Arnold <tarnold2@richmond.edu>
Description: Tools to create and query database from the U.S. National Library
of Medicine's Clinical Trials database <https://clinicaltrials.gov/>. Functions
provide access a variety of techniques for searching the data using range
queries, categorical filtering, and by searching for full-text keywords.
Minimal graphical tools are also provided for interactively exploring the
constructed data.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.1.0)
Imports:
dplyr,
utils,
ggplot2,
lubridate,
plotly,
purrr,
rlang,
stringi,
tibble,
DBI,
curl,
readr,
duckdb,
methods,
Matrix,
tokenizers,
htmlwidgets,
yesno
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
dbplyr,
usethis
VignetteBuilder:
knitr
LazyData: true
URL: https://presagia-analytics.github.io/ctrialsgov/, https://github.com/presagia-analytics/ctrialsgov
BugReports: https://github.com/presagia-analytics/ctrialsgov/issues
LazyDataCompression: bzip2
Config/testthat/edition: 3
RoxygenNote: 7.2.3