File: zzz.R

package info (click to toggle)
rcpp 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,224 kB
  • sloc: cpp: 27,429; ansic: 7,797; sh: 55; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
## For R 2.15.1 and later the approach shown here works (as opposed to the now removed
## and long-deprecated `loadRcppModules()`. Note that calling loadModule() triggers
## a load action, so this does not have to be placed in .onLoad() or evalqOnLoad().
loadModule("RcppModuleNumEx", TRUE)
loadModule("RcppModuleWorld", TRUE)
loadModule("stdVector", TRUE)