[Rd] is it necessary to always register C routines with R_registerRoutines?

Vladimir Eremeev wl2776 at gmail.com
Tue Jan 23 12:57:49 CET 2007


sorry, forgot to mention.

krui_getVersion returns char *

SEXP snns_getVersion(void)
{SEXP version;
 char *v;
  
  PROTECT(version=NEW_CHARACTER(15));
  v=CHARACTER_POINTER(version);
  strcpy(v,krui_getVersion());
  UNPROTECT(1);
  return version;
}


-- 
View this message in context: http://www.nabble.com/is-it-necessary-to-always-register-C-routines-with-R_registerRoutines--tf3063486.html#a8520292
Sent from the R devel mailing list archive at Nabble.com.



More information about the R-devel mailing list