Skip to content

Instantly share code, notes, and snippets.

View symbolrush's full-sized avatar

Adrian Stämpfli-Schmid symbolrush

View GitHub Profile
# 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)
}