* eval this call in the global environment */
| 141 | * eval this call in the global environment |
| 142 | */ |
| 143 | SEXP eval() const { |
| 144 | return Rcpp_fast_eval( Storage::get__(), R_GlobalEnv ); |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * eval this call in the requested environment |
no test coverage detected