Displaying 1 result from an estimated 1 matches for "read151".
2004 Nov 17
1
"Impossible to run" error message when using Sweave
...uot;.")
system(paste("schoolread.Rnw", paste("Reading/", sname, sep=""),
sep=" "))
Sweave(file= paste("Reading/", sname, sep=""))
}
However, this begins to work and then produces the following errors
Writing to file read151-496-2982.tex
Processing code chunks ...
Error in file(con, "r") : unable to open connection
In addition: Warning messages:
1: Impossible to run 'G:\SWEAVE~1\SCHOOL~2.RNW
Reading/read151-496-2982.Rnw
2: cannot open file `Reading/read151-496-2982.Rnw'
I'm not sure exactly wh...