Guest User

Untitled

a guest
Dec 13th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. 1 install.packages("curl")
  2. 2 install.packages("openssl")
  3. 3 install.packages("devtools")
  4. 4 library(devtools)
  5. 5 install_github("igraph/rgraph")
  6. 6 install.packages("Matrix")
  7. 7 install.packages("MASS")
  8. 8 install.packages("genlasso")
  9.  
  10. 1 #!/usr/bin/env Rscript
  11. 2
  12. 3 args = commandArgs(trailingOnly=TRUE)
  13. 4 file_name = args[1]
  14. 5 print (file_name)
  15. 6 library("devtools")
  16. 7 #install_github("jarad/Flusight")
  17. 8 FluSight::verify_entry_file(file_name, challenge = "ilinet")
Add Comment
Please, Sign In to add comment