Changes in version 0.2.9 (2024-01-19) - Removed dependencies on fs, dplyr, readr in tests to pass CRAN package checks. - Fixed bug in file_cache() when suggested packages were not available. - Made explicit the dependency R (>= 4.1.0) due to use of new pipe |> in tests and examples. Changes in version 0.2.8 - Updates to pass CRAN package checks. Changes in version 0.2.7 (2023-11-17) - Another fix to test-cached_read to pass CRAN Package Check. Copied test data to a temporary directory to perform tests there. Changes in version 0.2.5 (2023-11-13) - Fix to test-cached_read to pass CRAN Package Check. Changes in version 0.2.4 (2023-11-10) - file_cache(cache=NULL) (default) now uses a sub-folder "cache" rather than the top directory. Changes in version 0.2.3 (2023-11-09) - Initial CRAN submission.