Package: ctrdata
Type: Package
Title: Retrieve and Analyze Clinical Trials in Public Registers
Version: 1.9.0
Imports: jsonlite, httr, curl, clipr, xml2, rvest, nodbi (>= 0.7.0),
        stringi, dplyr, lubridate
SystemRequirements: sed, php, cat, perl
URL: https://cran.r-project.org/package=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
        three public registers, the 'European Union Clinical Trials Register'
        ('EUCTR', <https://www.clinicaltrialsregister.eu/>), 
        'ClinicalTrials.gov' ('CTGOV', <https://clinicaltrials.gov/>) and
        the 'ISRCTN' (<http://www.isrctn.com/>). 
        Trial information is downloaded, converted and stored in a database 
        ('PostgreSQL', 'SQLite' or 'MongoDB'; via package 'nodbi'). 
        Functions are included to identify de-duplicated records, 
        to easily find and extract variables (fields) of interest even 
        from complex nesting as used by the registers, and
        to update previous queries. 
        The package can be used for meta-analysis and trend-analysis of
        the design and conduct as well as for results of clinical trials.
License: MIT + file LICENSE
RoxygenNote: 7.1.2
Suggests: devtools, knitr, rmarkdown, RSQLite (>= 2.2.4), mongolite,
        tinytest (>= 1.2.1), R.rsp
VignetteBuilder: R.rsp
NeedsCompilation: no
Encoding: UTF-8
Authors@R: person(given = "Ralf", family = "Herold", role = c("aut", "cre"),
        email = "ralf.herold@mailbox.org", comment = c(ORCID =
        "0000-0002-8148-6748"))
Packaged: 2022-03-13 20:22:21 UTC; ralfherold
Author: Ralf Herold [aut, cre] (<https://orcid.org/0000-0002-8148-6748>)
Maintainer: Ralf Herold <ralf.herold@mailbox.org>
Repository: CRAN
Date/Publication: 2022-03-13 22:40:06 UTC
Built: R 4.0.5; ; 2022-03-14 10:54:12 UTC; unix
