Here is a very simple .Rnw file I used to reproduce the error:
---------------------------------------
\documentclass[12pt]{article}
%\usepackage{tikz}
%\usepackage{fullpage}
\usepackage{Sweave}
\begin{document}
This document outlines the analysis to be carried out to look at the
relationship between prenatal famine exposure and fetal loss risk.
\end{document}
-----------------------------------------
Before this can be fixed, I will rely on Eclipse for all my sweaving. ---------------- April 26 ------------------------
Here is my own solution:
from line 177 of ess-svy.el:- (shell-command (concat - (if (and ess-microsoft-p (w32-shell-dos-semantics)) - "start \"" pdfviewer "\" \"" namestem ".pdf\"" - "\"" pdfviewer "\" \"" namestem ".pdf\" &")))) + (shell-command (concat+ "\"" pdfviewer "\" \"" namestem ".pdf\"")))
No comments:
Post a Comment