Skip to content

Instantly share code, notes, and snippets.

@mikelove
Created September 13, 2015 22:49
Show Gist options
  • Save mikelove/b1b0be51ac81f138ef75 to your computer and use it in GitHub Desktop.
Save mikelove/b1b0be51ac81f138ef75 to your computer and use it in GitHub Desktop.
testthat
for (f in list.files()) { print(f); test(".", sub("test_(.*)\\.R","\\1",f)) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment