Skip to content

Commit ebfcfa6

Browse files
committed
codemeta.json
1 parent acaf228 commit ebfcfa6

1 file changed

Lines changed: 282 additions & 0 deletions

File tree

codemeta.json

Lines changed: 282 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,282 @@
1+
{
2+
"@context": ["http://purl.org/codemeta/2.0", "http://schema.org"],
3+
"@type": "SoftwareSourceCode",
4+
"identifier": "codemetar",
5+
"description": "The 'Codemeta' Project defines a 'JSON-LD' format for describing\n software metadata, as detailed at <https://codemeta.github.io>. This package\n provides utilities to generate, parse, and modify 'codemeta.jsonld' files \n automatically for R packages, as well as tools and examples for working with\n 'codemeta' 'JSON-LD' more generally.",
6+
"name": "codemetar: Generate CodeMeta Metadata for R Packages",
7+
"issueTracker": "https://github.com/ropensci/codemetar/issues",
8+
"license": "https://spdx.org/licenses/MIT",
9+
"version": "0.1.2",
10+
"programmingLanguage": {
11+
"@type": "ComputerLanguage",
12+
"name": "R",
13+
"version": "3.4.3",
14+
"url": "https://r-project.org"
15+
},
16+
"runtimePlatform": "R version 3.4.3 (2017-11-30)",
17+
"author": [
18+
{
19+
"@type": "Person",
20+
"givenName": "Carl",
21+
"familyName": "Boettiger",
22+
"email": "cboettig@gmail.com",
23+
"@id": "https://orcid.org/0000-0002-1642-628X"
24+
}
25+
],
26+
"copyrightHolder": [
27+
{
28+
"@type": "Person",
29+
"givenName": "Carl",
30+
"familyName": "Boettiger",
31+
"email": "cboettig@gmail.com",
32+
"@id": "https://orcid.org/0000-0002-1642-628X"
33+
}
34+
],
35+
"maintainer": {
36+
"@type": "Person",
37+
"givenName": "Carl",
38+
"familyName": "Boettiger",
39+
"email": "cboettig@gmail.com",
40+
"@id": "https://orcid.org/0000-0002-1642-628X"
41+
},
42+
"softwareSuggestions": [
43+
{
44+
"@type": "SoftwareApplication",
45+
"identifier": "testthat",
46+
"name": "testthat",
47+
"provider": {
48+
"@id": "https://cran.r-project.org",
49+
"@type": "Organization",
50+
"name": "Central R Archive Network (CRAN)",
51+
"url": "https://cran.r-project.org"
52+
}
53+
},
54+
{
55+
"@type": "SoftwareApplication",
56+
"identifier": "jsonvalidate",
57+
"name": "jsonvalidate",
58+
"provider": {
59+
"@id": "https://cran.r-project.org",
60+
"@type": "Organization",
61+
"name": "Central R Archive Network (CRAN)",
62+
"url": "https://cran.r-project.org"
63+
}
64+
},
65+
{
66+
"@type": "SoftwareApplication",
67+
"identifier": "covr",
68+
"name": "covr",
69+
"provider": {
70+
"@id": "https://cran.r-project.org",
71+
"@type": "Organization",
72+
"name": "Central R Archive Network (CRAN)",
73+
"url": "https://cran.r-project.org"
74+
}
75+
},
76+
{
77+
"@type": "SoftwareApplication",
78+
"identifier": "knitr",
79+
"name": "knitr",
80+
"provider": {
81+
"@id": "https://cran.r-project.org",
82+
"@type": "Organization",
83+
"name": "Central R Archive Network (CRAN)",
84+
"url": "https://cran.r-project.org"
85+
}
86+
},
87+
{
88+
"@type": "SoftwareApplication",
89+
"identifier": "rmarkdown",
90+
"name": "rmarkdown",
91+
"provider": {
92+
"@id": "https://cran.r-project.org",
93+
"@type": "Organization",
94+
"name": "Central R Archive Network (CRAN)",
95+
"url": "https://cran.r-project.org"
96+
}
97+
},
98+
{
99+
"@type": "SoftwareApplication",
100+
"identifier": "httr",
101+
"name": "httr",
102+
"provider": {
103+
"@id": "https://cran.r-project.org",
104+
"@type": "Organization",
105+
"name": "Central R Archive Network (CRAN)",
106+
"url": "https://cran.r-project.org"
107+
}
108+
},
109+
{
110+
"@type": "SoftwareApplication",
111+
"identifier": "magrittr",
112+
"name": "magrittr",
113+
"provider": {
114+
"@id": "https://cran.r-project.org",
115+
"@type": "Organization",
116+
"name": "Central R Archive Network (CRAN)",
117+
"url": "https://cran.r-project.org"
118+
}
119+
},
120+
{
121+
"@type": "SoftwareApplication",
122+
"identifier": "xml2",
123+
"name": "xml2",
124+
"provider": {
125+
"@id": "https://cran.r-project.org",
126+
"@type": "Organization",
127+
"name": "Central R Archive Network (CRAN)",
128+
"url": "https://cran.r-project.org"
129+
}
130+
},
131+
{
132+
"@type": "SoftwareApplication",
133+
"identifier": "dplyr",
134+
"name": "dplyr",
135+
"version": "0.7.0",
136+
"provider": {
137+
"@id": "https://cran.r-project.org",
138+
"@type": "Organization",
139+
"name": "Central R Archive Network (CRAN)",
140+
"url": "https://cran.r-project.org"
141+
}
142+
},
143+
{
144+
"@type": "SoftwareApplication",
145+
"identifier": "tibble",
146+
"name": "tibble",
147+
"provider": {
148+
"@id": "https://cran.r-project.org",
149+
"@type": "Organization",
150+
"name": "Central R Archive Network (CRAN)",
151+
"url": "https://cran.r-project.org"
152+
}
153+
},
154+
{
155+
"@type": "SoftwareApplication",
156+
"identifier": "purrr",
157+
"name": "purrr",
158+
"provider": {
159+
"@id": "https://cran.r-project.org",
160+
"@type": "Organization",
161+
"name": "Central R Archive Network (CRAN)",
162+
"url": "https://cran.r-project.org"
163+
}
164+
},
165+
{
166+
"@type": "SoftwareApplication",
167+
"identifier": "printr",
168+
"name": "printr",
169+
"provider": {
170+
"@id": "https://cran.r-project.org",
171+
"@type": "Organization",
172+
"name": "Central R Archive Network (CRAN)",
173+
"url": "https://cran.r-project.org"
174+
}
175+
}
176+
],
177+
"softwareRequirements": [
178+
{
179+
"@type": "SoftwareApplication",
180+
"identifier": "jsonlite",
181+
"name": "jsonlite",
182+
"version": "1.3",
183+
"provider": {
184+
"@id": "https://cran.r-project.org",
185+
"@type": "Organization",
186+
"name": "Central R Archive Network (CRAN)",
187+
"url": "https://cran.r-project.org"
188+
}
189+
},
190+
{
191+
"@type": "SoftwareApplication",
192+
"identifier": "jsonld",
193+
"name": "jsonld",
194+
"provider": {
195+
"@id": "https://cran.r-project.org",
196+
"@type": "Organization",
197+
"name": "Central R Archive Network (CRAN)",
198+
"url": "https://cran.r-project.org"
199+
}
200+
},
201+
{
202+
"@type": "SoftwareApplication",
203+
"identifier": "git2r",
204+
"name": "git2r",
205+
"provider": {
206+
"@id": "https://cran.r-project.org",
207+
"@type": "Organization",
208+
"name": "Central R Archive Network (CRAN)",
209+
"url": "https://cran.r-project.org"
210+
}
211+
},
212+
{
213+
"@type": "SoftwareApplication",
214+
"identifier": "devtools",
215+
"name": "devtools",
216+
"provider": {
217+
"@id": "https://cran.r-project.org",
218+
"@type": "Organization",
219+
"name": "Central R Archive Network (CRAN)",
220+
"url": "https://cran.r-project.org"
221+
}
222+
},
223+
{
224+
"@type": "SoftwareApplication",
225+
"identifier": "methods",
226+
"name": "methods"
227+
},
228+
{
229+
"@type": "SoftwareApplication",
230+
"identifier": "stats",
231+
"name": "stats"
232+
},
233+
{
234+
"@type": "SoftwareApplication",
235+
"identifier": "stringi",
236+
"name": "stringi",
237+
"provider": {
238+
"@id": "https://cran.r-project.org",
239+
"@type": "Organization",
240+
"name": "Central R Archive Network (CRAN)",
241+
"url": "https://cran.r-project.org"
242+
}
243+
},
244+
{
245+
"@type": "SoftwareApplication",
246+
"identifier": "readr",
247+
"name": "readr",
248+
"provider": {
249+
"@id": "https://cran.r-project.org",
250+
"@type": "Organization",
251+
"name": "Central R Archive Network (CRAN)",
252+
"url": "https://cran.r-project.org"
253+
}
254+
},
255+
{
256+
"@type": "SoftwareApplication",
257+
"identifier": "R",
258+
"name": "R",
259+
"version": "3.0.0"
260+
}
261+
],
262+
"isPartOf": "https://ropensci.org",
263+
"keywords": ["metadata", "codemeta", "ropensci", "citation", "credit", "linked-data"],
264+
"relatedLink": "https://codemeta.github.io/codemetar",
265+
"citation": [
266+
{
267+
"@type": "SoftwareSourceCode",
268+
"author": [
269+
{
270+
"@type": "Person",
271+
"givenName": "Carl",
272+
"familyName": "Boettiger",
273+
"email": "cboettig@gmail.com",
274+
"@id": "https://orcid.org/0000-0002-1642-628X"
275+
}
276+
],
277+
"name": "codemetar: Generate CodeMeta Metadata for R Packages",
278+
"url": "https://github.com/ropensci/codemetar",
279+
"description": "R package version 0.1.2"
280+
}
281+
]
282+
}

0 commit comments

Comments
 (0)