[rkward-tracker] [ rkward-Bugs-1788228 ] rkward mishandles promises
SourceForge.net
noreply at sourceforge.net
Wed Sep 5 05:25:14 UTC 2007
Bugs item #1788228, was opened at 2007-09-04 22:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=1788228&group_id=50231
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: data handling
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: rkward mishandles promises
Initial Comment:
To replicate this problem (using the versions of R and rkward in Debian unstable as of September 5, 2007), see the example for help(delayedAssign) . Specifically, doing the following in a plain R session
msg <- "old"
delayedAssign("x", msg)
msg <- "new!"
x
correctly outputs the word "new!" in the console. However, doing the same in rkward produces the word "old".
Although many people do not use functions like delayedAssign(), this bug could potentially cause them to get the wrong results without them knowing.
Thanks,
Ben Goodrich
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=1788228&group_id=50231
More information about the rkward-tracker
mailing list