Skip to content

Commit a252b92

Browse files
committed
add codemeta.json file
1 parent 1ba1995 commit a252b92

File tree

2 files changed

+254
-1
lines changed

2 files changed

+254
-1
lines changed

.Rbuildignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ revdep
1919
^cran-comments\.md$
2020
^.*\.Rproj$
2121
.github
22-
revdep
2322
docs
2423

24+
^codemeta\.json$

codemeta.json

+253
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,253 @@
1+
{
2+
"@context": ["http://purl.org/codemeta/2.0", "http://schema.org"],
3+
"@type": "SoftwareSourceCode",
4+
"identifier": "spocc",
5+
"description": "A programmatic interface to many species occurrence data sources,\n including Global Biodiversity Information Facility ('GBIF'), 'USGSs'\n Biodiversity Information Serving Our Nation ('BISON'), 'iNaturalist',\n Berkeley 'Ecoinformatics' Engine, 'eBird', 'AntWeb', Integrated Digitized\n 'Biocollections' ('iDigBio'), 'VertNet', Ocean 'Biogeographic' Information\n System ('OBIS'), and Atlas of Living Australia ('ALA'). Includes\n functionality for retrieving species occurrence data, and combining\n those data.",
6+
"name": "spocc: Interface to Species Occurrence Data Sources",
7+
"codeRepository": "https://github.com/ropensci/spocc",
8+
"issueTracker": "https://github.com/ropensci/spocc/issues",
9+
"license": "https://spdx.org/licenses/MIT",
10+
"version": "0.7.0.9411",
11+
"programmingLanguage": {
12+
"@type": "ComputerLanguage",
13+
"name": "R",
14+
"version": "3.4.3",
15+
"url": "https://r-project.org"
16+
},
17+
"runtimePlatform": "R version 3.4.3 Patched (2018-01-01 r74017)",
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": "Scott",
28+
"familyName": "Chamberlain",
29+
"email": "myrmecocystus@gmail.com"
30+
}
31+
],
32+
"contributor": [
33+
{
34+
"@type": "Person",
35+
"givenName": "Karthik",
36+
"familyName": "Ram"
37+
},
38+
{
39+
"@type": "Person",
40+
"givenName": "Ted",
41+
"familyName": "Hart"
42+
}
43+
],
44+
"maintainer": {
45+
"@type": "Person",
46+
"givenName": "Scott",
47+
"familyName": "Chamberlain",
48+
"email": "myrmecocystus@gmail.com"
49+
},
50+
"softwareSuggestions": [
51+
{
52+
"@type": "SoftwareApplication",
53+
"identifier": "roxygen2",
54+
"name": "roxygen2",
55+
"version": "6.0.1",
56+
"provider": {
57+
"@id": "https://cran.r-project.org",
58+
"@type": "Organization",
59+
"name": "Central R Archive Network (CRAN)",
60+
"url": "https://cran.r-project.org"
61+
}
62+
},
63+
{
64+
"@type": "SoftwareApplication",
65+
"identifier": "testthat",
66+
"name": "testthat",
67+
"provider": {
68+
"@id": "https://cran.r-project.org",
69+
"@type": "Organization",
70+
"name": "Central R Archive Network (CRAN)",
71+
"url": "https://cran.r-project.org"
72+
}
73+
},
74+
{
75+
"@type": "SoftwareApplication",
76+
"identifier": "knitr",
77+
"name": "knitr",
78+
"provider": {
79+
"@id": "https://cran.r-project.org",
80+
"@type": "Organization",
81+
"name": "Central R Archive Network (CRAN)",
82+
"url": "https://cran.r-project.org"
83+
}
84+
},
85+
{
86+
"@type": "SoftwareApplication",
87+
"identifier": "taxize",
88+
"name": "taxize",
89+
"version": "0.8.4",
90+
"provider": {
91+
"@id": "https://cran.r-project.org",
92+
"@type": "Organization",
93+
"name": "Central R Archive Network (CRAN)",
94+
"url": "https://cran.r-project.org"
95+
}
96+
}
97+
],
98+
"softwareRequirements": [
99+
{
100+
"@type": "SoftwareApplication",
101+
"identifier": "utils",
102+
"name": "utils"
103+
},
104+
{
105+
"@type": "SoftwareApplication",
106+
"identifier": "rgbif",
107+
"name": "rgbif",
108+
"version": "0.9.8",
109+
"provider": {
110+
"@id": "https://cran.r-project.org",
111+
"@type": "Organization",
112+
"name": "Central R Archive Network (CRAN)",
113+
"url": "https://cran.r-project.org"
114+
}
115+
},
116+
{
117+
"@type": "SoftwareApplication",
118+
"identifier": "rbison",
119+
"name": "rbison",
120+
"version": "0.5.0",
121+
"provider": {
122+
"@id": "https://cran.r-project.org",
123+
"@type": "Organization",
124+
"name": "Central R Archive Network (CRAN)",
125+
"url": "https://cran.r-project.org"
126+
}
127+
},
128+
{
129+
"@type": "SoftwareApplication",
130+
"identifier": "rebird",
131+
"name": "rebird",
132+
"version": "0.3.0",
133+
"provider": {
134+
"@id": "https://cran.r-project.org",
135+
"@type": "Organization",
136+
"name": "Central R Archive Network (CRAN)",
137+
"url": "https://cran.r-project.org"
138+
}
139+
},
140+
{
141+
"@type": "SoftwareApplication",
142+
"identifier": "rvertnet",
143+
"name": "rvertnet",
144+
"version": "0.6.3.9110",
145+
"provider": {
146+
"@id": "https://cran.r-project.org",
147+
"@type": "Organization",
148+
"name": "Central R Archive Network (CRAN)",
149+
"url": "https://cran.r-project.org"
150+
}
151+
},
152+
{
153+
"@type": "SoftwareApplication",
154+
"identifier": "ridigbio",
155+
"name": "ridigbio",
156+
"version": "0.3.5",
157+
"provider": {
158+
"@id": "https://cran.r-project.org",
159+
"@type": "Organization",
160+
"name": "Central R Archive Network (CRAN)",
161+
"url": "https://cran.r-project.org"
162+
}
163+
},
164+
{
165+
"@type": "SoftwareApplication",
166+
"identifier": "lubridate",
167+
"name": "lubridate",
168+
"version": "1.5.0",
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+
"@type": "SoftwareApplication",
178+
"identifier": "crul",
179+
"name": "crul",
180+
"version": "0.3.4",
181+
"provider": {
182+
"@id": "https://cran.r-project.org",
183+
"@type": "Organization",
184+
"name": "Central R Archive Network (CRAN)",
185+
"url": "https://cran.r-project.org"
186+
}
187+
},
188+
{
189+
"@type": "SoftwareApplication",
190+
"identifier": "whisker",
191+
"name": "whisker",
192+
"version": "0.3-2",
193+
"provider": {
194+
"@id": "https://cran.r-project.org",
195+
"@type": "Organization",
196+
"name": "Central R Archive Network (CRAN)",
197+
"url": "https://cran.r-project.org"
198+
}
199+
},
200+
{
201+
"@type": "SoftwareApplication",
202+
"identifier": "jsonlite",
203+
"name": "jsonlite",
204+
"version": "1.4",
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": "data.table",
215+
"name": "data.table",
216+
"version": " data.1.9.6",
217+
"provider": {
218+
"@id": "https://cran.r-project.org",
219+
"@type": "Organization",
220+
"name": "Central R Archive Network (CRAN)",
221+
"url": "https://cran.r-project.org"
222+
}
223+
},
224+
{
225+
"@type": "SoftwareApplication",
226+
"identifier": "tibble",
227+
"name": "tibble",
228+
"version": "1.2",
229+
"provider": {
230+
"@id": "https://cran.r-project.org",
231+
"@type": "Organization",
232+
"name": "Central R Archive Network (CRAN)",
233+
"url": "https://cran.r-project.org"
234+
}
235+
},
236+
{
237+
"@type": "SoftwareApplication",
238+
"identifier": "wicket",
239+
"name": "wicket",
240+
"version": "0.3.0",
241+
"provider": {
242+
"@id": "https://cran.r-project.org",
243+
"@type": "Organization",
244+
"name": "Central R Archive Network (CRAN)",
245+
"url": "https://cran.r-project.org"
246+
}
247+
}
248+
],
249+
"contIntegration": "https://travis-ci.org/ropensci/spocc",
250+
"releaseNotes": "https://github.com/ropensci/spocc/blob/master/NEWS.md",
251+
"readme": "https://github.com/ropensci/spocc/blob/master/README.md",
252+
"fileSize": "723.895KB"
253+
}

0 commit comments

Comments
 (0)