Displaying 2 results from an estimated 2 matches for "main_memory".
1999 May 19
1
make fails for 2.0.3
...s function)
client/smbmount.c:242: (Each undeclared identifier is reported only once
client/smbmount.c:242: for each function it appears in.)
make: *** [client/smbmount.o] Error 1
My system config is:
OS Red Hat 6.0/Kernel 2.2.5-15
model_name Intel
kernel_arch i686
main_memory 125MB
swap 133MB
Thanks for any help anyone can provide!
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