-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
45 lines (45 loc) · 1.45 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
39
40
41
42
43
44
45
Package: cffr
Title: Generate Citation File Format ('cff') Metadata for R Packages
Version: 1.1.1
Authors@R: c(
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658")),
person("João", "Martins", role = "rev",
comment = c(ORCID = "0000-0001-7961-4280")),
person("Scott", "Chamberlain", role = "rev",
comment = c(ORCID = "0000-0003-1444-9135"))
)
Description: The Citation File Format version 1.2.0
<doi:10.5281/zenodo.5171937> is a human and machine readable file
format which provides citation metadata for software. This package
provides core utilities to generate and validate this metadata.
License: GPL (>= 3)
URL: https://docs.ropensci.org/cffr/, https://github.com/ropensci/cffr
BugReports: https://github.com/ropensci/cffr/issues
Depends:
R (>= 4.0.0)
Imports:
cli (>= 2.0.0),
desc (>= 1.3.0),
jsonlite (>= 1.7.2),
jsonvalidate (>= 1.1.0),
yaml (>= 2.2.1)
Suggests:
bibtex (>= 0.5.0),
knitr,
lifecycle,
rmarkdown,
testthat (>= 3.0.0),
usethis
VignetteBuilder:
knitr
Config/Needs/website: devtools
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: attribution, citation, credit, citation-files, cff,
metadata