Displaying 2 results from an estimated 2 matches for "main_memori".
Did you mean:
main_memory
1999 May 19
1
make fails for 2.0.3
Hi all,
I'm trying to build 2.0.3 and make gives me the following error:
Compiling client/smbmount.c
client/smbmount.c: In function `close_our_files':
client/smbmount.c:242: `NR_OPEN' undeclared (first use in this function)
client/smbmount.c:242: (Each undeclared identifier is reported only once
client/smbmount.c:242: for each function it appears in.)
make: ***
1999 Apr 25
1
pictex
Hi, I am very new to R and trying to bring my plot of residuals to my
LaTex document, and seems as I need some help.
I first tried the example from the help file, e.g.
pictex(file="model1.tex", width=5, height=4)
plot(1:11,(-5:5)^2, type='b', main="Simple Example Plot")
dev.off()
this worked fine in LaTex when I did :
\centerline{\input{Rplots.tex}}
However, with