Skip to content

Commit

Permalink
Appease linter!
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Oct 4, 2024
1 parent dc6bfa8 commit ca693a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/children/_add-deps-source.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ get_deps <- function(pkg) {
suppressMessages(pak::pkg_deps(pkg))
}
memoise_pkg_deps <- memoise::memoise(get_deps)
pkgs <- memoise_pkg_deps(".")[,c("package", "version")]
pkgs <- memoise_pkg_deps(".")[, c("package", "version")]
```

In addition, **functions in packages from the `hubValidations` dependency tree are also generally available**, both locally (once `hubValidations` is installed) and in the hubverse `validate-submission` GitHub Action.
Expand Down

0 comments on commit ca693a2

Please sign in to comment.