Learn R Programming

SFS

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


Developer notes

If you change any interface wrapping C++ code for R, regenerate the wrapper code by

	R> library(Rcpp)
	R> compileAttributes() 

and if you change the set of exported functions (or import from other packages)

	R> library(devtools)
	R> devtools::document("../SFS")

To prepare a CRAN upload, do

	R> library(devtools)
	R> devtools::check("../SFS")

and also consider uploading to https://win-builder.r-project.org/upload.aspx to see if the code works on Windows.

Copy Link

Version

Install

install.packages('SFS')

Monthly Downloads

48

Version

0.1.4

License

GPL-3

Maintainer

Utz-Uwe Haus

Last Published

May 7th, 2019

Functions in SFS (0.1.4)

SFS_read

Read similarity or dissimilarity input data
SFS_sfs

Similarity-First Search multisweep algorithm