Message-ID: <x2n2qxsoa1.fsf_-_@bush.kubism.ku.dk>
Date: 1997-04-17T14:43:33Z
From: Peter Dalgaard
Subject: R-alpha: The list of *open* tasks
In-Reply-To: Kurt Hornik's message of Thu, 17 Apr 1997 16:09:36 +0200
Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
> And nevertheless, my bug log got almost halved ...
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.
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-