Displaying 3 results from an estimated 3 matches for "file643c9869".
2005 Oct 11
1
Hmisc latex function
...ine
2')))
> x
c d enLine 2
a 1 3 5
b 2 4 6
> latex(x) # creates x.tex in working directory
sh: line 0: cd: /tmp/Rtmpl10983: No such file or directory
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
! I can't find file `/tmp/Rtmpl10983/file643c9869'.
<*> /tmp/Rtmpl10983/file643c9869
Please type another input file name: q
(/usr/share/texmf/tex/latex/tools/q.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german,
ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, d...
2009 Sep 06
3
[Hmisc] Latex to pdf
...pdf("test.pdf")
> x <- matrix(1:6, nrow=2, dimnames=list(c('a','b'),c('c','d','this that')))
> latex(x) # creates x.tex in working directory
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(/tmp/Rtmp7bbXMN/file643c9869.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german,
ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch,
esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk,
polis
h, portuges, romanian,...
2008 Sep 27
1
writeMat error
...ep="")
writeMat(fn, A=A, B=B)
data <- readMat(fn)
print(data)
unlink(fn)
onWrite <- function(x)
writeBin(x$length, con=x$con, size=4, endian="big");
writeMat(fn, A=A, B=B, onWrite=onWrite)
Does generate a file in /tmp/Rtmpjhfjxw
-rw-r--r-- 1 dst dst 396 2008-09-27 12:46 file643c9869.mat
When I try to read it into Matlab I get
??? Error using ==> load
Unable to read MAT-file /tmp/Rtmpjhfjxw/file643c9869.mat
File may be corrupt.
(This is same error message as above link and occurs with old and current version of R.matlab)
Any advice would be very helpful
Regards
Dougla...