Created
September 13, 2015 22:49
-
-
Save mikelove/b1b0be51ac81f138ef75 to your computer and use it in GitHub Desktop.
testthat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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