[R] renaming of miktex package broke R package building

2013-06-24 Thread Sancar Adali
the inconsolata miktex package (inconsolata-zi4 in CTAN) which contains the font of the same name was recently updated. It now contains the file zi4.sty instead of inconsolata.sty. When I was building an R package, the help(or vignette) file pdf couldn't built , because R couldn't find inconsolata

Re: [R] expression() and plot title

2010-08-28 Thread Sancar Adali
quot;avg", pre.scaling = TRUE, oos = TRUE, alpha = NULL, n = 100, m = 100, nmc = 100) plot(sim.res) title("p=3, r=4, q=3, c=0.1,d=2") On Sat, Aug 28, 2010 at 12:53 AM, Sancar Adali wrote: > What I want to do is put the arguments I supply to a function into the >

[R] expression() and plot title

2010-08-27 Thread Sancar Adali
func.1 might have an argument with a default like c=a+b. I tried using expression but couldn't get it to work. Is there a way to do this using expression() ? -- Sancar Adali [[alternative HTML version deleted]] __ R-help@r-project.org mailing

[R] 64-bit/32-bit

2008-04-10 Thread Sancar Adali
packages? >From what I've read in the mailing lists, there is eventually going to be a 64-bit build for windows, but I can install linux on the machine and use 64-bit build for linux without problems, right? -- Sancar Adali Johns Hopkins University

[R] RWeka and naiveBayes

2007-10-31 Thread Sancar Adali
e,data=d2[valid.set,],subset=valid.set,na.action=na.exclude) I get the following error Error in tapply(var, y, mean, na.rm = TRUE) : arguments must have same length Thanks -- Sancar Adali Johns Hopkins University Graduate Student __ R-help@r-project.