Changelog
Source:NEWS.md
filenamr 0.1.0.9002 (2023-04-06)
Features
- Add creator and alt parameters to
read_exif(). Update handling of args so the other values are not ignored if they are notNULL. - Export
list_path_filenames()andlist_path_fileext(). - Add
list_pkg_data()function.
Refactoring
- Move
rappdirsfrom Suggests to Imports. - Drop
sfpackage from Suggests (remove geometry parameter fromread_exif()) - Pass call parameter for more consistent error-handling for all functions.
Testing
- Rework
read_exif()test to useexiftoolrsample images.
filenamr 0.1.0.9001 (2023-03-20)
- Export
check_path_fileext()function. - Remove
str_fileextfunctions (moved to {isstatic} package)