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
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
NeedsCompilation: no
Packaged: 2025-03-03 22:17:29 UTC; brentonw
Author: Scott Chamberlain [aut] (<https://orcid.org/0000-0003-1444-9135>),
  Brenton M. Wiernik [aut, cre] (<https://orcid.org/0000-0001-9560-6336>),
  Thierry Onkelinx [ctb] (<https://orcid.org/0000-0001-8804-4216>)
Maintainer: Brenton M. Wiernik <brenton@wiernik.org>
Repository: CRAN
Date/Publication: 2025-03-03 23:30:08 UTC
Built: R 4.6.0; ; 2025-11-02 03:36:43 UTC; windows
