This file contains hidden or 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
# Error on purpose in line 31-36. Testscript for learning debugging using different options. | |
imsbasics::clc() | |
imsbasics::cc() | |
f1 <- function(a) { | |
# message("Message f1") | |
b <- 10 | |
return(a + 1) | |
} |