From 676d3390aa6d2075feac38d88c9d979c63cb8aa3 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:50:28 -0500 Subject: [PATCH] fix: Install pak in the container image --- 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 c554f32..70b7896 100755 --- a/scripts/install_cran_pkgs.R +++ b/scripts/install_cran_pkgs.R @@ -155,6 +155,7 @@ shared_pkgs <- c( "operator.tools", "optimx", "oysteR", + "pak", "parglm", "patchwork", "pbkrtest",