Skip to content

Commit

Permalink
switch back to {remotes}
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Sep 23, 2024
1 parent d0c0991 commit a46a1f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/demos/template-short-report.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ if (require(formatR)) {
}
# Integrating with AAGIPalettes, AAGIThemes
if (!requireNamespace("pak", quietly = TRUE)) {
install.packages("pak")
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
if (!require(AAGIThemes)) {
pak::pkg_install(
remotes::install_github(
"AAGI-AUS/AAGIThemes",
dependencies = TRUE, upgrade = FALSE
)
}
if (!require(AAGIPalettes)) {
pak::pkg_install(
remotes::install_github(
"AAGI-AUS/AAGIPalettes",
dependencies = TRUE, upgrade = FALSE
)
Expand Down

0 comments on commit a46a1f1

Please sign in to comment.