Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
masurp committed Nov 28, 2019
1 parent 5d5e7dd commit 841d21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ run_spec <- function(specs, df) {

# dependencies
require(dplyr)
require(purr)
require(purrr)

specs %>%
mutate(formula = pmap(., create_formula)) %>%
Expand Down

0 comments on commit 841d21d

Please sign in to comment.