tjthurman / BAHZ

An R package for Bayesian analysis of hybrid zones
GNU General Public License v3.0
3 stars 1 forks source link

Tons and tons of argument checking across all functions #19

Closed tjthurman closed 6 years ago

tjthurman commented 6 years ago

Make a function map of how things intersect, try to only run the argument checks once, at the appropriate level. IN general, likely better to check in the internal/low level functions that get called, instead of the higher-level ones. That way, calls to low-level functions alone will do proper checking.

tjthurman commented 6 years ago

closed in f3187a3