- new function
indexthis_vendor
to automatically populate a package directory with theto_index
function. Requires no user intervention (except in one case).
-
remove
Rcpp
dependency -
remove checking functions to facilitate vendoring
- fix bug when a numeric vector considered as int contained NA values in a specific branch of the algorithm
- fix bug: prevent R objects (converted to character within C) to be garbage collected
- add compatibility with R < 4.1.0
- initial version: only contains the function
to_index
.