{
  "_id": "6a4a2fde5f97fb67db1bbd01",
  "Package": "pmparser",
  "Title": "Create and Maintain a Relational Database of Data from\nPubMed/MEDLINE",
  "Version": "1.0.26",
  "Authors@R": "c(person('Jake', 'Hughey', , 'jakejhughey@gmail.com', c('aut', 'cre')),\nperson('Josh', 'Schoenbachler', , 'josh.schoenbachler@gmail.com', 'aut'),\nperson('Elliot', 'Outland', , 'ehoutland@gmail.com', 'aut'))",
  "Description": "Provides a simple interface for extracting various\nelements from the publicly available PubMed XML files,\nincorporating PubMed's regular updates, and combining the data\nwith the NIH Open Citation Collection. See Schoenbachler and\nHughey (2021) <doi:10.7717/peerj.11071>.",
  "URL": "https://pmparser.hugheylab.org,\nhttps://github.com/hugheylab/pmparser",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "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": {
    "Date": "2026-07-05 10:16:17 UTC",
    "User": "root"
  },
  "Author": "Jake Hughey [aut, cre],\nJosh Schoenbachler [aut],\nElliot Outland [aut]",
  "Maintainer": "Jake Hughey <jakejhughey@gmail.com>",
  "_user": "hugheylab",
  "_type": "src",
  "_file": "pmparser_1.0.26.tar.gz",
  "_fileid": "https://r2.ropensci.org/86528225b1c5f79fa3839b60d503e88f23f50933b13d37c1d835a6da6485978c",
  "_filesize": 768307,
  "_sha256": "86528225b1c5f79fa3839b60d503e88f23f50933b13d37c1d835a6da6485978c",
  "_expires": "2026-10-13T10:20:12.000Z",
  "_created": "2026-07-05T10:16:17.000Z",
  "_published": "2026-07-05T10:20:14.571Z",
  "_jobs": [
    {
      "job": 85214024086,
      "time": 147,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090795658"
    },
    {
      "job": 85214024091,
      "time": 160,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090797272"
    },
    {
      "job": 85214024098,
      "time": 130,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090793779"
    },
    {
      "job": 85214024076,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090788984"
    },
    {
      "job": 85213810193,
      "time": 188,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090777863"
    },
    {
      "job": 85214024078,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8090791634"
    },
    {
      "job": 85214024092,
      "time": 186,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090800368"
    },
    {
      "job": 85214024105,
      "time": 191,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090801041"
    },
    {
      "job": 85214024087,
      "time": 203,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090802503"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/hugheylab/actions/runs/28737339863",
  "_status": "success",
  "_upstream": "https://github.com/hugheylab/pmparser",
  "_commit": {
    "id": "7a70bbcb64565d6e8a0e9b8bfda77cdd773b8552",
    "author": "Jake Hughey <jakejhughey@gmail.com>",
    "committer": "Jake Hughey <jakejhughey@gmail.com>",
    "message": "deal with inconsistent filename in open citation collection.\n",
    "time": 1780347962
  },
  "_maintainer": {
    "name": "Jake Hughey",
    "email": "jakejhughey@gmail.com",
    "login": "jakejh",
    "description": "",
    "uuid": 2295314
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "curl",
      "version": ">= 4.3.2",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "version": ">= 1.12.2",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "version": ">= 1.5.0",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.4.2",
      "role": "Imports"
    },
    {
      "package": "iterators",
      "version": ">= 1.0.12",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.7.0",
      "role": "Imports"
    },
    {
      "package": "R.utils",
      "version": ">= 2.10.1",
      "role": "Imports"
    },
    {
      "package": "RCurl",
      "version": ">= 1.98",
      "role": "Imports"
    },
    {
      "package": "withr",
      "version": ">= 2.3.0",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "version": ">= 1.3.3",
      "role": "Imports"
    },
    {
      "package": "bigrquery",
      "version": ">= 1.3.2",
      "role": "Suggests"
    },
    {
      "package": "doParallel",
      "version": ">= 1.0.16",
      "role": "Suggests"
    },
    {
      "package": "RMariaDB",
      "version": ">= 1.0.9",
      "role": "Suggests"
    },
    {
      "package": "RPostgres",
      "version": ">= 1.2.0",
      "role": "Suggests"
    },
    {
      "package": "RSQLite",
      "version": ">= 2.2.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.3.2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "hugheylab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-51",
      "n": 2
    },
    {
      "week": "2026-06",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 19,
  "_contributors": [
    {
      "user": "jschoenbachler",
      "count": 194,
      "uuid": 15148457
    },
    {
      "user": "jakejh",
      "count": 185,
      "uuid": 2295314
    },
    {
      "user": "ehoutland",
      "count": 1,
      "uuid": 8399021
    }
  ],
  "_userbio": {
    "uuid": 32131222,
    "type": "organization",
    "name": "Hughey Lab",
    "followers": 3
  },
  "_downloads": {
    "count": 556,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pmparser"
  },
  "_devurl": "https://github.com/hugheylab/pmparser",
  "_pkgdown": "https://pmparser.hugheylab.org",
  "_searchresults": 1,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/pmparser.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hugheylab/pmparser",
  "_realowner": "hugheylab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.4",
      "date": "2022-02-17"
    },
    {
      "version": "1.0.10",
      "date": "2022-04-27"
    },
    {
      "version": "1.0.11",
      "date": "2022-11-08"
    },
    {
      "version": "1.0.13",
      "date": "2022-11-24"
    },
    {
      "version": "1.0.15",
      "date": "2022-12-13"
    },
    {
      "version": "1.0.16",
      "date": "2023-02-12"
    },
    {
      "version": "1.0.17",
      "date": "2023-05-24"
    },
    {
      "version": "1.0.18",
      "date": "2023-12-01"
    },
    {
      "version": "1.0.19",
      "date": "2023-12-18"
    },
    {
      "version": "1.0.20",
      "date": "2024-01-13"
    },
    {
      "version": "1.0.21",
      "date": "2025-01-17"
    },
    {
      "version": "1.0.23",
      "date": "2025-12-15"
    },
    {
      "version": "1.0.24",
      "date": "2026-02-05"
    },
    {
      "version": "1.0.25",
      "date": "2026-03-02"
    },
    {
      "version": "1.0.26",
      "date": "2026-06-02"
    }
  ],
  "_exports": [
    "getCitation",
    "getPgParams",
    "modifyPubmedDb",
    "parseAbstract",
    "parseArticle",
    "parseArticleId",
    "parseAuthor",
    "parseChemical",
    "parseComment",
    "parseDataBank",
    "parseGrant",
    "parseInvestigator",
    "parseJournal",
    "parseKeyword",
    "parseMesh",
    "parseOther",
    "parsePmidStatus",
    "parsePubHistory",
    "parsePubType"
  ],
  "_help": [
    {
      "page": "getCitation",
      "title": "Get public-domain citation data",
      "topics": [
        "getCitation"
      ]
    },
    {
      "page": "getPgParams",
      "title": "Get Postgres connection parameters",
      "topics": [
        "getPgParams"
      ]
    },
    {
      "page": "modifyPubmedDb",
      "title": "Create or update a PubMed database",
      "topics": [
        "modifyPubmedDb"
      ]
    },
    {
      "page": "parseElement",
      "title": "Parse elements from a PubMed XML file",
      "topics": [
        "parseAbstract",
        "parseArticle",
        "parseArticleId",
        "parseAuthor",
        "parseChemical",
        "parseComment",
        "parseDataBank",
        "parseElement",
        "parseGrant",
        "parseInvestigator",
        "parseJournal",
        "parseKeyword",
        "parseMesh",
        "parseOther",
        "parsePmidStatus",
        "parsePubHistory",
        "parsePubType"
      ]
    }
  ],
  "_readme": "https://github.com/hugheylab/pmparser/raw/HEAD/README.md",
  "_rundeps": [
    "bitops",
    "cli",
    "codetools",
    "curl",
    "data.table",
    "DBI",
    "foreach",
    "glue",
    "iterators",
    "jsonlite",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "RCurl",
    "rlang",
    "withr",
    "xml2"
  ],
  "_vignettes": [
    {
      "source": "data_dictionary.Rmd",
      "filename": "data_dictionary.html",
      "title": "Data Dictionary",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2020-11-16 19:40:31",
      "modified": "2022-04-13 18:02:39",
      "commits": 2
    }
  ],
  "_score": 5.880813592280791,
  "_indexed": true,
  "_nocasepkg": "pmparser",
  "_universes": [
    "hugheylab",
    "jakejh"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.26",
      "date": "2026-07-05T10:18:30.000Z",
      "distro": "resolute",
      "commit": "7a70bbcb64565d6e8a0e9b8bfda77cdd773b8552",
      "fileid": "https://r2.ropensci.org/f05b99c71924a795b1ed61fbe92d8b75c54f471083686f84454fe3f592e57c35",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/28737339863"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.26",
      "date": "2026-07-05T10:18:37.000Z",
      "distro": "resolute",
      "commit": "7a70bbcb64565d6e8a0e9b8bfda77cdd773b8552",
      "fileid": "https://r2.ropensci.org/8af7a3bdc069f7664d4564a6cf704217ae090243cada8c17a059252311d0fa41",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/28737339863"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.26",
      "date": "2026-07-05T10:18:08.000Z",
      "commit": "7a70bbcb64565d6e8a0e9b8bfda77cdd773b8552",
      "fileid": "https://r2.ropensci.org/bd7ba873967f4c1a51113f7816e4689548207a66f3b097fb969e6cbaa21b558e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/28737339863"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.26",
      "date": "2026-07-05T10:17:39.000Z",
      "commit": "7a70bbcb64565d6e8a0e9b8bfda77cdd773b8552",
      "fileid": "https://r2.ropensci.org/decebba5cf7a79e37c64a4d1baf1dccc33f801a76858ec0e6edc242bcbaf1d83",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/28737339863"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.26",
      "date": "2026-07-05T10:18:24.000Z",
      "commit": "7a70bbcb64565d6e8a0e9b8bfda77cdd773b8552",
      "fileid": "https://r2.ropensci.org/ae822f78ffbc83340f3b1e1cf84a7d470f9391e3125eff1a762e13f7049df40d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/28737339863"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.26",
      "date": "2026-07-05T10:17:22.000Z",
      "commit": "7a70bbcb64565d6e8a0e9b8bfda77cdd773b8552",
      "fileid": "https://r2.ropensci.org/8ce0ec3ec27e5e5fa84cf22c79fa9f2178489b6a40de3e44f73b7252649f6bbb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/28737339863"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.26",
      "date": "2026-07-05T10:17:30.000Z",
      "commit": "7a70bbcb64565d6e8a0e9b8bfda77cdd773b8552",
      "fileid": "https://r2.ropensci.org/4ddf37fbbfa7ee8874202a311a97c561aa0d5beb0689aad4cb03c841e02e564b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/28737339863"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.26",
      "date": "2026-07-05T10:17:37.000Z",
      "commit": "7a70bbcb64565d6e8a0e9b8bfda77cdd773b8552",
      "fileid": "https://r2.ropensci.org/b667b96046407291203058caa6ca096ac55d304543912c932f28250b6ffd46a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hugheylab/actions/runs/28737339863"
    }
  ]
}