Re: [O] [babel] code execution in commented lines

2012-09-06 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > Hi all, > > by now I learned not to call behaviour not meeting my expectations a > bug hastily > > So, here is my question: > Is it intended that code in commented lines gets executed during export? > > # example: buggy, thus commented src_R{Sys.sleep(10) && sto

[O] [babel] code execution in commented lines

2012-09-06 Thread Andreas Leha
Hi all, by now I learned not to call behaviour not meeting my expectations a bug hastily So, here is my question: Is it intended that code in commented lines gets executed during export? # example: buggy, thus commented src_R{Sys.sleep(10) && stop("Here is a Bug")} This kind of violates the