Skip to content

Instantly share code, notes, and snippets.

@bheavner
Last active April 6, 2017 20:41
Show Gist options
  • Save bheavner/bf0e1b8816692ebdfca2d7b74c165a64 to your computer and use it in GitHub Desktop.
Save bheavner/bf0e1b8816692ebdfca2d7b74c165a64 to your computer and use it in GitHub Desktop.
A trivial R function that returns TRUE
return_true <- function(){
return(TRUE)
}
@bheavner
Copy link
Author

bheavner commented Apr 6, 2017

And the testthat test for the function is here: https://gist.github.com/bheavner/aba968b52e456b903c047485158e6651/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment