-
Notifications
You must be signed in to change notification settings - Fork 36
Input checking at C level #91
Copy link
Copy link
Open
Labels
Description
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
Ccode simpler - give more explicit error messages for developers using the
Capi ofstringdist
Reactions are currently unavailable