Skip to content

Commit

Permalink
undo again
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsch committed Jul 25, 2016
1 parent 3a8d4f1 commit 0d9f215
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
results.log
.DS_Store
.tmp.RData
inst/experiment1.R
12 changes: 0 additions & 12 deletions inst/experiment1.R
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
#
# init_output <- rjson::fromJSON(RBackend::execute(rjson::toJSON(list(DC_COMMAND = "init",
# DC_PEC = "",
# DC_SOLUTION = "print(TRUE)",
# DC_SCT = "test_function('print', args = 'x')",
# DC_TYPE = "NormalExercise",
# DC_ECHO = TRUE))))
# submit_output <- rjson::fromJSON(RBackend::execute(rjson::toJSON(list(DC_COMMAND = "submit",
# DC_TYPE = "NormalExercise",
# DC_CODE = "print(list('test', 'test2'))"))))
# print(submit_output)

library(magrittr)
fun1 <- function(x) {
print("this is fun 1")
Expand Down

0 comments on commit 0d9f215

Please sign in to comment.