|
4 | 4 | "identifier": "excluder",
|
5 | 5 | "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.",
|
6 | 6 | "name": "excluder: Checks for Exclusion Criteria in Online Data",
|
7 |
| - "relatedLink": "https://docs.ropensci.org/excluder/", |
| 7 | + "relatedLink": ["https://docs.ropensci.org/excluder/", "https://CRAN.R-project.org/package=excluder"], |
8 | 8 | "codeRepository": "https://github.com/ropensci/excluder/",
|
9 | 9 | "issueTracker": "https://github.com/ropensci/excluder/issues/",
|
10 | 10 | "license": "https://spdx.org/licenses/GPL-3.0",
|
11 |
| - "version": "0.5.0", |
| 11 | + "version": "0.5.1", |
12 | 12 | "programmingLanguage": {
|
13 | 13 | "@type": "ComputerLanguage",
|
14 | 14 | "name": "R",
|
15 | 15 | "url": "https://r-project.org"
|
16 | 16 | },
|
17 |
| - "runtimePlatform": "R version 4.2.2 Patched (2022-11-10 r83330)", |
| 17 | + "runtimePlatform": "R version 4.3.2 (2023-10-31)", |
18 | 18 | "provider": {
|
19 | 19 | "@id": "https://cran.r-project.org",
|
20 | 20 | "@type": "Organization",
|
|
137 | 137 | ],
|
138 | 138 | "softwareRequirements": {
|
139 | 139 | "1": {
|
| 140 | + "@type": "SoftwareApplication", |
| 141 | + "identifier": "R", |
| 142 | + "name": "R", |
| 143 | + "version": ">= 3.5.0" |
| 144 | + }, |
| 145 | + "2": { |
140 | 146 | "@type": "SoftwareApplication",
|
141 | 147 | "identifier": "cli",
|
142 | 148 | "name": "cli",
|
|
148 | 154 | },
|
149 | 155 | "sameAs": "https://CRAN.R-project.org/package=cli"
|
150 | 156 | },
|
151 |
| - "2": { |
| 157 | + "3": { |
152 | 158 | "@type": "SoftwareApplication",
|
153 | 159 | "identifier": "curl",
|
154 | 160 | "name": "curl",
|
|
160 | 166 | },
|
161 | 167 | "sameAs": "https://CRAN.R-project.org/package=curl"
|
162 | 168 | },
|
163 |
| - "3": { |
| 169 | + "4": { |
164 | 170 | "@type": "SoftwareApplication",
|
165 | 171 | "identifier": "dplyr",
|
166 | 172 | "name": "dplyr",
|
|
172 | 178 | },
|
173 | 179 | "sameAs": "https://CRAN.R-project.org/package=dplyr"
|
174 | 180 | },
|
175 |
| - "4": { |
| 181 | + "5": { |
176 | 182 | "@type": "SoftwareApplication",
|
177 | 183 | "identifier": "ipaddress",
|
178 | 184 | "name": "ipaddress",
|
|
184 | 190 | },
|
185 | 191 | "sameAs": "https://CRAN.R-project.org/package=ipaddress"
|
186 | 192 | },
|
187 |
| - "5": { |
| 193 | + "6": { |
188 | 194 | "@type": "SoftwareApplication",
|
189 | 195 | "identifier": "janitor",
|
190 | 196 | "name": "janitor",
|
|
196 | 202 | },
|
197 | 203 | "sameAs": "https://CRAN.R-project.org/package=janitor"
|
198 | 204 | },
|
199 |
| - "6": { |
| 205 | + "7": { |
200 | 206 | "@type": "SoftwareApplication",
|
201 | 207 | "identifier": "lubridate",
|
202 | 208 | "name": "lubridate",
|
|
208 | 214 | },
|
209 | 215 | "sameAs": "https://CRAN.R-project.org/package=lubridate"
|
210 | 216 | },
|
211 |
| - "7": { |
| 217 | + "8": { |
212 | 218 | "@type": "SoftwareApplication",
|
213 | 219 | "identifier": "magrittr",
|
214 | 220 | "name": "magrittr",
|
|
220 | 226 | },
|
221 | 227 | "sameAs": "https://CRAN.R-project.org/package=magrittr"
|
222 | 228 | },
|
223 |
| - "8": { |
| 229 | + "9": { |
224 | 230 | "@type": "SoftwareApplication",
|
225 | 231 | "identifier": "maps",
|
226 | 232 | "name": "maps",
|
|
232 | 238 | },
|
233 | 239 | "sameAs": "https://CRAN.R-project.org/package=maps"
|
234 | 240 | },
|
235 |
| - "9": { |
| 241 | + "10": { |
236 | 242 | "@type": "SoftwareApplication",
|
237 | 243 | "identifier": "rlang",
|
238 | 244 | "name": "rlang",
|
|
244 | 250 | },
|
245 | 251 | "sameAs": "https://CRAN.R-project.org/package=rlang"
|
246 | 252 | },
|
247 |
| - "10": { |
| 253 | + "11": { |
248 | 254 | "@type": "SoftwareApplication",
|
249 | 255 | "identifier": "stringr",
|
250 | 256 | "name": "stringr",
|
|
256 | 262 | },
|
257 | 263 | "sameAs": "https://CRAN.R-project.org/package=stringr"
|
258 | 264 | },
|
259 |
| - "11": { |
| 265 | + "12": { |
260 | 266 | "@type": "SoftwareApplication",
|
261 | 267 | "identifier": "tidyr",
|
262 | 268 | "name": "tidyr",
|
|
268 | 274 | },
|
269 | 275 | "sameAs": "https://CRAN.R-project.org/package=tidyr"
|
270 | 276 | },
|
271 |
| - "12": { |
| 277 | + "13": { |
272 | 278 | "@type": "SoftwareApplication",
|
273 | 279 | "identifier": "tidyselect",
|
274 | 280 | "name": "tidyselect",
|
|
280 | 286 | },
|
281 | 287 | "sameAs": "https://CRAN.R-project.org/package=tidyselect"
|
282 | 288 | },
|
283 |
| - "13": { |
284 |
| - "@type": "SoftwareApplication", |
285 |
| - "identifier": "R", |
286 |
| - "name": "R", |
287 |
| - "version": ">= 3.5.0" |
288 |
| - }, |
289 | 289 | "SystemRequirements": null
|
290 | 290 | },
|
291 |
| - "fileSize": "335.041KB", |
| 291 | + "fileSize": "360.275KB", |
292 | 292 | "citation": [
|
293 | 293 | {
|
294 | 294 | "@type": "ScholarlyArticle",
|
|
317 | 317 | }
|
318 | 318 | }
|
319 | 319 | }
|
320 |
| - ] |
| 320 | + ], |
| 321 | + "releaseNotes": "https://github.com/ropensci/excluder/blob/master/NEWS.md", |
| 322 | + "readme": "https://github.com/ropensci/excluder/blob/main/README.md", |
| 323 | + "contIntegration": ["https://github.com/ropensci/excluder/actions", "https://app.codecov.io/gh/jeffreyrstevens/excluder?branch=main"], |
| 324 | + "developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#stable"], |
| 325 | + "review": { |
| 326 | + "@type": "Review", |
| 327 | + "url": "https://github.com/ropensci/software-review/issues/455", |
| 328 | + "provider": "https://ropensci.org" |
| 329 | + }, |
| 330 | + "keywords": ["qualtrics", "mturk", "datacleaning", "exclusion", "r", "rstats", "r-package"] |
321 | 331 | }
|
0 commit comments