search for: susequently

Displaying 5 results from an estimated 5 matches for "susequently".

Did you mean: subsequently
2005 Jun 16
3
Excel files first row not being read
hi, i am using the RODBC package to read excel files using odbcConnectExcel and susequently sqlFetch to read the contents of the file. the file that i use is just a matrix of numbers thats all. no headers and column names. what happens is that the sqlFetch is not reading my first row of numbers. i have tried different combinations of colnames and rownames logical values but that first ro...
2011 Apr 16
0
[LLVMdev] [Fwd: Re: [Fwd: Regarding alias analysis pass]]
...ed to print the alias pairs too. So,i tried modifying basic-aa for this by inserting some errs() statements. However the changes did not get reflected. To see where exactly im going wrong,i just added only a simple errs() << "hello"; statement inside runOnFunction of basicaa pass. Susequently i did make followed by make install in the llvm-obj/lib/Analysis directory. but while using opt this hello was not printed. I replicated the code of aa-eval as a dynamic plugin(shared object .so instead of .a,(similar to hello pass), modified the source(alias...evaluator.cpp) and included...
2005 Feb 07
2
Environment of a formula
Wise and merciful R-helpers: I want to equip a data frame with an attribute which specifies how to plot some of the columns. Up to now we have been doing this by giving the data frame a `formula' attribute, that can be passed to plot.formula. For example dat <- data.frame(x=1:100,y=runif(100),z=100:1) attr(dat, "plotme") <- (z ~ x) ...... ......
2001 Nov 05
0
Samba+preempt bug in 2.4.13+preempt
Hi Samba gurus, need your suggestions on where to plant debug code in Linux kernel to stomp on a bug. Please read on: > I narrowed down Samba weirdness I observe on 2.4.10 to preempt patch. > Plain 2.4.10 works fine, 2.4.10+preempt (with latency measurement > turned on) is sometimes oopses, and sometimes reports 'file already > exists' when I attempt to copy a file from WinNT
2009 Dec 07
3
savePlot for Mac and / or Linux?
Hi all, In the package rtlu, I use the function savePlot. It is convenient since it let the user decide in which graphic format he wants his graph to be export. But when I run R CMD check, I get the following message : > rtlu(V1,fileOutput="First.tex",textBefore="\\section{Variable 1 to 3}",graphName="V1") Error in savePlot(filename = nomBarplot, type = type)