File: test.R

package info (click to toggle)
r-cran-bindrcpp 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: cpp: 141; ansic: 57; sh: 13; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
cpp_create_environment <- function(names, xform, parent = parent.frame()) {
  do_test_create_environment(names, xform, parent)
}