8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
useDynLib(testRcppClass, .registration=TRUE)
|
|
import(Rcpp,methods)
|
|
|
|
export(genWorld, stdNumeric, rcpp_hello_world,
|
|
bar, foo, baz, baz1)
|
|
|
|
exportClass(RcppClassWorld, stdNumeric)#, NumEx)
|