Skip to content

Commit f6b1570

Browse files
Update codemeta.json
1 parent db7b222 commit f6b1570

File tree

1 file changed

+32
-22
lines changed

1 file changed

+32
-22
lines changed

codemeta.json

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"identifier": "excluder",
55
"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.",
66
"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"],
88
"codeRepository": "https://github.com/ropensci/excluder/",
99
"issueTracker": "https://github.com/ropensci/excluder/issues/",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.5.0",
11+
"version": "0.5.1",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.2.2 Patched (2022-11-10 r83330)",
17+
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -137,6 +137,12 @@
137137
],
138138
"softwareRequirements": {
139139
"1": {
140+
"@type": "SoftwareApplication",
141+
"identifier": "R",
142+
"name": "R",
143+
"version": ">= 3.5.0"
144+
},
145+
"2": {
140146
"@type": "SoftwareApplication",
141147
"identifier": "cli",
142148
"name": "cli",
@@ -148,7 +154,7 @@
148154
},
149155
"sameAs": "https://CRAN.R-project.org/package=cli"
150156
},
151-
"2": {
157+
"3": {
152158
"@type": "SoftwareApplication",
153159
"identifier": "curl",
154160
"name": "curl",
@@ -160,7 +166,7 @@
160166
},
161167
"sameAs": "https://CRAN.R-project.org/package=curl"
162168
},
163-
"3": {
169+
"4": {
164170
"@type": "SoftwareApplication",
165171
"identifier": "dplyr",
166172
"name": "dplyr",
@@ -172,7 +178,7 @@
172178
},
173179
"sameAs": "https://CRAN.R-project.org/package=dplyr"
174180
},
175-
"4": {
181+
"5": {
176182
"@type": "SoftwareApplication",
177183
"identifier": "ipaddress",
178184
"name": "ipaddress",
@@ -184,7 +190,7 @@
184190
},
185191
"sameAs": "https://CRAN.R-project.org/package=ipaddress"
186192
},
187-
"5": {
193+
"6": {
188194
"@type": "SoftwareApplication",
189195
"identifier": "janitor",
190196
"name": "janitor",
@@ -196,7 +202,7 @@
196202
},
197203
"sameAs": "https://CRAN.R-project.org/package=janitor"
198204
},
199-
"6": {
205+
"7": {
200206
"@type": "SoftwareApplication",
201207
"identifier": "lubridate",
202208
"name": "lubridate",
@@ -208,7 +214,7 @@
208214
},
209215
"sameAs": "https://CRAN.R-project.org/package=lubridate"
210216
},
211-
"7": {
217+
"8": {
212218
"@type": "SoftwareApplication",
213219
"identifier": "magrittr",
214220
"name": "magrittr",
@@ -220,7 +226,7 @@
220226
},
221227
"sameAs": "https://CRAN.R-project.org/package=magrittr"
222228
},
223-
"8": {
229+
"9": {
224230
"@type": "SoftwareApplication",
225231
"identifier": "maps",
226232
"name": "maps",
@@ -232,7 +238,7 @@
232238
},
233239
"sameAs": "https://CRAN.R-project.org/package=maps"
234240
},
235-
"9": {
241+
"10": {
236242
"@type": "SoftwareApplication",
237243
"identifier": "rlang",
238244
"name": "rlang",
@@ -244,7 +250,7 @@
244250
},
245251
"sameAs": "https://CRAN.R-project.org/package=rlang"
246252
},
247-
"10": {
253+
"11": {
248254
"@type": "SoftwareApplication",
249255
"identifier": "stringr",
250256
"name": "stringr",
@@ -256,7 +262,7 @@
256262
},
257263
"sameAs": "https://CRAN.R-project.org/package=stringr"
258264
},
259-
"11": {
265+
"12": {
260266
"@type": "SoftwareApplication",
261267
"identifier": "tidyr",
262268
"name": "tidyr",
@@ -268,7 +274,7 @@
268274
},
269275
"sameAs": "https://CRAN.R-project.org/package=tidyr"
270276
},
271-
"12": {
277+
"13": {
272278
"@type": "SoftwareApplication",
273279
"identifier": "tidyselect",
274280
"name": "tidyselect",
@@ -280,15 +286,9 @@
280286
},
281287
"sameAs": "https://CRAN.R-project.org/package=tidyselect"
282288
},
283-
"13": {
284-
"@type": "SoftwareApplication",
285-
"identifier": "R",
286-
"name": "R",
287-
"version": ">= 3.5.0"
288-
},
289289
"SystemRequirements": null
290290
},
291-
"fileSize": "335.041KB",
291+
"fileSize": "360.275KB",
292292
"citation": [
293293
{
294294
"@type": "ScholarlyArticle",
@@ -317,5 +317,15 @@
317317
}
318318
}
319319
}
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"]
321331
}

0 commit comments

Comments
 (0)