From 05fcd888bf63648249fa058ce7f7c7976a78a5d1 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Thu, 26 Oct 2023 11:42:16 +0200 Subject: [PATCH] Use beautier's develop branch --- .github/workflows/R-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index bfa6db7..a103540 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -41,7 +41,7 @@ jobs: install.packages(c("remotes", "rcmdcheck")) remotes::install_cran("shiny") remotes::install_cran("devtools") - remotes::install_github("ropensci/beautier") + remotes::install_github("ropensci/beautier", ref = "develop") remotes::install_deps(dependencies = TRUE) remotes::install_cran("rcmdcheck") remotes::install_cran("covr")