-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
38 lines (38 loc) · 1.24 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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.0
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Thierry", "Onkelinx", email = "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8804-4216"))
)
URL: https://github.com/ropensci/handlr (devel),
https://docs.ropensci.org/handlr/ (docs)
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.1.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