Thanks for your reply Tobias. I know that the example should work and the entire Sweave() works fine on the computer in my office. The issue is that I can't figure out what's wrong with the setup of my computer here, why it does not parse the \Sexpr tags (but all code chunks).
This is my sessionInfo(): R version 2.6.2 (2008-02-08) i386-pc-mingw32 locale: LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252 attached base packages: [1] stats graphics grDevices datasets tcltk utils methods base other attached packages: [1] svSocket_0.9-5 svIO_0.9-5 R2HTML_1.58 svMisc_0.9-5 svIDE_0.9-5 loaded via a namespace (and not attached): [1] tools_2.6.2 --- Tobias Verbeke <[EMAIL PROTECTED]> schrieb: > Werner Wernersen wrote: > > Hi, > > > > has anybody encountered and solved the following > > problem? > > > > I continued work now on a different computer where > I > > have also used Sweave successfully before. I can > run > > Sweave() and it generates a .tex file. All code > chunks > > are processed and translated to Latex perfectly > fine > > but somehow only the \Sexpr{} tags are not parsed. > > > > > This is an example .Rnw: > > \documentclass{article} > > \usepackage{Sweave} > > \begin{document} > > What is \Sexpr{3*3}? > > \end{document} > > I just ran this example and a correct .tex file > showed up. sessionInfo() below. MikTeX 2.7. > > -Tobias > > > And this is the resulting .tex: > > \documentclass{article} > > \usepackage{Sweave} > > \begin{document} > > What is \Sexpr{3*3}? > > \end{document} > > > sessionInfo() > R version 2.6.2 (2008-02-08) > i386-pc-mingw32 > > locale: > LC_COLLATE=English_United > Kingdom.1252;LC_CTYPE=English_United > Kingdom.1252;LC_MONETARY=English_United > Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United > Kingdom.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets > methods base > > > Lesen Sie Ihre E-Mails jetzt einfach von unterwegs. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.