Skip to content

R-alpha: R-0.50.b6: bug in graphics demo

3 messages · Ross Ihaka, Kurt Hornik, Peter Dalgaard

#
Don't expect much difference.  That was just so that Martin M could
check whether configuration and compilation with Fortran would work
under Solaris.

If you people would just stop finding bugs, I could a real version
ready ... :-).  We have a week break from teaching next week.  So
if not tomorrow, hopefully then.

[ Actually I have to confess I've been playing networks - getting a PPP
  connection from home going.  Which is what I'm using at present.
  Infinitely nicer than using "tip". ]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#
And nevertheless, my bug log got almost halved ...
O.k.  I PROMISE I won't send any more bug reports, as I am dying to see
0.50 out :-)

-k
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#
Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
Apropos bug logs. It's getting a bit boring to wade through all of the
bugs in the TASKS file that have already been fixed. Here's a little
something I cooked up earlier today: 

---------------------------cut------
#!/bin/sh
awk '
/^TASK/                         {task = $0}
/^STATUS/ && $2~/[Oo]pen/       {print task; doprint=1}
doprint 
/^-------/                      {doprint=0}' TASKS
---------------------------cut------

Put into (say) list-open-tasks in the $RHOME and chmod +x. Execute
from $RHOME.