Skip to content

Commit 797501c

Browse files
committed
Fix typo in install.R
1 parent 89b253a commit 797501c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if (!requireNamespace("pak", quietly = TRUE)) {
1919
# Use pak to install the package and dependencies. pak prefers binaries from
2020
# RSPM on supported platforms and will significantly reduce compile time.
2121
if (file.exists("DESCRIPTION")) {
22-
pak::local_install(path = ".", ask = FALSE)
22+
pak::local_install(ask = FALSE)
2323
} else {
24-
pak::pkg_install("cols4all", ask = FALSE)
24+
pak::pak("itsleeds/tds", ask = FALSE)
2525
}
2626

0 commit comments

Comments
 (0)