fishers_exact 0.1.0

Fisher's exact statistical test, from the R Project.
Documentation
1
2
3
4
5
extern crate gcc;

fn main() {
    gcc::Build::new().file("src/R/fexact.c").compile("fexact");
}