inbo / camtraptor

Camtraptor is an R package to read, explore and visualize Camera Trap Data Packages (Camtrap DP)
https://inbo.github.io/camtraptor/
MIT License
10 stars 2 forks source link

Finalize `n_species`, deprecate/defunct other functions, add `CITATION.cff` #346

Open damianooldoni opened 1 week ago

damianooldoni commented 1 week ago

This pull request includes several changes to the codebase, focusing on:

Finalizing n_species() and its tests

Up to now, tests were not really taken into account as we were way far from getting the functions ready to the new format. From this PR we can start using them 🥳 as the very first function, n_species(), is ready! So, please run devtools::test(filter = "n_species") as check. Its related tests have been simplified without losing testing power. Notice that we only consider event based observations for the standard functions of camtraptor v1.0.0 (#332).

Deprecation of functions

Metadata

Documentation updates

Other code improvements