Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

5 results for “from:Song Baiyi”

How can I get the length of returning array in c++ calling R code?
Song Baiyi · Apr 19, 2004 · r-help

Hello, Now I would like to call R code from c++ and R code return a dynamic length of integer array. I used length(eval(VECTOR_ELT(expression,1),R_GlobalEnv)) to return the length of result array in c...

About the macro defined in Rinternals.h
Song Baiyi · Feb 11, 2004 · r-help

Hello everyone, I try to write a c++ code which calls embedded R and uses some of R internal functions. What I read is just lots of macro names defined in the Rinternals.h or Rdefines like R_Parse, Rf...

A question about default output on the screen
Song Baiyi · May 14, 2004 · r-help

Hello everyone, I got a problem to change the default output on the screen and I use Xemacs ESS and R. When I happen to show a data.frame with thousands of records (type a variable name and return), the...

A question about embedded R
Song Baiyi · Apr 6, 2004 · r-help

Hello everyone, I met a strange problem when I call R expression from C++, here is the details: I edited a function eval_R_command(); double eval_R_command(const char *funcName) { SEXP exp,e; ParseStatus status = PARSE_OK; int...

Two questions about the creating new package
Song Baiyi · Dec 2, 2003 · r-help

Hello everyone, I am just trying to colloct all my function into a new packages. I met two questions which hurt me so much: 1. when I use the "prompt" to help to write Rd file for a variable x...

Can't find what you're looking for? Try searching with Google .