Even though the NEWS says that dplyr is no longer dependency, I get test failures on another package that uses purrr, because there is no package called 'dplyr'.
It appears that map_df() still relies on dplyr::bind_rows():
While dplyr is no longer a hard dependency, purrr still relies on it for binding data frames. So you need to be explicit about the dependency in the description file by adding dplyr to Imports:.
Even though the NEWS says that dplyr is no longer dependency, I get test failures on another package that uses purrr, because
there is no package called 'dplyr'.It appears that
map_df()still relies ondplyr::bind_rows():There are other uses of dplyr too. Am I just missing something?
The text was updated successfully, but these errors were encountered: