Skip to content

Commit

Permalink
#145 définir un miroir CRAN avant d'installer les dépendances
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaSMAH committed Dec 8, 2023
1 parent 49dc848 commit 38ed324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-convert_file_to_dsfr.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 38ed324

Please sign in to comment.