swig/Examples/test-suite/r/simple_array_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

9 lines
158 B
R

source("unittest.R")
dyn.load(paste("simple_array_wrap", .Platform$dynlib.ext, sep=""))
source("simple_array.R")
cacheMetaData(1)
initArray()
q(save="no")