Skip to content

Commit

Permalink
Fix pak::install()
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Jul 31, 2024
1 parent 64d0930 commit 44691cd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions aagi-template-revealjs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@ format:
#| message: false
if (!require("pak")) install.packages("pak")
if (!require("AAGIPalettes")) {
pak::pkg_install("AAGI-Org-AU-Public/AAGIPalettes",
build_vignettes = TRUE
)
pak::pkg_install("AAGI-Org-AU-Public/AAGIPalettes")
}
if (!require("AAGIThemes")) {
pak::pkg_install("AAGI-Org-AU-Public/AAGIThemes",
build_vignettes = TRUE
)
pak::pkg_install("AAGI-Org-AU-Public/AAGIThemes")
}
library(ggplot2)
Expand Down

0 comments on commit 44691cd

Please sign in to comment.