I have been using Knitr via R-Studio, and think it is pretty neat. I have a minor issue though. When I source a file in an R-Chunk, the knitr output includes external commen
```{r results='hide', message=FALSE, warning=FALSE} library(RJSONIO) library(AnotherPackage) ```
see Chunk Options in the Knitr docs