Skip to content

Commit

Permalink
Update bk-install.R
Browse files Browse the repository at this point in the history
Update package refs
  • Loading branch information
ColinFay authored Jan 22, 2024
1 parent c8911d0 commit 856638a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions bk-install.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ c(
"dygraphs",
"e1071",
"ellipse",
"emo",
"hadley/emo",
"emojifont",
"evaluate",
"explor",
Expand Down Expand Up @@ -83,7 +83,7 @@ c(
"ggpubr",
"ggraph",
"ggrepel",
"ggsn",
"oswaldosantos/ggsn",
"ggspatial",
"ggtext",
"ggthemes",
Expand All @@ -97,7 +97,7 @@ c(
"gstat",
"gt",
"gtable",
"gtExtra",
"gtExtras",
"h2o",
"hadley/emo",
"haven",
Expand All @@ -108,7 +108,7 @@ c(
"htmltools",
"httr",
"icarus",
"inca3",
"ThinkR-open/inca3",
"interp",
"jpeg",
"kableExtra",
Expand Down Expand Up @@ -168,7 +168,6 @@ c(
"reprex",
"reshape",
"reshape2",
"rgeos",
"rgl",
"rJava",
"RJSONIO",
Expand Down Expand Up @@ -281,7 +280,7 @@ for (i in seq_along(to_install)) {
)

tst <- attempt::attempt({
pak::pkg_install(
pak::pak(
pak,
upgrade = FALSE
)
Expand Down Expand Up @@ -319,14 +318,14 @@ cli::cat_rule("Installation ended.")
remove.packages("learnr")

tst <- attempt::attempt({
remotes::install_github(
rtes::install_github(
"thinkr-open/tutor",
force = TRUE,
upgrade = FALSE
)
})

# Remove the tutorials from learnr so that we only use the ones
# Rve the tutorials from learnr so that we only use the ones
# from {tutor}
unlink(
system.file(
Expand Down

0 comments on commit 856638a

Please sign in to comment.