search for: r_loadstatadata

Displaying 2 results from an estimated 2 matches for "r_loadstatadata".

2003 Mar 30
2
R-devel (1.7 to be) on windows XP
...2.Rd' 8: incomplete final line found by readLines on `C:\R\R17beta\R- 1.7.0\src\library\survival/man/survival-internal.Rd' 9: incomplete final line found by readLines on `C:\R\R17beta\R- 1.7.0\src\library\survival/man/survreg.control.Rd' zipping data . . . stataread.c: In function `R_LoadStataData': stataread.c:144: warning: `labeltable' might be used uninitialized in this function ar cr foreign.a *.o . . . grid.c: In function `L_text': grid.c:1043: warning: `bounds' might be used uninitialized in this function . . . gcc -IC:/R/R17beta/R-1.7.0/src/include -Wall -O2 -c u...
2002 May 02
1
Returning a dataframe from a C function (How) ?
I'm writing an R extension. The language I'm using is ANSI C. One of the functions I'm writing will accept a string and return a dataset as a dataframe. i.e the prototype will be of the form: dataframe foo(R_String) { } Does anyone have any skeleton code for such a function, i.e. one that receives an R "string" and returns a dataset as a dataframe ? The main concerns I