roaldarbol / animovement

An R toolbox for analysing animal movement across space and time
http://www.roald-arboel.com/animovement/
Other
6 stars 0 forks source link

Write validators and tests for `calculate_kinematics` et al. #35

Open roaldarbol opened 1 month ago

roaldarbol commented 1 month ago

calculate_kinematics is one of the core functions in the package, and it should be thoroughly tested. We should implement tests of all the functions within it too. We should expose those functions (so remove @keywords internal) too so users can inspect them.