Skip to content

Commit 1dbd75f

Browse files
committed
update codemeta.json
1 parent e45d0cd commit 1dbd75f

File tree

1 file changed

+85
-57
lines changed

1 file changed

+85
-57
lines changed

codemeta.json

Lines changed: 85 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
2-
"@context": ["http://purl.org/codemeta/2.0", "http://schema.org"],
2+
"@context": [
3+
"http://purl.org/codemeta/2.0",
4+
"http://schema.org"
5+
],
36
"@type": "SoftwareSourceCode",
47
"identifier": "traits",
58
"description": "Species trait data from many different sources, including\n sequence data from 'NCBI', plant trait data from 'BETYdb', plant data\n from the USDA plants database, data from 'EOL' 'Traitbank', \n Coral traits data (<https://coraltraits.org>), 'Birdlife' International, \n and more.",
69
"name": "traits: Species Trait Data from Around the Web",
710
"codeRepository": "https://github.com/ropensci/traits",
811
"issueTracker": "https://github.com/ropensci/traits/issues",
912
"license": "https://spdx.org/licenses/MIT",
10-
"version": "0.3.0.9310",
13+
"version": "0.4.0",
1114
"programmingLanguage": {
1215
"@type": "ComputerLanguage",
1316
"name": "R",
14-
"version": "3.4.3",
17+
"version": "3.6.0",
1518
"url": "https://r-project.org"
1619
},
17-
"runtimePlatform": "R version 3.4.3 Patched (2018-01-01 r74017)",
20+
"runtimePlatform": "R version 3.6.0 Patched (2019-04-30 r76446)",
1821
"provider": {
1922
"@id": "https://cran.r-project.org",
2023
"@type": "Organization",
@@ -43,6 +46,11 @@
4346
"givenName": "David",
4447
"familyName": "LeBauer"
4548
},
49+
{
50+
"@type": "Person",
51+
"givenName": "Chris",
52+
"familyName": "Black"
53+
},
4654
{
4755
"@type": "Person",
4856
"givenName": "David",
@@ -56,24 +64,27 @@
5664
"familyName": "Collins"
5765
}
5866
],
59-
"maintainer": {
60-
"@type": "Person",
61-
"givenName": "Scott",
62-
"familyName": "Chamberlain",
63-
"email": "myrmecocystus@gmail.com"
64-
},
67+
"maintainer": [
68+
{
69+
"@type": "Person",
70+
"givenName": "Scott",
71+
"familyName": "Chamberlain",
72+
"email": "myrmecocystus@gmail.com"
73+
}
74+
],
6575
"softwareSuggestions": [
6676
{
6777
"@type": "SoftwareApplication",
6878
"identifier": "roxygen2",
6979
"name": "roxygen2",
70-
"version": "6.0.1",
80+
"version": ">= 6.0.1",
7181
"provider": {
7282
"@id": "https://cran.r-project.org",
7383
"@type": "Organization",
74-
"name": "Central R Archive Network (CRAN)",
84+
"name": "Comprehensive R Archive Network (CRAN)",
7585
"url": "https://cran.r-project.org"
76-
}
86+
},
87+
"sameAs": "https://CRAN.R-project.org/package=roxygen2"
7788
},
7889
{
7990
"@type": "SoftwareApplication",
@@ -82,9 +93,10 @@
8293
"provider": {
8394
"@id": "https://cran.r-project.org",
8495
"@type": "Organization",
85-
"name": "Central R Archive Network (CRAN)",
96+
"name": "Comprehensive R Archive Network (CRAN)",
8697
"url": "https://cran.r-project.org"
87-
}
98+
},
99+
"sameAs": "https://CRAN.R-project.org/package=knitr"
88100
},
89101
{
90102
"@type": "SoftwareApplication",
@@ -93,9 +105,10 @@
93105
"provider": {
94106
"@id": "https://cran.r-project.org",
95107
"@type": "Organization",
96-
"name": "Central R Archive Network (CRAN)",
108+
"name": "Comprehensive R Archive Network (CRAN)",
97109
"url": "https://cran.r-project.org"
98-
}
110+
},
111+
"sameAs": "https://CRAN.R-project.org/package=testthat"
99112
},
100113
{
101114
"@type": "SoftwareApplication",
@@ -104,9 +117,10 @@
104117
"provider": {
105118
"@id": "https://cran.r-project.org",
106119
"@type": "Organization",
107-
"name": "Central R Archive Network (CRAN)",
120+
"name": "Comprehensive R Archive Network (CRAN)",
108121
"url": "https://cran.r-project.org"
109-
}
122+
},
123+
"sameAs": "https://CRAN.R-project.org/package=dplyr"
110124
},
111125
{
112126
"@type": "SoftwareApplication",
@@ -115,119 +129,135 @@
115129
"provider": {
116130
"@id": "https://cran.r-project.org",
117131
"@type": "Organization",
118-
"name": "Central R Archive Network (CRAN)",
132+
"name": "Comprehensive R Archive Network (CRAN)",
119133
"url": "https://cran.r-project.org"
120-
}
134+
},
135+
"sameAs": "https://CRAN.R-project.org/package=plyr"
121136
}
122137
],
123138
"softwareRequirements": [
139+
{
140+
"@type": "SoftwareApplication",
141+
"identifier": "R",
142+
"name": "R",
143+
"version": ">= 2.10"
144+
},
124145
{
125146
"@type": "SoftwareApplication",
126147
"identifier": "jsonlite",
127148
"name": "jsonlite",
128-
"version": "0.9.19",
149+
"version": ">= 0.9.19",
129150
"provider": {
130151
"@id": "https://cran.r-project.org",
131152
"@type": "Organization",
132-
"name": "Central R Archive Network (CRAN)",
153+
"name": "Comprehensive R Archive Network (CRAN)",
133154
"url": "https://cran.r-project.org"
134-
}
155+
},
156+
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
135157
},
136158
{
137159
"@type": "SoftwareApplication",
138160
"identifier": "httr",
139161
"name": "httr",
140-
"version": "1.1.0",
162+
"version": ">= 1.1.0",
141163
"provider": {
142164
"@id": "https://cran.r-project.org",
143165
"@type": "Organization",
144-
"name": "Central R Archive Network (CRAN)",
166+
"name": "Comprehensive R Archive Network (CRAN)",
145167
"url": "https://cran.r-project.org"
146-
}
168+
},
169+
"sameAs": "https://CRAN.R-project.org/package=httr"
147170
},
148171
{
149172
"@type": "SoftwareApplication",
150173
"identifier": "crul",
151174
"name": "crul",
152-
"version": "0.3.8",
175+
"version": ">= 0.6.0",
153176
"provider": {
154177
"@id": "https://cran.r-project.org",
155178
"@type": "Organization",
156-
"name": "Central R Archive Network (CRAN)",
179+
"name": "Comprehensive R Archive Network (CRAN)",
157180
"url": "https://cran.r-project.org"
158-
}
181+
},
182+
"sameAs": "https://CRAN.R-project.org/package=crul"
159183
},
160184
{
161185
"@type": "SoftwareApplication",
162186
"identifier": "tibble",
163187
"name": "tibble",
164-
"version": "1.3.4",
188+
"version": ">= 1.3.4",
165189
"provider": {
166190
"@id": "https://cran.r-project.org",
167191
"@type": "Organization",
168-
"name": "Central R Archive Network (CRAN)",
192+
"name": "Comprehensive R Archive Network (CRAN)",
169193
"url": "https://cran.r-project.org"
170-
}
194+
},
195+
"sameAs": "https://CRAN.R-project.org/package=tibble"
171196
},
172197
{
173198
"@type": "SoftwareApplication",
174199
"identifier": "data.table",
175200
"name": "data.table",
176-
"version": " data.1.9.6",
201+
"version": ">= 1.9.6",
177202
"provider": {
178203
"@id": "https://cran.r-project.org",
179204
"@type": "Organization",
180-
"name": "Central R Archive Network (CRAN)",
205+
"name": "Comprehensive R Archive Network (CRAN)",
181206
"url": "https://cran.r-project.org"
182-
}
207+
},
208+
"sameAs": "https://CRAN.R-project.org/package=data.table"
183209
},
184210
{
185211
"@type": "SoftwareApplication",
186212
"identifier": "readr",
187213
"name": "readr",
188-
"version": "1.1.1",
214+
"version": ">= 1.1.1",
189215
"provider": {
190216
"@id": "https://cran.r-project.org",
191217
"@type": "Organization",
192-
"name": "Central R Archive Network (CRAN)",
218+
"name": "Comprehensive R Archive Network (CRAN)",
193219
"url": "https://cran.r-project.org"
194-
}
220+
},
221+
"sameAs": "https://CRAN.R-project.org/package=readr"
195222
},
196223
{
197224
"@type": "SoftwareApplication",
198225
"identifier": "taxize",
199226
"name": "taxize",
200-
"version": "0.7.4",
227+
"version": ">= 0.7.4",
201228
"provider": {
202229
"@id": "https://cran.r-project.org",
203230
"@type": "Organization",
204-
"name": "Central R Archive Network (CRAN)",
231+
"name": "Comprehensive R Archive Network (CRAN)",
205232
"url": "https://cran.r-project.org"
206-
}
233+
},
234+
"sameAs": "https://CRAN.R-project.org/package=taxize"
207235
},
208236
{
209237
"@type": "SoftwareApplication",
210238
"identifier": "xml2",
211239
"name": "xml2",
212-
"version": "0.1.2",
240+
"version": ">= 0.1.2",
213241
"provider": {
214242
"@id": "https://cran.r-project.org",
215243
"@type": "Organization",
216-
"name": "Central R Archive Network (CRAN)",
244+
"name": "Comprehensive R Archive Network (CRAN)",
217245
"url": "https://cran.r-project.org"
218-
}
246+
},
247+
"sameAs": "https://CRAN.R-project.org/package=xml2"
219248
},
220249
{
221250
"@type": "SoftwareApplication",
222251
"identifier": "rvest",
223252
"name": "rvest",
224-
"version": "0.3.1",
253+
"version": ">= 0.3.1",
225254
"provider": {
226255
"@id": "https://cran.r-project.org",
227256
"@type": "Organization",
228-
"name": "Central R Archive Network (CRAN)",
257+
"name": "Comprehensive R Archive Network (CRAN)",
229258
"url": "https://cran.r-project.org"
230-
}
259+
},
260+
"sameAs": "https://CRAN.R-project.org/package=rvest"
231261
},
232262
{
233263
"@type": "SoftwareApplication",
@@ -236,19 +266,17 @@
236266
"provider": {
237267
"@id": "https://cran.r-project.org",
238268
"@type": "Organization",
239-
"name": "Central R Archive Network (CRAN)",
269+
"name": "Comprehensive R Archive Network (CRAN)",
240270
"url": "https://cran.r-project.org"
241-
}
242-
},
243-
{
244-
"@type": "SoftwareApplication",
245-
"identifier": "R",
246-
"name": "R",
247-
"version": "2.10"
271+
},
272+
"sameAs": "https://CRAN.R-project.org/package=hoardr"
248273
}
249274
],
250275
"contIntegration": "https://travis-ci.org/ropensci/traits",
251276
"releaseNotes": "https://github.com/ropensci/traits/blob/master/NEWS.md",
252277
"readme": "https://github.com/ropensci/traits/blob/master/README.md",
253-
"fileSize": "1717.946KB"
278+
"fileSize": "1723.686KB",
279+
"copyrightHolder": {},
280+
"funder": {},
281+
"keywords": ["traits", "species", "api-client", "r", "rstats", "r-package"]
254282
}

0 commit comments

Comments
 (0)