At the moment package is used. Replace it with x everywhere. Similar behavior in camtrapdp. We do it already in the reexported function read_camtrapdp(). It's a breaking change of course, but this is the less dangerous probably as the first argument is rarely called with its name like f(package = ).
At the moment
package
is used. Replace it withx
everywhere. Similar behavior in camtrapdp. We do it already in the reexported functionread_camtrapdp()
. It's a breaking change of course, but this is the less dangerous probably as the first argument is rarely called with its name likef(package = )
.