kaijagahm / vultureUtils

Utility functions for working with vulture data
Other
4 stars 0 forks source link

Testing suite Version 1 #116

Closed ryannguyen6392 closed 1 year ago

ryannguyen6392 commented 1 year ago

Basic snapshot and unit test coverage of all non-deprecated functions used in R/mainFunctions.R and R/supportingFunctions.R Warning messages are still being sent in test-supportingFunctions.R due to helper function bugs. Tests will need to be rerun and verified when rgdal, rgeos, maptools, sp dependencies are fixed.

This branch will mostly cover modifications to the testing suite as needs fit; other modifications to the main package will be separate.

kaijagahm commented 1 year ago

Hooray! Thanks, Ryan.