-
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.
- Updates to pass CRAN package checks.
- Another fix to
test-cached_read
to pass CRAN Package Check. Copied test data to a temporary directory to perform tests there.
- Fix to
test-cached_read
to pass CRAN Package Check.
file_cache(cache=NULL)
(default) now uses a sub-folder "cache" rather than the top directory.
- Initial CRAN submission.