wallaceEcoMod / wallace

an interactive, reproducible, expandible, instructional, and open-source GUI-based app for ecological niche modeling
https://wallaceecomod.github.io/
GNU General Public License v3.0
132 stars 46 forks source link

[2.0.5] try(), m to km, fixed gt ref links #400

Closed bjohnso005 closed 1 year ago

bjohnso005 commented 1 year ago

added try() function to tests_env_worldclim.R, fixed typo (m to km) in OccsThin documentation, fixed links in guidance texts to open in new window

gepinillab commented 1 year ago

Bethany @bjohnso005

Tests are failing. You should put a and skip_if() in all the test_that(). For example, please add in lines 18 and 25 the following _skipif(inherits(arcmin10, "try-error"))

Let me know if you have any questions.