Displaying 2 results from an estimated 2 matches for "copylistmatrix".
1998 Apr 02
1
attributes now inherited
...ECT(2);
if (n1 < 1 || n2 < 1) {
**************************************************************************
*** Defn.h Thu Jan 8 20:42:58 1998
--- /net/aster/R/src/include/Defn.h Wed Apr 1 16:49:55 1998
***************
*** 459,464 ****
--- 459,465 ----
SEXP cons(SEXP, SEXP);
void copyListMatrix(SEXP, SEXP, int);
void copyMatrix(SEXP, SEXP, int);
+ SEXP copyMostAttrib(SEXP, SEXP);
void copyVector(SEXP, SEXP);
SEXP CreateTag(SEXP);
void CustomPrintValue(SEXP);
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.t...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...-g -c array.c -o array.o
cc-1185 c89: WARNING File = array.c, Line = 98
An enumerated type is mixed with another type.
copyMatrix(snr, vals, byrow);
^
cc-1185 c89: WARNING File = array.c, Line = 100
An enumerated type is mixed with another type.
copyListMatrix(snr, vals, byrow);
^
------------------------------------------------------------------------
c89 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -OPT:IEEE_NaN_inf=ON -g -c bind.c -o bind.o
cc-1185 c89: WARNING File = bind.c, Line...