Package: rcrossref Title: Client for Various 'CrossRef' 'APIs' Description: Client for various 'CrossRef' 'APIs', including 'metadata' search with their old and newer search 'APIs', get 'citations' in various formats (including 'bibtex', 'citeproc-json', 'rdf-xml', etc.), convert 'DOIs' to 'PMIDs', and 'vice versa', get citations for 'DOIs', and get links to full text of articles when available. Version: 1.2.1 License: MIT + file LICENSE Authors@R: c( person("Scott", "Chamberlain", role = "aut"), person("Hao", "Zhu", role = "aut"), person("Najko", "Jahn", role = c("aut", "cre"), email = "najko.jahn@gmail.com", comment = c(ORCID = "0000-0001-5105-1463")), person("Carl", "Boettiger", role = "aut"), person("Karthik", "Ram", role = "aut") ) URL: https://docs.ropensci.org/rcrossref/, https://github.com/ropensci/rcrossref BugReports: https://github.com/ropensci/rcrossref/issues Roxygen: list(markdown = TRUE) Encoding: UTF-8 Language: en-US Imports: methods, utils, jsonlite (>= 1.5), crul (>= 0.7.4), xml2 (>= 1.1.1), plyr, dplyr (>= 0.7.4), tibble, R6, shiny, miniUI, stringr, DT, stats, rlang Suggests: roxygen2 (>= 7.1.0), testthat, knitr, rmarkdown, vcr (>= 0.2.6), bibtex, withr RoxygenNote: 7.2.3 X-schema.org-applicationCategory: Literature X-schema.org-keywords: text-ming, literature, pdf, xml, publications, citations, full-text, TDM, Crossref X-schema.org-isPartOf: https://ropensci.org Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-08-22 08:11:18 UTC RemoteUrl: https://github.com/ropensci/rcrossref RemoteRef: main RemoteSha: 357cdbe47a4bfe8308f7b8a04062c6e39a251297 NeedsCompilation: no Packaged: 2026-06-14 07:35:27 UTC; root Author: Scott Chamberlain [aut], Hao Zhu [aut], Najko Jahn [aut, cre] (ORCID: ), Carl Boettiger [aut], Karthik Ram [aut] Maintainer: Najko Jahn