aiorazabala / qmethod

R package to analyse Q methodology data
GNU General Public License v2.0
34 stars 18 forks source link

use assertthat package for input validation #319

Closed maxheld83 closed 8 years ago

maxheld83 commented 8 years ago

this is really neat and much shorter code / fewer bugs than by-hand validation: https://github.com/hadley/assertthat

maxheld83 commented 8 years ago

no need to migrate old validation code, but in future, we can use this (if we like).