remacssweaveessnoweb

How do I identify which Sweave code chunk gives an error?


When running Sweave from emacs-ess, errors are provided with a code chunk number. Is there an easy way to navigate among the code chunks by number? Otherwise, they are difficult to identify.


Solution

  • I don't use emacs-ess (I use Eclipse/ StatEt) but this shows which code chunks are being processed by label (each code chunk starts with <<label="Some Text"... Does your code chunks include labels ?