Displaying 1 result from an estimated 1 matches for "affyexample".
2007 Apr 26
2
SweaveInput and absolute paths
...ymetrix
Then the corresponding file that uses one of these would include a
command like
\SweaveInput{/Resources/Affymetrix/libload.Rnw}
If I try that (in R 2.4.0 on either Windows or UNIX), however, I get an
error message to the following effect:
--------------------------------
Writing to file affyExample.tex
Processing code chunks ...
Error in SweaveReadFile(c(ifile, file), syntax) :
no Sweave file with name './/Resources/Affymetrix/libload.Rnw' found
In addition: Warning message:
list.files: './/Resources/Affymetrix' is not a readable directory
--------------------------------
Of...