Displaying 3 results from an estimated 3 matches for "dothat".
Did you mean:
dotat
2008 Mar 05
1
SEXP size management.
...or: expected expression
before ')' token" (line 17 refers to the Realloc line).
Another solution that will suit my needs is managing the variable in C
and assigning the pointer to an R type in the end. The following code
gets at this, but int* and SEXP, INTEGER are incompatible:
SEXP dothat() {
int* blah = malloc(3);// = INTEGER(Rblah);
blah[0] = 1;
blah[1] = 2;
blah[2] = 3;
SEXP Rblah;
PROTECT(Rblah = blah);
UNPROTECT(1);
return(Rblah);
}
Any suggestions for someone still new to SEXP memory management?
Thanks,
Charles
2018 Oct 09
2
Texto en el eje de ordenadas de un gráfico
Mando este mensaje de respuesta para dar las gracias tanto a Pedro como a Carlos por sus sugerencias. Ahora ya tengo los números que quiero en la gráfica, me falta por quitar los que no quiero. Teniendo en cuenta lo que dice Pedro, voy a preguntar al autor de la librería.
saludos,
Fernando
En martes, 9 de octubre de 2018 13:23:51 CEST, Carlos Ortega <cof en qualityexcellence.es>
2012 Mar 16
27
xenconsole: Could not read tty from store: No such file or directory
Hello Community,
I encountered an error while running "xm console domU". Here is the running
script:
# xm console domU
xenconsole: Could not read tty from store: No such file or directory
I googled and found out that this issue is mostly result from forgetting
starting xenconsole service.
However, after I started xenconsole, the issue is still there. Please see:
#