From d0dd99f2bf0b568e6e533d371955c5f44960d94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Thu, 16 May 2024 15:16:46 +0200 Subject: [PATCH 1/3] chore: rmarkdown version bump --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 310f6f45..40d6deb5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -34,7 +34,7 @@ Suggests: dplyr (>= 1.0.1), knitr (>= 1.42), lifecycle (>= 0.2.0), - rmarkdown (>= 2.19), + rmarkdown (>= 2.23), stringi (>= 1.6), testthat (>= 3.1.5), withr (>= 2.0.0) From c080e6254cb86431227067d812f67a01aeed3dc8 Mon Sep 17 00:00:00 2001 From: "27856297+dependabot-preview[bot]@users.noreply.github.com" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 22:20:52 +0000 Subject: [PATCH 2/3] [skip roxygen] [skip vbump] Roxygen Man Pages Auto Update --- man/listing_methods.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/listing_methods.Rd b/man/listing_methods.Rd index 1bf99d8f..c8595a31 100644 --- a/man/listing_methods.Rd +++ b/man/listing_methods.Rd @@ -60,7 +60,7 @@ used. Parameter is ignored if \code{tf_wrap = FALSE}.} \item{j}{(\code{any})\cr object passed to base \code{[} methods.} -\item{drop}{For matrices and arrays. If \code{TRUE} the result is +\item{drop}{relevant for matrices and arrays. If \code{TRUE} the result is coerced to the lowest possible dimension (see the examples). This only works for extracting elements, not for the replacement. See \code{\link[base]{drop}} for further details. From d33475f6a8f5d0204f606f8070c8a8719f839c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:42:53 +0200 Subject: [PATCH 3/3] chore: fix min_isolated by bumping dplyr --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 59f86bd7..7d97ff70 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -31,7 +31,7 @@ Imports: stats, utils Suggests: - dplyr (>= 1.0.1), + dplyr (>= 1.0.2), knitr (>= 1.42), lifecycle (>= 0.2.0), rmarkdown (>= 2.23),