Skip to content

Commit 757931e

Browse files
committed
Add back in function to Fix #1
1 parent 6f3cb3e commit 757931e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

R/simpleCache.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,12 @@ with(slurmParams, buildSlurmScript(simpleCacheCode, preamble, submit, hpcFolder,
226226
################################################################################
227227
# Helper aliases for common options
228228

229+
#' Debugging function... I can probably delete it.
230+
#' @param instruction R code to run.
231+
#' @export
232+
testExec = function(instruction) {
233+
eval(parse(text=instruction))
234+
}
229235

230236
#' Creates or loads caches in a shared directory
231237
#'

0 commit comments

Comments
 (0)