Package: pmparser Title: Create and Maintain a Relational Database of Data from PubMed/MEDLINE Version: 1.0.26 Authors@R: c(person('Jake', 'Hughey', , 'jakejhughey@gmail.com', c('aut', 'cre')), person('Josh', 'Schoenbachler', , 'josh.schoenbachler@gmail.com', 'aut'), person('Elliot', 'Outland', , 'ehoutland@gmail.com', 'aut')) Description: Provides a simple interface for extracting various elements from the publicly available PubMed XML files, incorporating PubMed's regular updates, and combining the data with the NIH Open Citation Collection. See Schoenbachler and Hughey (2021) . URL: https://pmparser.hugheylab.org, https://github.com/hugheylab/pmparser License: GPL-2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 3.6) Imports: curl (>= 4.3.2), data.table (>= 1.12.2), DBI (>= 1.1.0), foreach (>= 1.5.0), glue (>= 1.4.2), iterators (>= 1.0.12), jsonlite (>= 1.7.0), R.utils (>= 2.10.1), RCurl (>= 1.98), withr (>= 2.3.0), xml2 (>= 1.3.3) Suggests: bigrquery (>= 1.3.2), doParallel (>= 1.0.16), RMariaDB (>= 1.0.9), RPostgres (>= 1.2.0), RSQLite (>= 2.2.0), testthat (>= 2.3.2), knitr, rmarkdown SystemRequirements: head, unzip, sqlite VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make libxml2-dev libssl-dev libsqlite3-dev Repository: https://hugheylab.r-universe.dev Date/Publication: 2026-06-01 21:06:02 UTC RemoteUrl: https://github.com/hugheylab/pmparser RemoteRef: HEAD RemoteSha: 7a70bbcb64565d6e8a0e9b8bfda77cdd773b8552 NeedsCompilation: no Packaged: 2026-06-01 21:37:29 UTC; root Author: Jake Hughey [aut, cre], Josh Schoenbachler [aut], Elliot Outland [aut] Maintainer: Jake Hughey