Displaying 20 results from an estimated 20000 matches similar to: "Explanation of Error Diagnostics"
2013 Oct 07
0
[LLVMdev] [lld] Diagnostics
I think we need a straw man proposal to start iterating on. Clang’s diagnostics has lots of good features. But is has lots that a linker does not need. For instance, the line/column number does not make sense for a linker. Clang errors/warnings are mostly about the source language which is pretty standard across different platforms. Other than multiple-defined and undefined errors, most of
2013 Oct 07
5
[LLVMdev] [lld] Diagnostics
I think having diagnostics interface similar to Clang's would be good. I
think the total number of defined warnings would be much smaller than Clang.
On Mon, Oct 7, 2013 at 3:19 PM, Shankar Easwaran <shankare at codeaurora.org>wrote:
> Ping ?
>
>
> On 10/4/2013 10:41 PM, Shankar Easwaran wrote:
>
>> Hi,
>>
>> lld doesnot have a Diagnostics interface, It
2002 Apr 16
2
passing ", betrayed by the non-vanishing \
mtex[3]<-"I need\'s a \"double quote\" with no backslash"
mtex[3]
[1] "I need's a \"double quote\" with no backslash"
so how is it done? Thanks in advance,
graham lawrence
_________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
2002 Mar 03
2
indexing data.frames
Dear R-help,
I have a series of data.frames (i1,i2,...,in) all containing the same number
of items, but dissimilar content. I would like to instal them in another
data.frame, say index, so that I can access their items with index[i,j].
No matter how I try to set index up, its subframes cannot be indexed,
because they all have the row number of 1. What am I doing wrong? (I get
the same
2008 Feb 13
4
rolling sum (like in Rmetrics package)
Hello, I'm new to R and would like to know how to create a vector of "rolling
sums". (I have seen the Rmetrics package and the rollMean function and I
would like to do the same thing except Sum instead of Mean.) I imagine
someone has done this, I just can't find it anywhere.
Example:
x <- somevector #where x is 'n' entries long
#what I would like to do is:
x1
2002 Feb 01
1
Rcmd Install gives Bad command or file name (PR#1296)
Dear Team,
Don't understand output below. Please advise. Windows98 and
rw1041(patched) from 1/25/02.
Graham Lawrence
C:\>PATH=C:\bin;C:\mingw32;C:\Perl;C:\HtmlWork;C:\R\rw1041\bin;C:\Tcl;C:\Tcl\bin
C:\>Rcmd INSTALL C:\R\lattice_0.4-0.tar.gz
Bad command or file name
C:\>Rcmd
C:\>Rcmd Install
Bad command or file name
C:\>dir C:\R\rw1041\bin
Volume in drive C has no
2002 Nov 22
2
Need help with pipe()
Hello.
I have an R program that calls gawk (GNU Awk 3.06 for Windows) from
within pipe() to preprocess a large file before it is read into a data
frame with read.table().
I've recently upgraded from Win98SE to WinXP, and have also upgraded
from R1.5.0 to R1.6.1 over the past month or so. This program worked
before the upgrade(s), but now fails. I observe the following sort of
behavior with
2008 Apr 05
2
Odd tcltk and Rattle interference on MS/Windows
Hi Graham,
Your guess is right. The event loop stuff is handled differently on Windows
than on Unix-like OSes. There is a hook, called tcl_do that is hard-coded
into the R Windows GUI. It is called whenever the console is idle. RGtk2 is
able to hook into that to process GTK+ events. The problem is that the two
packages replace each other's handler. So in this case tcltk is blocking
GTK+ from
2005 Sep 13
3
Collineariy Diagnostics
Hi, and thanks for your help
in order to do collinearity analysis I downloaded the perturb package. I run
a lm (regression) and on that the ??calldiag?? commad to get condition numbers
but i get the following message: the variable XY with modus ??numeric?? was
not found (it does the same with all predictors despite all variables are
numeric and exists).
Can anyone tell me how can I go arround
2015 Jan 21
2
reducing redundant work in methods package
Doing it like this:
genericForPrimitive <- function(f, where = topenv(parent.frame()), mustFind
= TRUE) {
ans = .BasicFunsList[[f]]
## this element may not exist (yet, during loading), dom't test null
if(mustFind && identical(ans, FALSE))
stop(gettextf("methods may not be defined for primitive function %s
in this version of R",
2013 Oct 08
1
[LLVMdev] [lld] Diagnostics
On Mon, Oct 7, 2013 at 7:02 PM, Nick Kledzik <kledzik at apple.com> wrote:
> I think we need a straw man proposal to start iterating on. Clang’s
> diagnostics has lots of good features. But is has lots that a linker does
> not need. For instance, the line/column number does not make sense for a
> linker.
>
Linker scripts will need this (although we still don't really
2002 Sep 11
3
accolade
I've been using R for several months now, in fact it was my intro to "real"
computer programming. It used to frustrate me no end, but lately I've
noticed my reaction has changed. Nowadays its much more like "wow, is that
cool, or what?". So I guess I've gotten over the hump of the learning
curve.
Comparing what I now do with R to my previous hodge-podge of
2003 Apr 02
2
Efficiency: whole vector and for loop methods
Dear R-help,
As a generalization, is it more efficient to use a single method to
selectively transform items in a matrix? Preferably whole-vector, yes; but
if one of the column vectors compels the use of a "for loop", is it then
faster to do all of the transformations for the matrix via that "for loop",
rather than use a mixture of methods on a column-wise basis?
TIA
2014 Feb 11
1
getting environment from "top" promise
Hi all,
It seems that there is a use case for obtaining the environment for the
"top" promise. By "top", I mean following the promise chain up the call
stack until hitting a non-promise.
S4 data containers often mimic the API of base R data structures. This
means writing S4 methods for functions that quote their arguments, like
with() and subset(). The methods package
2013 Oct 08
2
[LLVMdev] [lld] Diagnostics
On Mon, Oct 7, 2013 at 4:02 PM, Nick Kledzik <kledzik at apple.com> wrote:
> But is has lots that a linker does not need. For instance, the
> line/column number does not make sense for a linker.
>
Really? Gold has errors that mention lines and columns. It gets them by
querying the debug information for file, line, and column. There may be
examples of this, but I don't think
2007 Feb 22
1
Diagnostic Tests: Jarque-Bera Test / RAMSEY
Hello R-Users,
The following questions are not R-technical, but more of general statistical
nature.
1. NORMALITY
I built a normal linear regression model and now I want to check for the
residual normality assumption. If I check the distribution graphically and
look at the descriptive characteristics (skewness and kurtosis are below 1),
I would confirm that the residuals are normally
2002 Jun 12
3
package lattice
Hi!
I am using R1.5.0. When using functions form lattice the background is
dark grey. I have tried to change it using par() but it does not work. By
the way, if I use par and the standard functions like hist() there is no
problem with the par function. Any hints?
Thank in advance,
Ignacio Perez
Escuela Colombiana de Ingenieria
2002 Jun 09
2
GUI Command Equivalent for setwd()
Hi everyone,
Can anyone tell me if there's a command prompt on R1.5.0 Windows that will
bring up the GUI dialog box that performs the same function as setwd() only
interactively? I've hunted around, but can't seem to find anything.
Something like file.choose().
Best wishes, Jess
_____________________________________
Jess Mar
Department of Mathematics
University of Queensland
QLD
2013 Mar 03
1
Missing PROTECT in mkPRIMSXP ?
The Bioconductor build for a package DirichletMultinomial on
R Under development (unstable) (2013-02-26 r62077) -- "Unsuffered Consequences"
at
http://bioconductor.org/checkResults/devel/bioc-LATEST/DirichletMultinomial/george2-buildsrc.html
shows
* creating vignettes ... ERROR
...
Error: processing vignette ?DirichletMultinomial.Rnw? failed with diagnostics:
chunk 21 (label
2002 Jun 20
1
Questions on Instalation of SJava Package to R1.5.0
Dear Expects,
I tried to install the SJava package to the Library subdirectory of my
R1.5.0. However, when I tried it according to the instructions from
http://www.omegahat.org/RSJava/, I got the following error messages:
library(SJava)
Error in .Defunct() : `.Alias' is defunct.
See ?Defunct.
>.JavaInit()
Error: couldn't find function ".JavaInit"
I downloaded SJavaWin