- Replaced
dplyr::filter(is.na())
calls withna.omit
to avoid breaking withdplyr
1.0.8
-
Changed
find_functions
usage to return non-separated path of source file by default. -
Changed column in tibble returned by
find_functions
from Source to SourceFile
- CRAN description fixes.
-
Added a
NEWS.md
file to track changes to the package. -
Added vignette.
-
Added new functionality to
find_dependencies
function: optional columns with info about source function.
- Additional tests.