From 38ed324226fdb115844c006133fb971c6bbbf0e9 Mon Sep 17 00:00:00 2001 From: "lisa.smah" Date: Fri, 8 Dec 2023 09:56:37 +0100 Subject: [PATCH] =?UTF-8?q?#145=20d=C3=A9finir=20un=20miroir=20CRAN=20avan?= =?UTF-8?q?t=20d'installer=20les=20d=C3=A9pendances?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/testthat/test-convert_file_to_dsfr.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-convert_file_to_dsfr.R b/tests/testthat/test-convert_file_to_dsfr.R index c56ee221..dfe7bf9a 100644 --- a/tests/testthat/test-convert_file_to_dsfr.R +++ b/tests/testthat/test-convert_file_to_dsfr.R @@ -8,6 +8,7 @@ test_that("convert_file_to_dsfr works", { mydir <- tempfile(pattern = "app") dir.create(mydir) + options(repos = c(CRAN = "https://cran.r-project.org")) golem::install_dev_deps( force_install = TRUE )