Skip to content

Commit 17cb2c1

Browse files
committed
* Run air format
1 parent 72f5c5c commit 17cb2c1

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

dev/setup.R

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,18 @@ renv::status(dev = TRUE)
2525
renv::snapshot(type = "explicit", dev = TRUE)
2626

2727
# Reinstall from lockfile with specific repo
28-
renv::lockfile_read()$Packages |>
29-
names() |>
30-
data.frame(Packages = _) |>
31-
dplyr::pull(Packages) |>
28+
renv::lockfile_read()$Packages |>
29+
names() |>
30+
data.frame(Packages = _) |>
31+
dplyr::pull(Packages) |>
3232
# utils::install.packages()
3333
# pak::pak()
34-
renv::install(repos = getOption("repos"), type = "binary", prompt = FALSE, rebuild = TRUE)
34+
renv::install(
35+
repos = getOption("repos"),
36+
type = "binary",
37+
prompt = FALSE,
38+
rebuild = TRUE
39+
)
3540

3641
# Update wordlist
3742
spelling::update_wordlist()

0 commit comments

Comments
 (0)