Skip to content

Commit f7b7017

Browse files
committed
add codemeta
1 parent 3115741 commit f7b7017

File tree

5 files changed

+385
-12
lines changed

5 files changed

+385
-12
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ _site
1313
README.Rmd
1414
cran-comments.md
1515
^README\.Rmd$
16+
^codemeta\.json$

DESCRIPTION

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ Type: Package
33
Title: Semantically Rich I/O for the 'NeXML' Format
44
Version: 2.0.7
55
Authors@R: c(person("Carl", "Boettiger", role = c("cre", "aut"),
6-
email="[email protected]"), person("Scott", "Chamberlain", role =
7-
"aut"), person("Hilmar", "Lapp", role = "aut"), person("Kseniia",
8-
"Shumelchyk", role = "aut"), person("Rutger", "Vos", role = "aut"))
6+
email="[email protected]", comment = c(ORCID="0000-0002-1642-628X")),
7+
person("Scott", "Chamberlain", role ="aut", comment = c(ORCID="0000-0003-1444-9135")),
8+
person("Hilmar", "Lapp", role = "aut", comment = c(ORCID="0000-0001-9107-0714")),
9+
person("Kseniia","Shumelchyk", role = "aut"),
10+
person("Rutger", "Vos", role = "aut", comment = c(ORCID="0000-0001-9254-7318")))
911
Description: Provides access to phyloinformatic data in 'NeXML' format. The
1012
package should add new functionality to R such as the possibility to
1113
manipulate 'NeXML' objects in more various and refined way and compatibility
1214
with 'ape' objects.
1315
URL: https://github.com/ropensci/RNeXML
1416
BugReports: https://github.com/ropensci/RNeXML/issues
1517
License: BSD_3_clause + file LICENSE
16-
Additional_repositories: http://packages.ropensci.org, http://www.omegahat.org/R
18+
Additional_repositories: http://packages.ropensci.org, http://www.omegahat.net/R
1719
VignetteBuilder: knitr
1820
Suggests:
1921
rrdf (>= 2.0.2),
@@ -77,3 +79,6 @@ Collate:
7779
'taxize_nexml.R'
7880
'tbl_df.R'
7981
RoxygenNote: 6.0.1
82+
X-schema.org-applicationCategory: Data Publication
83+
X-schema.org-keywords: metadata, nexml, phylogenetics, linked-data
84+
X-schema.org-isPartOf: https://ropensci.org

codemeta.json

Lines changed: 363 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,363 @@
1+
{
2+
"@context": ["https://doi.org/doi:10.5063/schema/codemeta-2.0", "http://schema.org"],
3+
"@type": "SoftwareSourceCode",
4+
"identifier": "RNeXML",
5+
"description": "Provides access to phyloinformatic data in 'NeXML' format. The\n package should add new functionality to R such as the possibility to\n manipulate 'NeXML' objects in more various and refined way and compatibility\n with 'ape' objects.",
6+
"name": "RNeXML: Semantically Rich I/O for the 'NeXML' Format",
7+
"codeRepository": "https://github.com/ropensci/RNeXML",
8+
"issueTracker": "https://github.com/ropensci/RNeXML/issues",
9+
"license": "https://spdx.org/licenses/BSD-3-Clause",
10+
"version": "2.0.7",
11+
"programmingLanguage": {
12+
"@type": "ComputerLanguage",
13+
"name": "R",
14+
"version": "3.4.2",
15+
"url": "https://r-project.org"
16+
},
17+
"runtimePlatform": "R version 3.4.2 (2017-09-28)",
18+
"provider": {
19+
"@id": "https://cran.r-project.org",
20+
"@type": "Organization",
21+
"name": "Central R Archive Network (CRAN)",
22+
"url": "https://cran.r-project.org"
23+
},
24+
"author": [
25+
{
26+
"@type": "Person",
27+
"givenName": "Carl",
28+
"familyName": "Boettiger",
29+
"email": "[email protected]"
30+
},
31+
{
32+
"@type": "Person",
33+
"givenName": "Scott",
34+
"familyName": "Chamberlain"
35+
},
36+
{
37+
"@type": "Person",
38+
"givenName": "Hilmar",
39+
"familyName": "Lapp"
40+
},
41+
{
42+
"@type": "Person",
43+
"givenName": "Kseniia",
44+
"familyName": "Shumelchyk"
45+
},
46+
{
47+
"@type": "Person",
48+
"givenName": "Rutger",
49+
"familyName": "Vos"
50+
}
51+
],
52+
"maintainer": {
53+
"@type": "Person",
54+
"givenName": "Carl",
55+
"familyName": "Boettiger",
56+
"email": "[email protected]"
57+
},
58+
"softwareSuggestions": [
59+
{
60+
"@type": "SoftwareApplication",
61+
"identifier": "rrdf",
62+
"name": "rrdf",
63+
"version": "2.0.2"
64+
},
65+
{
66+
"@type": "SoftwareApplication",
67+
"identifier": "geiger",
68+
"name": "geiger",
69+
"version": "2.0",
70+
"provider": {
71+
"@id": "https://cran.r-project.org",
72+
"@type": "Organization",
73+
"name": "Central R Archive Network (CRAN)",
74+
"url": "https://cran.r-project.org"
75+
}
76+
},
77+
{
78+
"@type": "SoftwareApplication",
79+
"identifier": "phytools",
80+
"name": "phytools",
81+
"version": "0.3.93",
82+
"provider": {
83+
"@id": "https://cran.r-project.org",
84+
"@type": "Organization",
85+
"name": "Central R Archive Network (CRAN)",
86+
"url": "https://cran.r-project.org"
87+
}
88+
},
89+
{
90+
"@type": "SoftwareApplication",
91+
"identifier": "knitr",
92+
"name": "knitr",
93+
"version": "1.5",
94+
"provider": {
95+
"@id": "https://cran.r-project.org",
96+
"@type": "Organization",
97+
"name": "Central R Archive Network (CRAN)",
98+
"url": "https://cran.r-project.org"
99+
}
100+
},
101+
{
102+
"@type": "SoftwareApplication",
103+
"identifier": "rfigshare",
104+
"name": "rfigshare",
105+
"version": "0.3.0",
106+
"provider": {
107+
"@id": "https://cran.r-project.org",
108+
"@type": "Organization",
109+
"name": "Central R Archive Network (CRAN)",
110+
"url": "https://cran.r-project.org"
111+
}
112+
},
113+
{
114+
"@type": "SoftwareApplication",
115+
"identifier": "knitcitations",
116+
"name": "knitcitations",
117+
"version": "1.0.1",
118+
"provider": {
119+
"@id": "https://cran.r-project.org",
120+
"@type": "Organization",
121+
"name": "Central R Archive Network (CRAN)",
122+
"url": "https://cran.r-project.org"
123+
}
124+
},
125+
{
126+
"@type": "SoftwareApplication",
127+
"identifier": "testthat",
128+
"name": "testthat",
129+
"version": "0.10.0",
130+
"provider": {
131+
"@id": "https://cran.r-project.org",
132+
"@type": "Organization",
133+
"name": "Central R Archive Network (CRAN)",
134+
"url": "https://cran.r-project.org"
135+
}
136+
},
137+
{
138+
"@type": "SoftwareApplication",
139+
"identifier": "phylobase",
140+
"name": "phylobase",
141+
"version": "0.6.8",
142+
"provider": {
143+
"@id": "https://cran.r-project.org",
144+
"@type": "Organization",
145+
"name": "Central R Archive Network (CRAN)",
146+
"url": "https://cran.r-project.org"
147+
}
148+
},
149+
{
150+
"@type": "SoftwareApplication",
151+
"identifier": "rmarkdown",
152+
"name": "rmarkdown",
153+
"version": "0.3.3",
154+
"provider": {
155+
"@id": "https://cran.r-project.org",
156+
"@type": "Organization",
157+
"name": "Central R Archive Network (CRAN)",
158+
"url": "https://cran.r-project.org"
159+
}
160+
},
161+
{
162+
"@type": "SoftwareApplication",
163+
"identifier": "Sxslt",
164+
"name": "Sxslt",
165+
"version": "0.91"
166+
}
167+
],
168+
"softwareRequirements": [
169+
{
170+
"@type": "SoftwareApplication",
171+
"identifier": "XML",
172+
"name": "XML",
173+
"version": "3.95",
174+
"provider": {
175+
"@id": "https://cran.r-project.org",
176+
"@type": "Organization",
177+
"name": "Central R Archive Network (CRAN)",
178+
"url": "https://cran.r-project.org"
179+
}
180+
},
181+
{
182+
"@type": "SoftwareApplication",
183+
"identifier": "plyr",
184+
"name": "plyr",
185+
"version": "1.8",
186+
"provider": {
187+
"@id": "https://cran.r-project.org",
188+
"@type": "Organization",
189+
"name": "Central R Archive Network (CRAN)",
190+
"url": "https://cran.r-project.org"
191+
}
192+
},
193+
{
194+
"@type": "SoftwareApplication",
195+
"identifier": "taxize",
196+
"name": "taxize",
197+
"version": "0.2.2",
198+
"provider": {
199+
"@id": "https://cran.r-project.org",
200+
"@type": "Organization",
201+
"name": "Central R Archive Network (CRAN)",
202+
"url": "https://cran.r-project.org"
203+
}
204+
},
205+
{
206+
"@type": "SoftwareApplication",
207+
"identifier": "reshape2",
208+
"name": "reshape2",
209+
"version": "1.2.2",
210+
"provider": {
211+
"@id": "https://cran.r-project.org",
212+
"@type": "Organization",
213+
"name": "Central R Archive Network (CRAN)",
214+
"url": "https://cran.r-project.org"
215+
}
216+
},
217+
{
218+
"@type": "SoftwareApplication",
219+
"identifier": "httr",
220+
"name": "httr",
221+
"version": "0.3",
222+
"provider": {
223+
"@id": "https://cran.r-project.org",
224+
"@type": "Organization",
225+
"name": "Central R Archive Network (CRAN)",
226+
"url": "https://cran.r-project.org"
227+
}
228+
},
229+
{
230+
"@type": "SoftwareApplication",
231+
"identifier": "uuid",
232+
"name": "uuid",
233+
"version": "0.1-1",
234+
"provider": {
235+
"@id": "https://cran.r-project.org",
236+
"@type": "Organization",
237+
"name": "Central R Archive Network (CRAN)",
238+
"url": "https://cran.r-project.org"
239+
}
240+
},
241+
{
242+
"@type": "SoftwareApplication",
243+
"identifier": "dplyr",
244+
"name": "dplyr",
245+
"version": "0.5.0",
246+
"provider": {
247+
"@id": "https://cran.r-project.org",
248+
"@type": "Organization",
249+
"name": "Central R Archive Network (CRAN)",
250+
"url": "https://cran.r-project.org"
251+
}
252+
},
253+
{
254+
"@type": "SoftwareApplication",
255+
"identifier": "lazyeval",
256+
"name": "lazyeval",
257+
"version": "0.1.0",
258+
"provider": {
259+
"@id": "https://cran.r-project.org",
260+
"@type": "Organization",
261+
"name": "Central R Archive Network (CRAN)",
262+
"url": "https://cran.r-project.org"
263+
}
264+
},
265+
{
266+
"@type": "SoftwareApplication",
267+
"identifier": "tidyr",
268+
"name": "tidyr",
269+
"version": "0.3.1",
270+
"provider": {
271+
"@id": "https://cran.r-project.org",
272+
"@type": "Organization",
273+
"name": "Central R Archive Network (CRAN)",
274+
"url": "https://cran.r-project.org"
275+
}
276+
},
277+
{
278+
"@type": "SoftwareApplication",
279+
"identifier": "stringr",
280+
"name": "stringr",
281+
"version": "1.0",
282+
"provider": {
283+
"@id": "https://cran.r-project.org",
284+
"@type": "Organization",
285+
"name": "Central R Archive Network (CRAN)",
286+
"url": "https://cran.r-project.org"
287+
}
288+
},
289+
{
290+
"@type": "SoftwareApplication",
291+
"identifier": "R",
292+
"name": "R",
293+
"version": "3.0.0"
294+
},
295+
{
296+
"@type": "SoftwareApplication",
297+
"identifier": "ape",
298+
"name": "ape",
299+
"version": "3.1",
300+
"provider": {
301+
"@id": "https://cran.r-project.org",
302+
"@type": "Organization",
303+
"name": "Central R Archive Network (CRAN)",
304+
"url": "https://cran.r-project.org"
305+
}
306+
},
307+
{
308+
"@type": "SoftwareApplication",
309+
"identifier": "methods",
310+
"name": "methods",
311+
"version": "3.0.0"
312+
}
313+
],
314+
"applicationCategory": "DataPublication",
315+
"isPartOf": "https://ropensci.org",
316+
"keywords": ["metadata", "nexml", "phylogenetics", "linked-data"],
317+
"contIntegration": "https://travis-ci.org/ropensci/RNeXML",
318+
"releaseNotes": "https://github.com/ropensci/RNeXML/blob/master/NEWS",
319+
"readme": "https://github.com/ropensci/RNeXML/blob/master/README.md",
320+
"fileSize": "244.796KB",
321+
"citation": [
322+
{
323+
"@type": "ScholarlyArticle",
324+
"datePublished": "2016",
325+
"author": [
326+
{
327+
"@type": "Person",
328+
"givenName": "Carl",
329+
"familyName": "Boettiger"
330+
},
331+
{
332+
"@type": "Person",
333+
"givenName": "Scott",
334+
"familyName": "Chamberlain"
335+
},
336+
{
337+
"@type": "Person",
338+
"givenName": "Rutger",
339+
"familyName": "Vos"
340+
},
341+
{
342+
"@type": "Person",
343+
"givenName": "Hilmar",
344+
"familyName": "Lapp"
345+
}
346+
],
347+
"name": "{RNeXML}: {A} Package for Reading and Writing Richly Annotated Phylogenetic, Character, and Trait Data in {R}",
348+
"identifier": "10.1111/2041-210X.12469",
349+
"paginiation": "352--357",
350+
"@id": "https://doi.org/10.1111/2041-210X.12469",
351+
"sameAs": "https://doi.org/10.1111/2041-210X.12469",
352+
"isPartOf": {
353+
"@type": "PublicationIssue",
354+
"datePublished": "2016",
355+
"isPartOf": {
356+
"@type": ["PublicationVolume", "Periodical"],
357+
"volumeNumber": "7",
358+
"name": "Methods in Ecology and Evolution"
359+
}
360+
}
361+
}
362+
]
363+
}

0 commit comments

Comments
 (0)