inst/bash/submit.R

#!/usr/bin/Rscript

if(!require(devtools)) install.packages("devtools")
devtools::install_github("Chris1221/coR-ge", ref = "devel")
library(coRge)

args = commandArgs(trailingOnly=TRUE)

analyze(i = args[1], j = args[2], mode = "ld", test = FALSE, safe = TRUE) 
Chris1221/coRge documentation built on May 6, 2019, 11:19 a.m.