[R] Re: dna library

Thomas Lumley thomas at biostat.washington.edu
Fri Mar 24 17:32:57 CET 2000


This looks very promising. I'll show it to our StatGen people.

Three points.

1. In interface.c at line 101 you have 
	char seqname[]
which gcc doesn't like (it wants a length for the array). It doesn't seem
to be used anywhere so I commented it out.

2. In interface.c at line 152 you have
	init_matrix()
when I think you mean
	init_matrix(error)


3. The documentation for flip has \code{@}, which doesn't get processed
correctly.  I changed it to \@.


	-thomas

Thomas Lumley
Assistant Professor, Biostatistics
University of Washington, Seattle

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list