Skip to content

Commit

Permalink
include recipes in recipe_pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Sep 18, 2023
1 parent cadda15 commit 094b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_function_lists.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ save(
# ------------------------------------------------------------------------------

recipe_pkgs <- revdepcheck::cran_revdeps("recipes", dependencies = c("Depends", "Imports"))
recipe_pkgs <- c(recipe_pkgs, "recipes")

recipe_pkgs <- sort(unique(c(recipe_pkgs)))
excl <- c("hydrorecipes", "healthcareai")
recipe_pkgs <- recipe_pkgs[!(recipe_pkgs %in% excl)]


recipe_functions <-
map_dfr(
recipe_pkgs,
Expand Down

0 comments on commit 094b5f7

Please sign in to comment.