r-hyperspec / hyperSpec

hyperSpec: Tools for Spectroscopy (R package)
https://r-hyperspec.github.io/hyperSpec/
GNU General Public License v3.0
12 stars 3 forks source link

Rename `chk.hy()` → `assert_hyperSpec()` #34

Closed GegznaV closed 3 years ago

GegznaV commented 3 years ago

I'd like to give a more easy-to-understand name to chk.hy()assert_hyperSpec(). In other languages, e.g., Python, "assert" means "Return TRUE or fail with an error message". This is what chk.hy() does.

Related: