Displaying 5 results from an estimated 5 matches for "susequent".
Did you mean:
subsequent
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...
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 include...
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
...to copy a file from WinNT box to Linux.
> Sometimes it works ok (roughly 50% failure rate)
2.4.13+preempt exhibits the same bug (even without latency measurement
patch). 2.4.13 plain is ok.
nmbd/smbd are started by inetd on my box, and I usually see creation bug
at first attempt to copy file, susequent copies are usually ok.
I have no idea of where I can start planting preempt_disable() and
preempt_enable() in the 2.4.13 to narrow bug location.
Any suggestions? Samba gurus may be more knowledgeable...
Plase CC me, I'm not on the Samba list. Thanks!
--
vda
/etc/inetd.conf (a snippet)
------...
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)