Home
last modified time | relevance | path

Searched refs:function_cons_env (Results 1 – 2 of 2) sorted by relevance

/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/
H A Dtest_function.R64 expect_equal(rnorm, function_cons_env("fun_child", child_env), info = "env-lookup constructor")
65 expect_equal(rbinom, function_cons_env("fun_parent", child_env),
67 expect_error(function_cons_env("fun_child", parent_env),
/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/cpp/
H A DFunction.cpp29 Function function_cons_env(std::string x, SEXP env) { in function_cons_env() function