rho-devel / rho

GNU General Public License v2.0
133 stars 23 forks source link

More use of R_TrueValue and R_FalseValue. #85

Closed kmillar closed 8 years ago

kmillar commented 8 years ago

In VectorOps, when a unary or binary function returns a scalar logical value and the operand(s) don't have any attributes, return one of the pre-allocated scalar logical values (R_TrueValue, R_FalseValue, R_LogicalNAValue).