|
1 | 1 | {
|
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 | + ], |
3 | 6 | "@type": "SoftwareSourceCode",
|
4 | 7 | "identifier": "traits",
|
5 | 8 | "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.",
|
6 | 9 | "name": "traits: Species Trait Data from Around the Web",
|
7 | 10 | "codeRepository": "https://github.com/ropensci/traits",
|
8 | 11 | "issueTracker": "https://github.com/ropensci/traits/issues",
|
9 | 12 | "license": "https://spdx.org/licenses/MIT",
|
10 |
| - "version": "0.3.0.9310", |
| 13 | + "version": "0.4.0", |
11 | 14 | "programmingLanguage": {
|
12 | 15 | "@type": "ComputerLanguage",
|
13 | 16 | "name": "R",
|
14 |
| - "version": "3.4.3", |
| 17 | + "version": "3.6.0", |
15 | 18 | "url": "https://r-project.org"
|
16 | 19 | },
|
17 |
| - "runtimePlatform": "R version 3.4.3 Patched (2018-01-01 r74017)", |
| 20 | + "runtimePlatform": "R version 3.6.0 Patched (2019-04-30 r76446)", |
18 | 21 | "provider": {
|
19 | 22 | "@id": "https://cran.r-project.org",
|
20 | 23 | "@type": "Organization",
|
|
43 | 46 | "givenName": "David",
|
44 | 47 | "familyName": "LeBauer"
|
45 | 48 | },
|
| 49 | + { |
| 50 | + "@type": "Person", |
| 51 | + "givenName": "Chris", |
| 52 | + "familyName": "Black" |
| 53 | + }, |
46 | 54 | {
|
47 | 55 | "@type": "Person",
|
48 | 56 | "givenName": "David",
|
|
56 | 64 | "familyName": "Collins"
|
57 | 65 | }
|
58 | 66 | ],
|
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 | + ], |
65 | 75 | "softwareSuggestions": [
|
66 | 76 | {
|
67 | 77 | "@type": "SoftwareApplication",
|
68 | 78 | "identifier": "roxygen2",
|
69 | 79 | "name": "roxygen2",
|
70 |
| - "version": "6.0.1", |
| 80 | + "version": ">= 6.0.1", |
71 | 81 | "provider": {
|
72 | 82 | "@id": "https://cran.r-project.org",
|
73 | 83 | "@type": "Organization",
|
74 |
| - "name": "Central R Archive Network (CRAN)", |
| 84 | + "name": "Comprehensive R Archive Network (CRAN)", |
75 | 85 | "url": "https://cran.r-project.org"
|
76 |
| - } |
| 86 | + }, |
| 87 | + "sameAs": "https://CRAN.R-project.org/package=roxygen2" |
77 | 88 | },
|
78 | 89 | {
|
79 | 90 | "@type": "SoftwareApplication",
|
|
82 | 93 | "provider": {
|
83 | 94 | "@id": "https://cran.r-project.org",
|
84 | 95 | "@type": "Organization",
|
85 |
| - "name": "Central R Archive Network (CRAN)", |
| 96 | + "name": "Comprehensive R Archive Network (CRAN)", |
86 | 97 | "url": "https://cran.r-project.org"
|
87 |
| - } |
| 98 | + }, |
| 99 | + "sameAs": "https://CRAN.R-project.org/package=knitr" |
88 | 100 | },
|
89 | 101 | {
|
90 | 102 | "@type": "SoftwareApplication",
|
|
93 | 105 | "provider": {
|
94 | 106 | "@id": "https://cran.r-project.org",
|
95 | 107 | "@type": "Organization",
|
96 |
| - "name": "Central R Archive Network (CRAN)", |
| 108 | + "name": "Comprehensive R Archive Network (CRAN)", |
97 | 109 | "url": "https://cran.r-project.org"
|
98 |
| - } |
| 110 | + }, |
| 111 | + "sameAs": "https://CRAN.R-project.org/package=testthat" |
99 | 112 | },
|
100 | 113 | {
|
101 | 114 | "@type": "SoftwareApplication",
|
|
104 | 117 | "provider": {
|
105 | 118 | "@id": "https://cran.r-project.org",
|
106 | 119 | "@type": "Organization",
|
107 |
| - "name": "Central R Archive Network (CRAN)", |
| 120 | + "name": "Comprehensive R Archive Network (CRAN)", |
108 | 121 | "url": "https://cran.r-project.org"
|
109 |
| - } |
| 122 | + }, |
| 123 | + "sameAs": "https://CRAN.R-project.org/package=dplyr" |
110 | 124 | },
|
111 | 125 | {
|
112 | 126 | "@type": "SoftwareApplication",
|
|
115 | 129 | "provider": {
|
116 | 130 | "@id": "https://cran.r-project.org",
|
117 | 131 | "@type": "Organization",
|
118 |
| - "name": "Central R Archive Network (CRAN)", |
| 132 | + "name": "Comprehensive R Archive Network (CRAN)", |
119 | 133 | "url": "https://cran.r-project.org"
|
120 |
| - } |
| 134 | + }, |
| 135 | + "sameAs": "https://CRAN.R-project.org/package=plyr" |
121 | 136 | }
|
122 | 137 | ],
|
123 | 138 | "softwareRequirements": [
|
| 139 | + { |
| 140 | + "@type": "SoftwareApplication", |
| 141 | + "identifier": "R", |
| 142 | + "name": "R", |
| 143 | + "version": ">= 2.10" |
| 144 | + }, |
124 | 145 | {
|
125 | 146 | "@type": "SoftwareApplication",
|
126 | 147 | "identifier": "jsonlite",
|
127 | 148 | "name": "jsonlite",
|
128 |
| - "version": "0.9.19", |
| 149 | + "version": ">= 0.9.19", |
129 | 150 | "provider": {
|
130 | 151 | "@id": "https://cran.r-project.org",
|
131 | 152 | "@type": "Organization",
|
132 |
| - "name": "Central R Archive Network (CRAN)", |
| 153 | + "name": "Comprehensive R Archive Network (CRAN)", |
133 | 154 | "url": "https://cran.r-project.org"
|
134 |
| - } |
| 155 | + }, |
| 156 | + "sameAs": "https://CRAN.R-project.org/package=jsonlite" |
135 | 157 | },
|
136 | 158 | {
|
137 | 159 | "@type": "SoftwareApplication",
|
138 | 160 | "identifier": "httr",
|
139 | 161 | "name": "httr",
|
140 |
| - "version": "1.1.0", |
| 162 | + "version": ">= 1.1.0", |
141 | 163 | "provider": {
|
142 | 164 | "@id": "https://cran.r-project.org",
|
143 | 165 | "@type": "Organization",
|
144 |
| - "name": "Central R Archive Network (CRAN)", |
| 166 | + "name": "Comprehensive R Archive Network (CRAN)", |
145 | 167 | "url": "https://cran.r-project.org"
|
146 |
| - } |
| 168 | + }, |
| 169 | + "sameAs": "https://CRAN.R-project.org/package=httr" |
147 | 170 | },
|
148 | 171 | {
|
149 | 172 | "@type": "SoftwareApplication",
|
150 | 173 | "identifier": "crul",
|
151 | 174 | "name": "crul",
|
152 |
| - "version": "0.3.8", |
| 175 | + "version": ">= 0.6.0", |
153 | 176 | "provider": {
|
154 | 177 | "@id": "https://cran.r-project.org",
|
155 | 178 | "@type": "Organization",
|
156 |
| - "name": "Central R Archive Network (CRAN)", |
| 179 | + "name": "Comprehensive R Archive Network (CRAN)", |
157 | 180 | "url": "https://cran.r-project.org"
|
158 |
| - } |
| 181 | + }, |
| 182 | + "sameAs": "https://CRAN.R-project.org/package=crul" |
159 | 183 | },
|
160 | 184 | {
|
161 | 185 | "@type": "SoftwareApplication",
|
162 | 186 | "identifier": "tibble",
|
163 | 187 | "name": "tibble",
|
164 |
| - "version": "1.3.4", |
| 188 | + "version": ">= 1.3.4", |
165 | 189 | "provider": {
|
166 | 190 | "@id": "https://cran.r-project.org",
|
167 | 191 | "@type": "Organization",
|
168 |
| - "name": "Central R Archive Network (CRAN)", |
| 192 | + "name": "Comprehensive R Archive Network (CRAN)", |
169 | 193 | "url": "https://cran.r-project.org"
|
170 |
| - } |
| 194 | + }, |
| 195 | + "sameAs": "https://CRAN.R-project.org/package=tibble" |
171 | 196 | },
|
172 | 197 | {
|
173 | 198 | "@type": "SoftwareApplication",
|
174 | 199 | "identifier": "data.table",
|
175 | 200 | "name": "data.table",
|
176 |
| - "version": " data.1.9.6", |
| 201 | + "version": ">= 1.9.6", |
177 | 202 | "provider": {
|
178 | 203 | "@id": "https://cran.r-project.org",
|
179 | 204 | "@type": "Organization",
|
180 |
| - "name": "Central R Archive Network (CRAN)", |
| 205 | + "name": "Comprehensive R Archive Network (CRAN)", |
181 | 206 | "url": "https://cran.r-project.org"
|
182 |
| - } |
| 207 | + }, |
| 208 | + "sameAs": "https://CRAN.R-project.org/package=data.table" |
183 | 209 | },
|
184 | 210 | {
|
185 | 211 | "@type": "SoftwareApplication",
|
186 | 212 | "identifier": "readr",
|
187 | 213 | "name": "readr",
|
188 |
| - "version": "1.1.1", |
| 214 | + "version": ">= 1.1.1", |
189 | 215 | "provider": {
|
190 | 216 | "@id": "https://cran.r-project.org",
|
191 | 217 | "@type": "Organization",
|
192 |
| - "name": "Central R Archive Network (CRAN)", |
| 218 | + "name": "Comprehensive R Archive Network (CRAN)", |
193 | 219 | "url": "https://cran.r-project.org"
|
194 |
| - } |
| 220 | + }, |
| 221 | + "sameAs": "https://CRAN.R-project.org/package=readr" |
195 | 222 | },
|
196 | 223 | {
|
197 | 224 | "@type": "SoftwareApplication",
|
198 | 225 | "identifier": "taxize",
|
199 | 226 | "name": "taxize",
|
200 |
| - "version": "0.7.4", |
| 227 | + "version": ">= 0.7.4", |
201 | 228 | "provider": {
|
202 | 229 | "@id": "https://cran.r-project.org",
|
203 | 230 | "@type": "Organization",
|
204 |
| - "name": "Central R Archive Network (CRAN)", |
| 231 | + "name": "Comprehensive R Archive Network (CRAN)", |
205 | 232 | "url": "https://cran.r-project.org"
|
206 |
| - } |
| 233 | + }, |
| 234 | + "sameAs": "https://CRAN.R-project.org/package=taxize" |
207 | 235 | },
|
208 | 236 | {
|
209 | 237 | "@type": "SoftwareApplication",
|
210 | 238 | "identifier": "xml2",
|
211 | 239 | "name": "xml2",
|
212 |
| - "version": "0.1.2", |
| 240 | + "version": ">= 0.1.2", |
213 | 241 | "provider": {
|
214 | 242 | "@id": "https://cran.r-project.org",
|
215 | 243 | "@type": "Organization",
|
216 |
| - "name": "Central R Archive Network (CRAN)", |
| 244 | + "name": "Comprehensive R Archive Network (CRAN)", |
217 | 245 | "url": "https://cran.r-project.org"
|
218 |
| - } |
| 246 | + }, |
| 247 | + "sameAs": "https://CRAN.R-project.org/package=xml2" |
219 | 248 | },
|
220 | 249 | {
|
221 | 250 | "@type": "SoftwareApplication",
|
222 | 251 | "identifier": "rvest",
|
223 | 252 | "name": "rvest",
|
224 |
| - "version": "0.3.1", |
| 253 | + "version": ">= 0.3.1", |
225 | 254 | "provider": {
|
226 | 255 | "@id": "https://cran.r-project.org",
|
227 | 256 | "@type": "Organization",
|
228 |
| - "name": "Central R Archive Network (CRAN)", |
| 257 | + "name": "Comprehensive R Archive Network (CRAN)", |
229 | 258 | "url": "https://cran.r-project.org"
|
230 |
| - } |
| 259 | + }, |
| 260 | + "sameAs": "https://CRAN.R-project.org/package=rvest" |
231 | 261 | },
|
232 | 262 | {
|
233 | 263 | "@type": "SoftwareApplication",
|
|
236 | 266 | "provider": {
|
237 | 267 | "@id": "https://cran.r-project.org",
|
238 | 268 | "@type": "Organization",
|
239 |
| - "name": "Central R Archive Network (CRAN)", |
| 269 | + "name": "Comprehensive R Archive Network (CRAN)", |
240 | 270 | "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" |
248 | 273 | }
|
249 | 274 | ],
|
250 | 275 | "contIntegration": "https://travis-ci.org/ropensci/traits",
|
251 | 276 | "releaseNotes": "https://github.com/ropensci/traits/blob/master/NEWS.md",
|
252 | 277 | "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"] |
254 | 282 | }
|
0 commit comments