[rkward-cvs] rkward/rkward/rbackend/rpackages/rkward/src dummylib.c,NONE,1.1
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Tue Apr 11 15:43:21 UTC 2006
Update of /cvsroot/rkward/rkward/rkward/rbackend/rpackages/rkward/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10704/rpackages/rkward/src
Added Files:
dummylib.c
Log Message:
Work around missing addDLL call in R 2.3.0
--- NEW FILE: dummylib.c ---
#include "R_ext/Rdynload.h"
#include "R.h"
void R_init_rkward (DllInfo *dll) {
// actually registering the functions will be done from RKWard. This is just a dummy function
}
More information about the rkward-tracker
mailing list