iiasa / rN2000

R package to access and process Natura 2000 data
Creative Commons Attribution 4.0 International
3 stars 0 forks source link

Implement unit tests for outputs and functions #9

Open Martin-Jung opened 3 years ago

Martin-Jung commented 3 years ago

I think it is generally advisable to have unit tests for all packages and we should move towards this. Instructions how to write them with the testthat package are here: https://r-pkgs.org/tests.html