Skip to content

Commit

Permalink
install pkgload
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Karch committed Apr 22, 2024
1 parent 25d12ee commit acf1dbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/start_for_tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
if (!requireNamespace("golem", quietly = TRUE)) {
install.packages("golem")
}
if (!requireNamespace("golem", quietly = TRUE)) {
install.packages("pkgload")
}

golem::detach_all_attached()

# Document and reload your package
Expand Down

0 comments on commit acf1dbf

Please sign in to comment.