On Thu, 2 Jul 2015, Rich Shepard wrote:
Here's the view of the attempt to compile the document:
Slight progress: I found how to define a chunk of R code within Lyx's ERT
box:
<<lable>>=
code
@
Modified my document and tried to compile it. This is the new failure
thread:
14:52:00.861:
14:52:00.862: Error: chunk 2 (label = b-str)
14:52:00.864: Error in str(b.cast) : object 'b.cast' not found
14:52:00.866: Execution halted
Both the *.lyx document and the R cwd are the same. Do I specify a fully
qualified path within the .lyx document?
Rich