search for: r43302

Displaying 2 results from an estimated 2 matches for "r43302".

Did you mean: 243302
2007 Nov 08
1
64-bit R-build on Mac OS X 10.4 - make check failures
...ciate any suggestions about how to figure out what caused these failures (an inappropriate file somewhere in the path, a possible bug, improper compilation commands etc.) version information of compiled R (compilation information at end): > sessionInfo() R version 2.6.0 Patched (2007-10-29 r43302) powerpc64-apple-darwin8.10.0 locale: C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] lme4_0.99875-8 Matrix_0.999375-3 lattice_0.17-2 loaded via a namespace (and not attached): [1] grid_2.6.0 rcompgen_...
2008 Sep 05
2
typo in cov()? var() fails on NA in R 2.7.2 but not R 2.6.1
...quot; makes no difference in my var() calls, but that could b The original source file seems to be: src/library/stats/R/cor.R svn annotate says that 3L line was last changed nearly a year ago, way back in rev 43302: ------------------------------------------------------------------------ r43302 | ripley | 2007-10-29 14:50:18 -0400 (Mon, 29 Oct 2007) | 2 lines make cor/cov a little less inconsistent The strange 3L line occurs twice in that file, in both cor() and cov(): $ grep -n 3L cor.R 36: else if (na.method != 3L) { 118: else if (na.method != 3L) { That line might...