-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.27 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
Package: clintrialx
Type: Package
Title: Connect and Work with Clinical Trials Data Sources
Version: 0.1.0
Authors@R:
person("Indraneel", "Chakraborty",, "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6958-8269"))
Maintainer: Indraneel Chakraborty <[email protected]>
Description: Are you spending too much time fetching and managing clinical trial data? Struggling with complex queries and bulk data extraction? What if you could simplify this process with just a few lines of code? Introducing 'clintrialx' - Fetch clinical trial data from sources like 'ClinicalTrials.gov' <https://clinicaltrials.gov/> and the 'Clinical Trials Transformation Initiative - Access to Aggregate Content of ClinicalTrials.gov' database <https://aact.ctti-clinicaltrials.org/>, supporting pagination and bulk downloads. Also, you can generate HTML reports based on the data obtained from the sources!
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.0)
Imports:
httr,
lubridate,
readr,
dplyr,
progress,
RPostgreSQL,
tibble,
DBI,
rmarkdown,
xfun (>= 0.44)
Suggests:
knitr
VignetteBuilder: knitr
RoxygenNote: 7.3.2
URL: http://www.indraneelchakraborty.com/clintrialx/