swig/Examples/test-suite/r/unions_runme.R
Joseph Wang cd9c301b48 Remove _wrap from .R files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10105 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-11-11 03:08:10 +00:00

12 lines
179 B
R

source("unittest.R")
dyn.load(paste("unions_wrap", .Platform$dynlib.ext, sep=""))
source("unions.R")
cacheMetaData(1)
ss <- SmallStruct()
bstruct <- BigStruct()
q(save="no")