From d6b32fdfc5833bed3a332edbfe58b57f8a9d3abe Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:24:37 -0500 Subject: [PATCH] feat: Add trfmt to R package list Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com> --- scripts/install_cran_pkgs.R | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_cran_pkgs.R b/scripts/install_cran_pkgs.R index 5f3bbc0..16402fc 100755 --- a/scripts/install_cran_pkgs.R +++ b/scripts/install_cran_pkgs.R @@ -207,6 +207,7 @@ shared_pkgs <- c( "tidyselect", "tinytest", "tinytex", + "trfmt", "tzdb", "uuid", "V8",