-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
145 lines (145 loc) · 4.88 KB
/
codemeta.json
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
"@type": "SoftwareSourceCode",
"identifier": "SymbiotaR2",
"description": "Download data from Symbiota2 portals using Symbiota's\n API. Covers the Checklists, Collections, Crowdsource, Exsiccati,\n Glossary, ImageProcessor, Key, Media, Occurrence, Reference, Taxa,\n Traits, and UserRoles API families. Each Symbiota2 portal owner\n can load their own plugins (and modified code), and so this\n package may not cover every possible API endpoint from a given\n Symbiota2 instance.",
"name": "SymbiotaR2: Downloading Data from Symbiota2 Portals into R",
"codeRepository": "https://github.com/pearselab/SymbiotaR2",
"issueTracker": "https://github.com/pearselab/SymbiotaR2/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.3 (2020-02-29)",
"author": [
{
"@type": "Person",
"givenName": "Austin",
"familyName": "Koontz",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-6103-5896"
},
{
"@type": "Person",
"givenName": "William D.",
"familyName": "Pearse",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-6241-3164"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
"givenName": "Austin",
"familyName": "Koontz",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-6103-5896"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"version": ">= 1.23",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 2.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "vcr",
"name": "vcr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=vcr"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
"version": ">= 1.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=httr"
},
{
"@type": "SoftwareApplication",
"identifier": "rjson",
"name": "rjson",
"version": ">= 0.2.20",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rjson"
},
{
"@type": "SoftwareApplication",
"identifier": "fs",
"name": "fs",
"version": ">= 1.2.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=fs"
},
{
"@type": "SoftwareApplication",
"identifier": "curl",
"name": "curl",
"version": ">= 3.3",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=curl"
}
],
"releaseNotes": "https://github.com/pearselab/SymbiotaR2/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/SymbiotaR2/blob/master/README.md",
"fileSize": "2017.879KB",
"contIntegration": ["https://travis-ci.org/ropensci/SymbiotaR2", "https://codecov.io/gh/ropensci/SymbiotaR2"],
"developmentStatus": "https://www.repostatus.org/#wip",
"keywords": ["symbiota2-portal", "database", "library", "r", "symbiota", "specimen-records", "symbiota2"]
}