Displaying 2 results from an estimated 2 matches for "r_tspsymbol".
1999 May 11
1
another multivariate ts bug
I think this is another one of the same kind of bugs in ts:
Version 0.64.1 (May 8, 1999)
...
> z <- ts(matrix(1:20,10,2), start=c(1969,1), frequency=12)
> (z > 5) | (z < 2)
Error: invalid time series parameters specified
>
Paul
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...NING File = util.c, Line = 370
An enumerated type is mixed with another type.
return (s == R_NilValue || TYPEOF(s) == LANGSXP);
^
cc-1185 c89: WARNING File = util.c, Line = 400
An enumerated type is mixed with another type.
return (isVector(s) && getAttrib(s, R_TspSymbol) != R_NilValue);
^
cc-1185 c89: WARNING File = util.c, Line = 408
An enumerated type is mixed with another type.
return INTEGER(x)[0] == INTEGER(x)[0] &&
^
cc-1185 c89: WARNING File = util.c, Line = 433
An enumerated type is mixed with another type...