|
17 | 17 | "name": "R",
|
18 | 18 | "url": "https://r-project.org"
|
19 | 19 | },
|
20 |
| - "runtimePlatform": "R version 4.1.1 (2021-08-10)", |
| 20 | + "runtimePlatform": "R version 4.1.2 (2021-11-01)", |
21 | 21 | "author": [
|
22 | 22 | {
|
23 | 23 | "@type": "Person",
|
|
28 | 28 | }
|
29 | 29 | ],
|
30 | 30 | "contributor": {},
|
31 |
| - "copyrightHolder": {}, |
| 31 | + "copyrightHolder": [ |
| 32 | + { |
| 33 | + "@type": "Person", |
| 34 | + "givenName": "Jeffrey R.", |
| 35 | + "familyName": "Stevens", |
| 36 | + "email": "jeffrey.r.stevens@gmail.com", |
| 37 | + "@id": "https://orcid.org/0000-0003-2375-1360" |
| 38 | + } |
| 39 | + ], |
32 | 40 | "funder": {},
|
33 | 41 | "maintainer": [
|
34 | 42 | {
|
|
139 | 147 | },
|
140 | 148 | "sameAs": "https://CRAN.R-project.org/package=cli"
|
141 | 149 | },
|
| 150 | + { |
| 151 | + "@type": "SoftwareApplication", |
| 152 | + "identifier": "curl", |
| 153 | + "name": "curl", |
| 154 | + "provider": { |
| 155 | + "@id": "https://cran.r-project.org", |
| 156 | + "@type": "Organization", |
| 157 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 158 | + "url": "https://cran.r-project.org" |
| 159 | + }, |
| 160 | + "sameAs": "https://CRAN.R-project.org/package=curl" |
| 161 | + }, |
142 | 162 | {
|
143 | 163 | "@type": "SoftwareApplication",
|
144 | 164 | "identifier": "dplyr",
|
|
268 | 288 | ],
|
269 | 289 | "releaseNotes": "https://github.com/ropensci/excluder/blob/master/NEWS.md",
|
270 | 290 | "readme": "https://github.com/ropensci/excluder/blob/main/README.md",
|
271 |
| - "fileSize": "262.96KB", |
272 |
| - "contIntegration": ["https://github.com/ropensci/excluder/actions", "https://app.codecov.io/gh/jeffreyrstevens/excluder?branch=main"], |
| 291 | + "fileSize": "279.934KB", |
| 292 | + "contIntegration": "https://app.codecov.io/gh/jeffreyrstevens/excluder?branch=main", |
273 | 293 | "developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#stable"],
|
274 | 294 | "keywords": [
|
275 | 295 | "qualtrics",
|
|
282 | 302 | ],
|
283 | 303 | "citation": [
|
284 | 304 | {
|
285 |
| - "@type": "SoftwareSourceCode", |
| 305 | + "@type": "ScholarlyArticle", |
286 | 306 | "datePublished": "2021",
|
287 | 307 | "author": [
|
288 | 308 | {
|
|
291 | 311 | "familyName": "Stevens"
|
292 | 312 | }
|
293 | 313 | ],
|
294 |
| - "name": "{excluder}: Exclude rows to clean your data", |
295 |
| - "url": "https://docs.ropensci.org/excluder/" |
| 314 | + "name": "excluder: An R package that checks for exclusion criteria in online data", |
| 315 | + "identifier": "10.21105/joss.03893", |
| 316 | + "url": "https://doi.org/10.21105/joss.03893", |
| 317 | + "pagination": "3893", |
| 318 | + "@id": "https://doi.org/10.21105/joss.03893", |
| 319 | + "sameAs": "https://doi.org/10.21105/joss.03893", |
| 320 | + "isPartOf": { |
| 321 | + "@type": "PublicationIssue", |
| 322 | + "issueNumber": "67", |
| 323 | + "datePublished": "2021", |
| 324 | + "isPartOf": { |
| 325 | + "@type": ["PublicationVolume", "Periodical"], |
| 326 | + "volumeNumber": "6", |
| 327 | + "name": "Journal of Open Source Software" |
| 328 | + } |
| 329 | + } |
296 | 330 | }
|
297 | 331 | ],
|
298 | 332 | "review": {
|
|
0 commit comments