R-alpha: New version of R for testing
Peter Dalgaard BSA
p.dalgaard@kubism.ku.dk
23 Jul 1997 23:53:45 +0200
In the minor department, I see that you've worked around the .orig
patch problem in src/library/base/Makefile. I know that I (and Martin)
suggested that particular way of doing it, i.e.
@cat `ls funs/[a-z]* | sed '/CVS/d; /~$$/d; /\.orig$$/d; /\.bak$$/d'` \
| sed '/^[ ]*$$/d' > ../../../library/base
# ^^ = TAB + Space
-- but on 2nd thought, wouldn't it be more logical simply to change
the source file names to have suffix .R and use
@cat *.R | sed ...
The current way has all sorts of gotchas built in. What if Netscape
dumps core when started in src/library/base/funs, e.g.
--
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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-