Skip to content

Commit ace0726

Browse files
authored
Merge pull request #311 from ropensci-review-tools/rm-jsonlite
rm unused jsonlite import
2 parents 3ad982d + e1ed940 commit ace0726

File tree

2 files changed

+19
-25
lines changed

2 files changed

+19
-25
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pkgcheck
22
Title: rOpenSci Package Checks
3-
Version: 0.1.2.227
3+
Version: 0.1.2.228
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265")),
@@ -34,7 +34,6 @@ Imports:
3434
glue,
3535
goodpractice,
3636
httr2,
37-
jsonlite,
3837
magrittr,
3938
methods,
4039
pkgstats,

codemeta.json

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/pkgcheck",
99
"issueTracker": "https://github.com/ropensci-review-tools/pkgcheck/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.2.227",
11+
"version": "0.1.2.228",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -41,6 +41,13 @@
4141
"familyName": "Kim",
4242
"email": "[email protected]",
4343
"@id": "https://orcid.org/0009-0000-2138-788X"
44+
},
45+
{
46+
"@type": "Person",
47+
"givenName": "Andy",
48+
"familyName": "Teucher",
49+
"email": "[email protected]",
50+
"@id": "https://orcid.org/0000-0002-7840-692X"
4451
}
4552
],
4653
"contributor": [
@@ -298,18 +305,6 @@
298305
"sameAs": "https://CRAN.R-project.org/package=httr2"
299306
},
300307
"11": {
301-
"@type": "SoftwareApplication",
302-
"identifier": "jsonlite",
303-
"name": "jsonlite",
304-
"provider": {
305-
"@id": "https://cran.r-project.org",
306-
"@type": "Organization",
307-
"name": "Comprehensive R Archive Network (CRAN)",
308-
"url": "https://cran.r-project.org"
309-
},
310-
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
311-
},
312-
"12": {
313308
"@type": "SoftwareApplication",
314309
"identifier": "magrittr",
315310
"name": "magrittr",
@@ -321,18 +316,18 @@
321316
},
322317
"sameAs": "https://CRAN.R-project.org/package=magrittr"
323318
},
324-
"13": {
319+
"12": {
325320
"@type": "SoftwareApplication",
326321
"identifier": "methods",
327322
"name": "methods"
328323
},
329-
"14": {
324+
"13": {
330325
"@type": "SoftwareApplication",
331326
"identifier": "pkgstats",
332327
"name": "pkgstats",
333328
"sameAs": "https://github.com/ropensci-review-tools/pkgstats"
334329
},
335-
"15": {
330+
"14": {
336331
"@type": "SoftwareApplication",
337332
"identifier": "praise",
338333
"name": "praise",
@@ -344,7 +339,7 @@
344339
},
345340
"sameAs": "https://CRAN.R-project.org/package=praise"
346341
},
347-
"16": {
342+
"15": {
348343
"@type": "SoftwareApplication",
349344
"identifier": "rappdirs",
350345
"name": "rappdirs",
@@ -356,7 +351,7 @@
356351
},
357352
"sameAs": "https://CRAN.R-project.org/package=rappdirs"
358353
},
359-
"17": {
354+
"16": {
360355
"@type": "SoftwareApplication",
361356
"identifier": "rmarkdown",
362357
"name": "rmarkdown",
@@ -368,7 +363,7 @@
368363
},
369364
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
370365
},
371-
"18": {
366+
"17": {
372367
"@type": "SoftwareApplication",
373368
"identifier": "rprojroot",
374369
"name": "rprojroot",
@@ -380,7 +375,7 @@
380375
},
381376
"sameAs": "https://CRAN.R-project.org/package=rprojroot"
382377
},
383-
"19": {
378+
"18": {
384379
"@type": "SoftwareApplication",
385380
"identifier": "rvest",
386381
"name": "rvest",
@@ -392,13 +387,13 @@
392387
},
393388
"sameAs": "https://CRAN.R-project.org/package=rvest"
394389
},
395-
"20": {
390+
"19": {
396391
"@type": "SoftwareApplication",
397392
"identifier": "srr",
398393
"name": "srr",
399394
"sameAs": "https://github.com/ropensci-review-tools/srr"
400395
},
401-
"21": {
396+
"20": {
402397
"@type": "SoftwareApplication",
403398
"identifier": "withr",
404399
"name": "withr",
@@ -412,7 +407,7 @@
412407
},
413408
"SystemRequirements": {}
414409
},
415-
"fileSize": "511.756KB",
410+
"fileSize": "520.34KB",
416411
"readme": "https://github.com/ropensci-review-tools/pkgcheck/blob/main/README.md",
417412
"contIntegration": [
418413
"https://github.com/ropensci-review-tools/pkgcheck/actions?query=workflow%3AR-CMD-check",

0 commit comments

Comments
 (0)