|
10 | 10 | "codeRepository": "https://github.com/ropensci/vcr/",
|
11 | 11 | "issueTracker": "https://github.com/ropensci/vcr/issues",
|
12 | 12 | "license": "https://spdx.org/licenses/MIT",
|
13 |
| - "version": "0.3.0", |
| 13 | + "version": "0.5.0", |
14 | 14 | "programmingLanguage": {
|
15 | 15 | "@type": "ComputerLanguage",
|
16 | 16 | "name": "R",
|
17 |
| - "version": "3.6.1", |
| 17 | + "version": "3.6.3", |
18 | 18 | "url": "https://r-project.org"
|
19 | 19 | },
|
20 |
| - "runtimePlatform": "R version 3.6.1 Patched (2019-07-17 r76848)", |
| 20 | + "runtimePlatform": "R version 3.6.3 RC (2020-02-21 r77868)", |
21 | 21 | "author": [
|
22 | 22 | {
|
23 | 23 | "@type": "Person",
|
|
37 | 37 | }
|
38 | 38 | ],
|
39 | 39 | "softwareSuggestions": [
|
| 40 | + { |
| 41 | + "@type": "SoftwareApplication", |
| 42 | + "identifier": "roxygen2", |
| 43 | + "name": "roxygen2", |
| 44 | + "version": ">= 7.0.2", |
| 45 | + "provider": { |
| 46 | + "@id": "https://cran.r-project.org", |
| 47 | + "@type": "Organization", |
| 48 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 49 | + "url": "https://cran.r-project.org" |
| 50 | + }, |
| 51 | + "sameAs": "https://CRAN.R-project.org/package=roxygen2" |
| 52 | + }, |
40 | 53 | {
|
41 | 54 | "@type": "SoftwareApplication",
|
42 | 55 | "identifier": "jsonlite",
|
|
120 | 133 | "url": "https://cran.r-project.org"
|
121 | 134 | },
|
122 | 135 | "sameAs": "https://CRAN.R-project.org/package=cli"
|
| 136 | + }, |
| 137 | + { |
| 138 | + "@type": "SoftwareApplication", |
| 139 | + "identifier": "curl", |
| 140 | + "name": "curl", |
| 141 | + "provider": { |
| 142 | + "@id": "https://cran.r-project.org", |
| 143 | + "@type": "Organization", |
| 144 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 145 | + "url": "https://cran.r-project.org" |
| 146 | + }, |
| 147 | + "sameAs": "https://CRAN.R-project.org/package=curl" |
123 | 148 | }
|
124 | 149 | ],
|
125 | 150 | "softwareRequirements": [
|
126 | 151 | {
|
127 | 152 | "@type": "SoftwareApplication",
|
128 | 153 | "identifier": "crul",
|
129 | 154 | "name": "crul",
|
130 |
| - "version": ">= 0.7.0", |
| 155 | + "version": ">= 0.8.4", |
131 | 156 | "provider": {
|
132 | 157 | "@id": "https://cran.r-project.org",
|
133 | 158 | "@type": "Organization",
|
|
152 | 177 | "@type": "SoftwareApplication",
|
153 | 178 | "identifier": "webmockr",
|
154 | 179 | "name": "webmockr",
|
155 |
| - "version": ">= 0.4.0", |
| 180 | + "version": ">= 0.6.0", |
156 | 181 | "provider": {
|
157 | 182 | "@id": "https://cran.r-project.org",
|
158 | 183 | "@type": "Organization",
|
|
225 | 250 | "applicationCategory": "Web",
|
226 | 251 | "isPartOf": "https://ropensci.org",
|
227 | 252 | "keywords": ["http", "https", "API", "web-services", "curl", "mock", "mocking", "http-mocking", "testing", "testing-tools", "tdd", "unit-testing", "rstats", "vcr", "r", "r-package"],
|
228 |
| - "contIntegration": "https://travis-ci.org/ropenscilabs/vcr", |
| 253 | + "contIntegration": ["https://travis-ci.org/ropensci/vcr", "https://ci.appveyor.com/project/sckott/vcr", "https://codecov.io/gh/ropensci/vcr"], |
229 | 254 | "readme": "https://github.com/ropensci/vcr/blob/master/README.md",
|
230 |
| - "fileSize": "73.897KB", |
231 |
| - "relatedLink": "https://ropenscilabs.github.io/http-testing-book/", |
| 255 | + "fileSize": "148.962KB", |
| 256 | + "relatedLink": [ |
| 257 | + "https://ropenscilabs.github.io/http-testing-book/", |
| 258 | + "https://books.ropensci.org/http-testing/" |
| 259 | + ], |
232 | 260 | "releaseNotes": "https://github.com/ropensci/vcr/blob/master/NEWS.md",
|
233 |
| - "developmentStatus": "http://www.repostatus.org/#wip", |
| 261 | + "developmentStatus": "https://www.repostatus.org/#active", |
234 | 262 | "provider": {
|
235 | 263 | "@id": "https://cran.r-project.org",
|
236 | 264 | "@type": "Organization",
|
237 | 265 | "name": "Comprehensive R Archive Network (CRAN)",
|
238 | 266 | "url": "https://cran.r-project.org"
|
239 | 267 | },
|
240 |
| - "contributor": {}, |
| 268 | + "contributor": [ |
| 269 | + { |
| 270 | + "@type": "Person", |
| 271 | + "givenName": "Aaron", |
| 272 | + "familyName": "Wolen", |
| 273 | + "@id": "https://orcid.org/0000-0003-2542-2202" |
| 274 | + } |
| 275 | + ], |
241 | 276 | "copyrightHolder": {},
|
242 | 277 | "funder": {}
|
243 | 278 | }
|
0 commit comments