Displaying 3 results from an estimated 3 matches for "misencoded".
Did you mean:
mimencode
2009 Jan 28
0
Sweave problem with greek text
...http://costis.name/0various/lists/R/sweave/successful.greek.tex ,
which happily produces
http://costis.name/0various/lists/R/sweave/successful.greek.pdf .
I tried using Sweave on the iso-8859-7 encoded .Rnw file:
http://costis.name/0various/lists/R/sweave/unsuccessful.sweave.Rnw ,
but I am getting misencoded greek text and also misencoded R code as
it appears in http://costis.name/0various/lists/R/sweave/unsuccessful.sweave.pdf
.
The .tex file that Sweave produces is located at
http://costis.name/0various/lists/R/sweave/unsuccessful.sweave.tex
I am also the latex R error code
http://costis.name/0vari...
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
Hi Daniel,
attached is a patch that pushes most of the object file specific parsing
out of AsmParser and down into MachOAsmParser. This was done as a
cleanup for the ELF work. I know that you're not happy with this
approach, particularly the fact that as we add more object file formats
and assembler dialects, it's going to cause a class explosion. But I was
hoping that we could use this
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems