Package: handlr Title: Convert Among Citation Formats Description: Converts among many citation formats, including 'BibTeX', 'Citeproc', 'Codemeta', 'RDF XML', 'RIS', 'Schema.org', and 'Citation File Format'. A low level 'R6' class is provided, as well as stand-alone functions for each citation format for both read and write. Version: 0.3.1 License: MIT + file LICENSE Authors@R: c( person("Scott", "Chamberlain", role = c("aut"), email = "sckott@protonmail.com", comment = c(ORCID = "0000-0003-1444-9135")), person("Brenton M.", "Wiernik", role = c("aut", "cre"), email = "brenton@wiernik.org", comment = c(ORCID = "0000-0001-9560-6336")), person("Thierry", "Onkelinx", email = "thierry.onkelinx@inbo.be", role = "ctb", comment = c(ORCID = "0000-0001-8804-4216")) ) URL: https://github.com/ropensci/handlr, https://docs.ropensci.org/handlr/ BugReports: https://github.com/ropensci/handlr/issues Roxygen: list(markdown = TRUE) Encoding: UTF-8 Language: en-US Imports: jsonlite, crul, xml2, urltools, mime, yaml Suggests: testthat, jsonld, data.table, bibtex RoxygenNote: 7.3.2 X-schema.org-applicationCategory: Metadata X-schema.org-keywords: doi, metadata, citation, bibtex, Crossref, Crosscite, Codemeta, RIS, Citeproc, RDF, XML, JSON X-schema.org-isPartOf: https://ropensci.org Config/pak/sysreqs: libxml2-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-03-04 00:12:10 UTC RemoteUrl: https://github.com/ropensci/handlr RemoteRef: master RemoteSha: b48a84abe9b6eed938dfee0492f8ffeb127d45e6 NeedsCompilation: no Packaged: 2026-07-01 08:23:26 UTC; root Author: Scott Chamberlain [aut] (ORCID: ), Brenton M. Wiernik [aut, cre] (ORCID: ), Thierry Onkelinx [ctb] (ORCID: ) Maintainer: Brenton M. Wiernik