Skip to content
Prev 51847 / 63424 Next

locked environments

Ideally they should all work. What is happening is that the current
implementation of complex assignment wants to use a temporary variable
named *tmp*, which it can't when the evaluation environment is locked.
Assignments in compiled code use a different mechanism that I hope
will eventually be ported to the interpreter. Then these should all
work.

Best,

luke
On Wed, 20 Apr 2016, William Dunlap via R-devel wrote: