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
rappdirs
from Suggests to Imports. - Drop
sf
package from Suggests (remove geometry parameter fromread_exif()
) - Pass call parameter for more consistent error-handling for all functions.
Testing
- Rework
read_exif()
test to useexiftoolr
sample images.
filenamr 0.1.0.9001 (2023-03-20)
- Export
check_path_fileext()
function. - Remove
str_fileext
functions (moved to {isstatic} package)