SSA-Statistical-Team-Projects / GeoLink

GeoLink package
0 stars 1 forks source link

Unit testing for geolink_landcover() #18

Open ifeanyi588 opened 4 months ago

ifeanyi588 commented 4 months ago

@DianaJaganjac,

@dasalm20, You can begin writing unit tests for geolink_landcover() once you have written the tests for geolink_downloadprocessor(). For each of these datasets, that we include being that you have tested geolink_downloadprocessor(). You need only to test that the download actually works because we should have certified that geolink_downloadprocessor() is done. Here is a link on writing unit tests in R: https://r-pkgs.org/testing-basics.html

DianaJaganjac commented 4 months ago

@ifeanyi588 Documentation for geolink landcover is completed and placed in correct folder. Please review and update to master branch. Everything is in the geolink_updates branch.