jniedballa / camtrapR

R package for camera trap data management
https://jniedballa.github.io/camtrapR/
31 stars 5 forks source link

error with special characters in file names #4

Closed jniedballa closed 4 years ago

jniedballa commented 4 years ago

special characters in directory names (+, etc) cause error messages. E.g. argument inDir in various functions

jniedballa commented 4 years ago

fixed in commit on 2020-02-21 (removes exiftool warning about character set which added one item to returned list of exiftool output, messing up column order when assembling list to data frame)