Skip to content

Instantly share code, notes, and snippets.

@cmtucker
Last active December 18, 2017 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmtucker/c2226b291991d251d23aed13bc07050e to your computer and use it in GitHub Desktop.
Save cmtucker/c2226b291991d251d23aed13bc07050e to your computer and use it in GitHub Desktop.
#To run 2017 caRd quickly.
require(RCurl)
myscript <- getURL("https://raw.githubusercontent.com/cmtucker/EEB-FlowMisc/master/2017caRd_script.R", ssl.verifyhost=FALSE, ssl.verifypeer=FALSE)
source(textConnection(myscript))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment