Package: ctrialsgov
Type: Package
Title: Query Data from U.S. National Library of Medicine's Clinical
        Trials Database
Version: 0.2.5
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 = "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 (>= 3.5.0)
Imports: dplyr, utils, ggplot2, lubridate, plotly, purrr, rlang,
        stringi, tibble, DBI, methods, Matrix, htmlwidgets
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0), usethis
VignetteBuilder: knitr
LazyData: true
LazyDataCompression: bzip2
Config/testthat/edition: 3
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-10-18 02:25:35 UTC; admin
Author: Taylor Arnold [aut, cre] (<https://orcid.org/0000-0003-0576-0669>),
  Auston Wei [aut],
  Michael J. Kane [aut] (<https://orcid.org/0000-0003-1899-6662>)
Repository: CRAN
Date/Publication: 2021-10-18 16:00:02 UTC
Built: R 4.0.2; ; 2021-10-19 11:29:09 UTC; unix
