https://github.com/molpopgen/buRden
Raw File
Tip revision: d795cdfbbd27ecbceb5df896c55e5ef690b8bd9d authored by Kevin R. Thornton on 20 May 2015, 19:46:42 UTC
chisq_per_marker now usable as regular C++ fxn and as R fxn
Tip revision: d795cdf
redoc.sh
#!/bin/sh

R --no-save <<EOF
library(Rcpp)
library(devtools)
compileAttributes()
document()
EOF
back to top