submods work

This commit is contained in:
Vítor Santos Costa
2015-10-13 09:10:53 +01:00
parent 1a5ba98950
commit c4aae66f3e
28 changed files with 70 additions and 1920 deletions

View File

@@ -2291,7 +2291,7 @@ execute_R(term_t rvar, term_t value)
PROTECT_AND_COUNT( sexp = term_to_sexp(value, true) );
//PROTECT_AND_COUNT( sexp = protected_tryEval(sexp, R_GlobalEnv, &hadError) );
if (sexp == R_UnboundValue || Rf_isNull(sExp))
if (sexp == R_UnboundValue || Rf_isNull(sexp))
{
UNPROTECT( nprotect );
return false;