Skip to content
Prev 4316 / 10988 Next

[Rcpp-devel] Unit Test Question Was: pnorm/qnorm?

Dirk Eddelbuettel <edd at debian.org> wrote:

            
I agree that this is off-topic, but I wanted to make one final remark.? I.e.,
the assignment operator "<<-" is NOT used solely for global variables.? I
think of it as an assignment in the enclosing environment, and it can safely
and reasonably be used in closures.? E.g.:

??? http://www.lemnica.com/esotericR/Introducing-Closures/

-- Mike