search for: setsexp

Displaying 3 results from an estimated 3 matches for "setsexp".

2005 Dec 26
1
Rserve setSEXP command
Can any valid SEXP expression be given in the setSEXP command? I tried to send a numeric matrix by including the dim attribute with the data, but get an error code 68 (some parameters are invalid). Is the dim attribute not supported by setSEXP? If so, does this mean a matrix should be sent as a list, then a dim command sent in a second step?
2011 Apr 14
1
Rcpp segmentation faults on the simplest code
.... 0x00002aaaabb86d70 in ?? () from /usr/lib/libR.so (gdb) up #1 0x00002aaaabb8849b in Rf_allocVector () from /usr/lib/libR.so (gdb) #2 0x0000000000401618 in Vector (this=0x7fffffffd880, size=@0x7fffffffd89c) at /usr/local/lib/R/site-library/Rcpp/include/Rcpp/vector/Vector.h:130 130 RObject::setSEXP( Rf_allocVector( RTYPE, size) ) ; (gdb) #3 0x0000000000401438 in main (argc=1, argv=0x7fffffffd998) at stl.cpp:8 8 Rcpp::NumericVector v(1); (gdb) Initial frame selected; you cannot go up.de> I installed the following R packages using "dpkg -i" on my Ubuntu 9.04 amd 64 OS: r...
2012 May 03
1
Setting up a windows system for rcpp
...not defined Cannot export _file10bc7da0783e: symbol not defined file10bc7da0783e.o:file10bc7da0783e.cpp:(.text+0x1a4): undefined reference to `SEXPREC* Rcpp::internal::r_true_cast<14>(SEXPREC*)' file10bc7da0783e.o:file10bc7da0783e.cpp:(.text+0x1c9): undefined reference to `Rcpp::RObject::setSEXP(SEXPREC*)' file10bc7da0783e.o:file10bc7da0783e.cpp:(.text+0x244): undefined reference to `double* Rcpp::internal::r_vector_start<14, double>(SEXPREC*)' file10bc7da0783e.o:file10bc7da0783e.cpp:(.text+0x27c): undefined reference to `Rcpp::RObject::~RObject()' file10bc7da0783e.o:file...