Skip to content

Commit

Permalink
[ci] removing flag as it seems produces a unused argument error
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio committed Oct 14, 2023
1 parent e75f8ff commit 9573a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ identify_dependencies <- function() {

required_pkgs <- unique(c(
## Packages for episodes
renv::dependencies(eps, progress = FALSE, error = "ignored")$Package,
renv::dependencies(eps, progress = FALSE)$Package,
## Packages for tools
renv::dependencies(bin, progress = FALSE, error = "ignored")$Package
renv::dependencies(bin, progress = FALSE)$Package
))

required_pkgs
Expand Down

0 comments on commit 9573a10

Please sign in to comment.