Skip to content

Commit

Permalink
Test dev quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 20, 2024
1 parent d4873e1 commit 3ec0376
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/buildtools.R
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@ install_dependencies <- function(path = '.'){
# Workaround for https://bugs.r-project.org/show_bug.cgi?id=18191
deps <- as.character(c(deps, split_by_comma(desc$VignetteBuilder)))

# Temp solution, remove when quarto 1.4 is on cran
if('quarto' %in% split_by_comma(desc$VignetteBuilder)){
install.packages('quarto', repos = 'https://quarto-dev.r-universe.dev')
}

# Try to download and cache *all* dependencies (also those preinstalled on this image)
# Note that if deps is NULL, tools::package_dependencies() returns all packages!
alldeps <- if(length(deps)){
Expand Down

0 comments on commit 3ec0376

Please sign in to comment.