From a28ac28550018e7917a368a9a6f9f8cb84bc68c7 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Tue, 14 Nov 2023 07:41:13 -0800 Subject: [PATCH 1/3] drop plyr::empty usage --- tests/testthat/test-assertions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-assertions.R b/tests/testthat/test-assertions.R index c00b812..376e67a 100644 --- a/tests/testthat/test-assertions.R +++ b/tests/testthat/test-assertions.R @@ -1610,6 +1610,6 @@ test_that("handle predicates applied to the whole data, and not to subframe", { head( n = 0) expect_silent({ - assert(data = a_tibble, predicate = plyr::empty, dplyr::everything()) + assert(data = a_tibble, predicate = function(x) nrow(x) == 0L, dplyr::everything()) }) }) From c307a8ff5e07142b403398fd7a793d5c22fd8d85 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Tue, 14 Nov 2023 07:41:50 -0800 Subject: [PATCH 2/3] remove from DESCRIPTION --- DESCRIPTION | 1 - 1 file changed, 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c7f0798..6e77c00 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,7 +29,6 @@ Suggests: magrittr, rmarkdown, tibble, - plyr, covr VignetteBuilder: knitr RoxygenNote: 7.2.3 From 12c2ff011fbbb3a59753f3d29a9bcab0a8a321be Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Tue, 14 Nov 2023 07:43:19 -0800 Subject: [PATCH 3/3] Remove from codemeta.json --- codemeta.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/codemeta.json b/codemeta.json index bcf8447..631cb28 100644 --- a/codemeta.json +++ b/codemeta.json @@ -97,18 +97,6 @@ "url": "https://cran.r-project.org" }, "sameAs": "https://CRAN.R-project.org/package=tibble" - }, - { - "@type": "SoftwareApplication", - "identifier": "plyr", - "name": "plyr", - "provider": { - "@id": "https://cran.r-project.org", - "@type": "Organization", - "name": "Comprehensive R Archive Network (CRAN)", - "url": "https://cran.r-project.org" - }, - "sameAs": "https://CRAN.R-project.org/package=plyr" } ], "softwareRequirements": {