|
5 | 5 | ],
|
6 | 6 | "@type": "SoftwareSourceCode",
|
7 | 7 | "identifier": "excluder",
|
8 |
| - "description": "Data that are collected through online sources such as Mechanical \n Turk may require excluding rows because of IP address duplication, \n geolocation, or completion duration. This package facilitates\n exclusion of these data for Qualtrics datasets.", |
| 8 | + "description": "Data that are collected through online sources such as Mechanical Turk may require excluding rows because of IP address duplication, geolocation, or completion duration. This package facilitates exclusion of these data for Qualtrics datasets.", |
9 | 9 | "name": "excluder: Checks for Exclusion Criteria in Online Data",
|
10 | 10 | "codeRepository": "https://github.com/ropensci/excluder/",
|
11 |
| - "relatedLink": "https://docs.ropensci.org/excluder/", |
| 11 | + "relatedLink": ["https://docs.ropensci.org/excluder/", "https://CRAN.R-project.org/package=excluder"], |
12 | 12 | "issueTracker": "https://github.com/ropensci/excluder/issues/",
|
13 | 13 | "license": "https://spdx.org/licenses/GPL-3.0",
|
14 |
| - "version": "0.3.2", |
| 14 | + "version": "0.3.3", |
15 | 15 | "programmingLanguage": {
|
16 | 16 | "@type": "ComputerLanguage",
|
17 | 17 | "name": "R",
|
|
288 | 288 | ],
|
289 | 289 | "releaseNotes": "https://github.com/ropensci/excluder/blob/master/NEWS.md",
|
290 | 290 | "readme": "https://github.com/ropensci/excluder/blob/main/README.md",
|
291 |
| - "fileSize": "279.934KB", |
292 |
| - "contIntegration": "https://app.codecov.io/gh/jeffreyrstevens/excluder?branch=main", |
| 291 | + "fileSize": "264.253KB", |
| 292 | + "contIntegration": ["https://github.com/ropensci/excluder/actions", "https://app.codecov.io/gh/jeffreyrstevens/excluder?branch=main"], |
293 | 293 | "developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#stable"],
|
294 | 294 | "keywords": [
|
295 | 295 | "qualtrics",
|
|
333 | 333 | "@type": "Review",
|
334 | 334 | "url": "https://github.com/ropensci/software-review/issues/455",
|
335 | 335 | "provider": "https://ropensci.org"
|
| 336 | + }, |
| 337 | + "provider": { |
| 338 | + "@id": "https://cran.r-project.org", |
| 339 | + "@type": "Organization", |
| 340 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 341 | + "url": "https://cran.r-project.org" |
336 | 342 | }
|
337 | 343 | }
|
0 commit comments