Changes in version 0.2.3 (2022-02-21) - Replaced dplyr::filter(is.na()) calls with na.omit to avoid breaking with dplyr 1.0.8 Changes in version 0.2.2 - 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 Changes in version 0.2.1 (2020-11-03) - CRAN description fixes. Changes in version 0.2.0 - 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. Changes in version 0.1.1 - Additional tests.