Line 30 should be changed from if (NR <= 0 || NR <= 0 || n <= 0 || n > N) to ^-- typo: "R" should be "B" if (NR < 0 || NB < 0 || n < 0 || n > N) (NR==0 or NB == 0 should not be a DOMAIN_ERROR) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
R-alpha: fixing dhyper.c: another less important typo
1 message · Martin Maechler