Displaying 1 result from an estimated 1 matches for "etcrrw1060".
2002 Oct 10
1
problem with Sweave on 1.6 on NT4
...im eps pdf
You can now run LaTeX on Sweave-test-1.tex
---------
But the opening lines of Sweave-test-1.tex are:
---------
% -*- mode: noweb; noweb-default-code-mode: R-mode; -*-
\documentclass[a4paper]{article}
\title{A Test File}
\author{Friedrich Leisch}
\usepackage{a4wide}
\usepackage{c:etcRrw1060/share/texmf/Sweave}
\begin{document}
...
------------
The line '\usepackage{c:etcRrw1060/share/texmf/Sweave}' is wrong.
In V1.5.1 it used to read
\usepackage{c:/etc/R/rw1051/library/tools/Sweave/Sweave}
i.e. 'c:etcRrw1060' should be 'c:/etc/R/rw1060'
and I think the refer...