markvanderloo/stringdist

Input checking at C level

markvanderloo opened this issue · 0 comments

Now that the C functions have been exported, and CRAN is more strict about macro's like INTEGER() it would be good to have input type checking/conversion of SEXP objects at C level. This would

  • make R code calling the C code simpler
  • give more explicit error messages for developers using the C api of stringdist