|
10 | 10 | "codeRepository": "https://github.com/ropensci/webmockr", |
11 | 11 | "issueTracker": "https://github.com/ropensci/webmockr/issues", |
12 | 12 | "license": "https://spdx.org/licenses/MIT", |
13 | | - "version": "0.4.0", |
| 13 | + "version": "0.5.0", |
14 | 14 | "programmingLanguage": { |
15 | 15 | "@type": "ComputerLanguage", |
16 | 16 | "name": "R", |
17 | 17 | "version": "3.6.1", |
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.1 Patched (2019-09-23 r77210)", |
21 | 21 | "provider": { |
22 | 22 | "@id": "https://cran.r-project.org", |
23 | 23 | "@type": "Organization", |
|
47 | 47 | "@type": "SoftwareApplication", |
48 | 48 | "identifier": "roxygen2", |
49 | 49 | "name": "roxygen2", |
50 | | - "version": ">= 6.1.1", |
| 50 | + "version": ">= 7.0.2", |
51 | 51 | "provider": { |
52 | 52 | "@id": "https://cran.r-project.org", |
53 | 53 | "@type": "Organization", |
|
198 | 198 | "applicationCategory": "Web", |
199 | 199 | "isPartOf": "https://ropensci.org", |
200 | 200 | "keywords": ["http", "https", "API", "web-services", "curl", "mock", "mocking", "fakeweb", "http-mocking", "testing", "testing-tools", "tdd", "rstats", "http-mock", "r", "r-package"], |
201 | | - "contIntegration": "https://travis-ci.org/ropensci/webmockr", |
202 | | - "developmentStatus": "active", |
| 201 | + "contIntegration": ["https://travis-ci.org/ropensci/webmockr", "https://ci.appveyor.com/project/sckott/webmockr", "https://codecov.io/gh/ropensci/webmockr"], |
| 202 | + "developmentStatus": "http://www.repostatus.org/#active", |
203 | 203 | "releaseNotes": "https://github.com/ropensci/webmockr/blob/master/NEWS.md", |
204 | 204 | "readme": "https://github.com/ropensci/webmockr/blob/master/README.md", |
205 | | - "fileSize": "48.801KB", |
206 | | - "relatedLink": "https://ropenscilabs.github.io/http-testing-book/", |
| 205 | + "fileSize": "58.28KB", |
| 206 | + "relatedLink": ["https://ropenscilabs.github.io/http-testing-book/", "https://books.ropensci.org/http-testing"], |
207 | 207 | "funder": [ |
208 | 208 | { |
209 | 209 | "@type": "Organization", |
|
0 commit comments