Similarity-First Search
Documentation is available for the R functions SFS::read
and SFS::sfs
.
Development is happening on http://github.com:seminaro/SFS.git.
SFS is available on CRAN, at https://cran.r-project.org/package=SFS
If you change any interface wrapping C++ code for R, regenerate the wrapper code by
> library(Rcpp)
R> compileAttributes() R
and if you change the set of exported functions (or import from other packages)
> library(devtools)
R> devtools::document("../SFS") R
To prepare a CRAN upload, do
> library(devtools)
R> devtools::check("../SFS") R
and also consider uploading to https://win-builder.r-project.org/upload.aspx to see if the code works on Windows.