[ESS-bugs] new iESS bug "Symbol's value as variable is void: resume"
Vitalie Spinu
spinuvit at gmail.com
Fri Sep 7 12:15:42 CEST 2012
>> Martin Maechler <maechler at stat.math.ethz.ch>
>> on Fri, 7 Sep 2012 09:14:54 +0200 wrote:
>>>>>> "MM" == Martin Maechler <maechler at stat.math.ethz.ch>
>>>>>> on Fri, 7 Sep 2012 08:42:41 +0200 writes:
MM> Type things like
MM> require("Rmpfr")
MM> and
MM> (a <- ......)
MM> Then, after my typing of [Enter],
MM> *instead* of the corresponding line being evaluated by R,
MM> it is *NOT* evaluated, and in the minibuffer I get the error message
MM> Symbol's value as variable is void: resume
MM> In the *R* buffer, I get an extra newline and a new prompt.
MM> If I do the same thing a second time,
MM> it works.
Solved in trunk. Please keep an eye on this type of misbehavior. It's
your special environment (remote drive + 3000 R packages installed) that
might make the difference for the delayed evaluation (now used to call
installed.packages()).
Vitalie
More information about the ESS-bugs
mailing list