This PR solves #306 by adding an ad-hoc filter function: filter_out_timelapse().
[x] Add functionality
[x] Add documentation
[x] Write unit-tests
[x] Update NEWS.md
Reminder: devtools::test() will return a lot of failing tests. That's normal. It's important that devtools::test(filter = "filter_out_timelapse") will run successfully.
Thanks @sannegovaert. I have just noticed you were not among the authors/contributors. Now you are 😄 Affiliations added as in camtrapdp's DESCRIPTION.
This PR solves #306 by adding an ad-hoc filter function:
filter_out_timelapse()
.NEWS.md
Reminder: devtools::test() will return a lot of failing tests. That's normal. It's important that
devtools::test(filter = "filter_out_timelapse")
will run successfully.