fastmatch
About fastmatch
|
GIT repository accessThe GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/fastmatch.git fastmatch
see also fastmatch GitHub repository.
To install the latest development snapshot of this package, use install.packages("fastmatch",,"http://rforge.net/",type="source") Binaries (if avalable) can be installed using install.packages("fastmatch",,"http://rforge.net/")
Most recent GIT commits57fbe7e6| Simon Urbanek | Fri Dec 20 21:06:05 2024 +1300 update NEWS M NEWS 28682e2d| Simon Urbanek | Fri Dec 20 21:04:28 2024 +1300 fix fatch.hash for 0-length vectors (closes #9) M src/fastmatch.c e95bc47e| Simon Urbanek | Fri Dec 20 20:42:13 2024 +1300 update NEWS M NEWS 105abe0c| Simon Urbanek | Fri Dec 20 20:41:03 2024 +1300 PROTECT fix in match5 fall-back (see #11) M src/fastmatch.c 93f84f57| Simon Urbanek | Fri Dec 20 20:36:03 2024 +1300 use C99 [] flex array to avoid ubsan false-positives M src/fastmatch.c |