search for: rf_errorcall

Displaying 10 results from an estimated 10 matches for "rf_errorcall".

2006 Feb 16
3
Rf_errorcall - translate to Pascal
Hello! I (try to) convert the external R header files to Pascal (Delphi). At one place I stumbled over a macro that uses a method that is not declared in a LGPL header file: In Rinternals.h: #define error_return(msg) { Rf_error(msg); return R_NilValue; } #define errorcall_return(cl,msg){ Rf_errorcall(cl, msg); return R_NilValue; } ~~~~~~~~ In Error.h: void Rf_error(const char *, ...); [Rf_errorcall is not declared here, would be something like: void Rf_errorcall(SEXP, const char *,...)] Is this by purpose or would it be possible to...
2007 Jul 04
2
problem with findFun call from embedded R
...top_ex (traceback=TRUE, tryUserHandler=TRUE, processWarnings=TRUE, resetConsole=TRUE, ignoreRestartContexts=FALSE) at errors.c:719 #1 0x00002aaaaab77e5d in verrorcall_dflt (call=0x609d78, format=0x2aaaaace4a4d "%s", ap=0x7fffa13a94c0) at errors.c:516 #2 0x00002aaaaab7814a in Rf_errorcall (call=0x609d78, format=0x2aaaaace4a4d "%s") at errors.c:551 #3 0x00002aaaaab78347 in Rf_error (format=0x2aaaaace42da "could not find function \"%s\"") at errors.c:578 #4 0x00002aaaaab708e5 in Rf_findFun (symbol=0xc64f20, rho=0x649fa0) at envir.c:1244 #5 0x0000000...
2006 Apr 13
1
bus error on calling nmmin
...54dab0 in REprintf (format=0xbfff9570 "Error: invalid connection\n") at ../../../../R-2.1.1/src/main/printutils.c:458 #3 0x004de8c4 in verrorcall_dflt (call=0x0, format=0x5f0dc8 "%s", ap=0xbfffda30 "???P") at ../../../../R-2.1.1/src/main/errors.c:470 #4 0x004dea1c in Rf_errorcall (call=0x5f0dc8, format=0xbfffb5fc "") at ../../../../R-2.1.1/src/main/errors.c:514 #5 0x004deb38 in Rf_error (format=0xbfff9570 "Error: invalid connection\n") at ../../../../R-2.1.1/src/main/errors.c:538 #6 0x004acc18 in getConnection (n=-1073769104) at ../../../../R-2.1.1/src...
2008 Aug 06
1
RGtk2 on linux: "stack smashing detected"
...xb7c8422e] > /usr/lib/R/lib/libR.so[0xb7c86fd7] > /usr/lib/R/lib/libR.so[0xb7c84082] > /usr/lib/R/lib/libR.so[0xb7c87b13] > /usr/lib/R/lib/libR.so(R_GetTraceback+0xc6)[0xb7cb8576] > /usr/lib/R/lib/libR.so[0xb7cba85c] > /usr/lib/R/lib/libR.so[0xb7cb966f] > /usr/lib/R/lib/libR.so(Rf_errorcall+0x3af)[0xb7cb9e7f] > /usr/lib/R/lib/libR.so[0xb7cba0c5] > /usr/lib/R/lib/libR.so[0xb7cfc89a] > /usr/lib/R/lib/libR.so(Rf_eval+0x451)[0xb7cc62e1] > /usr/lib/R/lib/libR.so[0xb7cc86c2] > /usr/lib/R/lib/libR.so(Rf_eval+0x451)[0xb7cc62e1] > /usr/lib/R/lib/libR.so[0xb7cc78f0] > /usr/...
2012 Nov 22
0
why does do_stop call R_GetTraceback ?
...gs=FALSE, resetConsole=TRUE, ignoreRestartContexts=13368712) at ../../../src/main/errors.c:837 #14 0x00007ff2880a1ba9 in verrorcall_dflt (call=0x28ea1c0, format=<value optimized out>, ap=<value optimized out>) at ../../../src/main/errors.c:663 #15 0x00007ff2880a239e in Rf_errorcall (call=<value optimized out>, format=<value optimized out>) at ../../../src/main/errors.c:698 #16 0x00007ff2880a25c2 in do_stop (call=<value optimized out>, op=<value optimized out>, args=0x10ecae78, rho=<value optimized out>) at ../../../src/main/errors.c...
2000 Jun 23
1
Errors in Compiling R
...; undeclared (first use in this function) errors.c:138: (Each undeclared identifier is reported only once errors.c:138: for each function it appears in.) errors.c: In function `Rf_warningcall': errors.c:176: `__builtin_va_alist' undeclared (first use in this function) errors.c: In function `Rf_errorcall': errors.c:286: `__builtin_va_alist' undeclared (first use in this function) errors.c: In function `Rf_error': errors.c:311: `__builtin_va_alist' undeclared (first use in this function) errors.c: In function `Rf_ErrorMessage': errors.c:529: `__builtin_va_alist' undeclared (f...
2009 Jun 06
1
Qs on calling R from C
Consider the following simple C program: /*** hello_r.c ***/ #include <Rinternals.h> SEXP hello() { return mkString("Hello, world!\n"); } int main(void) { SEXP x = hello(); return x == NULL; /* i.e. 0 on success */ } This program segfaults: % myR/bin/R CMD LINK gcc -I./R-2.9.0/src/include -L./myR/lib64/R/lib -lR hello_r.c -o hello_r > /dev/null % hello_r zsh:
2003 Sep 05
2
stack overflow
Hello, I am trying to do an ANOVA on a microarray data set consisting of 22690 elements. The ANOVA is fine, but when I try to put the data in a frame in order to exporting it, I get a stack overflow. I have found documentation on dynamic memory in R, but not on how to increase the stack size. The code I'm using is below. If anyone has any suggestions for a workaround here, I'd
2004 Mar 13
0
64bit build on IBM
...11-317 ERROR: Undefined symbol: .UNIMPLEMENTED ld: 0711-317 ERROR: Undefined symbol: .Rf_duplicate ld: 0711-317 ERROR: Undefined symbol: .R_ProtectWithIndex ld: 0711-317 ERROR: Undefined symbol: R_NamesSymbol ld: 0711-317 ERROR: Undefined symbol: .Rf_getAttrib ld: 0711-317 ERROR: Undefined symbol: .Rf_errorcall ld: 0711-317 ERROR: Undefined symbol: .Rf_protect ld: 0711-317 ERROR: Undefined symbol: .Rf_str2type ld: 0711-317 ERROR: Undefined symbol: .Rf_begincontext ld: 0711-317 ERROR: Undefined symbol: .Rf_endcontext ld: 0711-317 ERROR: Undefined symbol: .Rf_setAttrib ld: 0711-317 ERROR: Undefined symbol:...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...VectorList Rf_VectorToPairList Rf_allocString Rf_allocVector Rf_allocList Rf_asInteger Rf_duplicate Rf_GetOption Rf_install Rf_isList Rf_isVector Rf_length Rf_listAppend Rf_nthcdr Rf_PrintDefaults Rf_protect Rf_unprotect SET_STRING_ELT SET_TAG SETCAR SETCDR Rf_begincontext Rf_endcontext Rf_str2type Rf_errorcall Rf_EncodeElement vmaxget vmaxset R_alloc Rprintf Rf_elt Rf_findVar Rf_GetDevice devNumber GEplayDisplayList addInputHandler getInputHandler removeInputHandler R_InputHandlers Rf_KillDevice R_setX11Routines gmake[5]: Entering directory `/soft/R/R-1.5.1/src/modules/X11' mkdir -p -- /soft/R/R-1.5....