R/SFS.R

## SFS.R -- R-level functionality for SFS
## Currently only used to let roxygen (and devtools::check) generate the
## NAMESPACE file
#' @useDynLib SFS, .registration=TRUE
#' @importFrom Rcpp evalCpp
#' @exportPattern "^[[:alpha:]]+"
NULL

Try the SFS package in your browser

Any scripts or data that you put into this service are public.

SFS documentation built on May 7, 2019, 9:01 a.m.