-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.98 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
Package: ctrdata
Type: Package
Title: Retrieve and Analyze Clinical Trials in Public Registers
Version: 1.20.0.9000
Imports: jsonlite, httr, curl (>= 5.1.0), clipr, xml2, nodbi (>= 0.10.7),
stringi, lubridate, jqr, dplyr, zip, V8, readr, digest,
countrycode, htmlwidgets
URL: https://cran.r-project.org/package=ctrdata, https://rfhb.github.io/ctrdata/
BugReports: https://github.com/rfhb/ctrdata/issues
Description: A system for querying, retrieving and analyzing
protocol- and results-related information on clinical trials from
four public registers, the 'European Union Clinical Trials Register'
('EUCTR', <https://www.clinicaltrialsregister.eu/>),
'ClinicalTrials.gov' (<https://clinicaltrials.gov/> and also
translating queries the retired classic interface), the
'ISRCTN' (<http://www.isrctn.com/>) and the
'European Union Clinical Trials Information System'
('CTIS', <https://euclinicaltrials.eu/>).
Trial information is downloaded, converted and stored in a database
('PostgreSQL', 'SQLite', 'DuckDB' or 'MongoDB'; via package 'nodbi').
Documents in registers associated with trials can also be downloaded.
Other functions identify deduplicated records,
easily find and extract variables (fields) of interest even
from complex nested data as used by the registers,
merge variables and update queries.
The package can be used for meta-analysis and trend-analysis of
the design and conduct as well as of the results of clinical trials.
License: MIT + file LICENSE
RoxygenNote: 7.3.2
Suggests: devtools, knitr, rmarkdown, RSQLite, tibble,
mongolite, tinytest (>= 1.2.1), R.rsp, RPostgres, duckdb
VignetteBuilder: R.rsp
NeedsCompilation: no
Encoding: UTF-8
Authors@R: person(given = "Ralf", family = "Herold", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID =
"0000-0002-8148-6748"))
Language: en-GB