Skip to content

Commit

Permalink
Add back in function to Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Jun 16, 2017
1 parent 6f3cb3e commit 757931e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/simpleCache.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ with(slurmParams, buildSlurmScript(simpleCacheCode, preamble, submit, hpcFolder,
################################################################################
# Helper aliases for common options

#' Debugging function... I can probably delete it.
#' @param instruction R code to run.
#' @export
testExec = function(instruction) {
eval(parse(text=instruction))
}

#' Creates or loads caches in a shared directory
#'
Expand Down

0 comments on commit 757931e

Please sign in to comment.