-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathDESCRIPTION
More file actions
84 lines (84 loc) · 2.42 KB
/
DESCRIPTION
File metadata and controls
84 lines (84 loc) · 2.42 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Package: codemetar
Type: Package
Title: Generate 'CodeMeta' Metadata for R Packages
Version: 0.1.6
Authors@R:
c(person(given = "Carl",
family = "Boettiger",
role = c("aut", "cre", "cph"),
email = "cboettig@gmail.com",
comment = c(ORCID = "0000-0002-1642-628X")),
person(given = "Anna",
family = "Krystalli",
role = c("rev", "ctb"),
comment = c(ORCID = "0000-0002-2378-4915")),
person(given = "Toph",
family = "Allen",
role = "rev",
comment = c(ORCID = "0000-0003-4580-091X")),
person(given = "Maëlle",
family = "Salmon",
role = c("ctb", "aut"),
comment = c(ORCID = "0000-0002-2815-0399")),
person(given = "rOpenSci",
role = "fnd",
comment = "https://ropensci.org/"),
person(given = "Katrin",
family = "Leinweber",
role = "ctb"),
person(given = "Noam",
family = "Ross",
role = "ctb",
comment=c(ORCID = "0000-0002-2136-0000")),
person(given = "Arfon",
family = "Smith",
role = "ctb"),
person(given = "Jeroen",
family = "Ooms",
role = "ctb",
comment = c(ORCID = "0000-0002-4035-0289")))
Description: The 'Codemeta' Project defines a 'JSON-LD' format for describing
software metadata, as detailed at <https://codemeta.github.io>. This package
provides utilities to generate, parse, and modify 'codemeta.json' files
automatically for R packages, as well as tools and examples for working with
'codemeta.json' 'JSON-LD' more generally.
License: GPL-3
URL: https://github.com/ropensci/codemetar, https://ropensci.github.io/codemetar
BugReports: https://github.com/ropensci/codemetar/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
Depends: R (>= 3.0.0)
Imports:
jsonlite (>= 1.3),
jsonld,
git2r,
devtools,
memoise,
methods,
stats,
stringi,
readr,
desc,
usethis,
whisker,
tibble,
crul,
gh,
stringr,
sessioninfo,
purrr,
curl
Suggests:
testthat,
jsonvalidate,
covr,
knitr,
rmarkdown,
magrittr,
xml2,
dplyr (>= 0.7.0),
printr
VignetteBuilder: knitr
X-schema.org-keywords: metadata, codemeta, ropensci, citation, credit, linked-data
X-schema.org-isPartOf: https://ropensci.org