From 3c46ba62cd308609dfa502b287baa5b4a5f15dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Wed, 15 May 2024 14:44:52 +0200 Subject: [PATCH 1/4] chore: rmarkdown version bump --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e52338ec..930f1cac 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -38,7 +38,7 @@ Imports: tidyselect Suggests: knitr (>= 1.42), - rmarkdown (>= 2.19), + rmarkdown (>= 2.23), teal.code (>= 0.5.0), testthat (>= 3.1.5), withr (>= 2.0.0) From 30de744211f38fad008771a0988ebbd49b8b3107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Wed, 22 May 2024 22:48:36 -0400 Subject: [PATCH 2/4] chore: bump teal.widgets due to R.utils compiling problem --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 930f1cac..1870c483 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -33,7 +33,7 @@ Imports: stats, teal.data (>= 0.5.0), teal.logger (>= 0.1.3.9013), - teal.widgets (>= 0.4.0), + teal.widgets (>= 0.4.2), tidyr (>= 0.8.3), tidyselect Suggests: From e3cbfb5543e8a0c3d3cd401c39e1f4bc2133252b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Wed, 22 May 2024 23:36:32 -0400 Subject: [PATCH 3/4] chore: bump tidyr due to missing api --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1870c483..f13b3337 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -34,7 +34,7 @@ Imports: teal.data (>= 0.5.0), teal.logger (>= 0.1.3.9013), teal.widgets (>= 0.4.2), - tidyr (>= 0.8.3), + tidyr (>= 1.0.0), tidyselect Suggests: knitr (>= 1.42), From fa840d889ecc468d488da77adf48fbed10873dd6 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 18:15:13 +0200 Subject: [PATCH 4/4] fix: bumps shinyvalidate version up --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index f13b3337..0b43cf41 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,7 +29,7 @@ Imports: rlang (>= 1.0.0), shiny (>= 1.6.0), shinyjs, - shinyvalidate, + shinyvalidate (>= 0.1.3), stats, teal.data (>= 0.5.0), teal.logger (>= 0.1.3.9013),