search for: r48712

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

Did you mean: r48715
2009 Jun 05
1
Bug in print.Arima and patch
...r.coef is of length(0), which in turn results in NULL being used in the && comparison, resulting in the error. A potential fix is to just include a check for length(x$var.coef) > 0 in the if statement. This fix, when applied to: R version 2.10.0 Under development (unstable) (2009-06-05 r48712) fixes this particular problem and passes make check-devel. A patch against r48712 is attached, and included here in-line: [gavin at desktop build]$ svn diff ../src/library/stats/R/arima.R Index: ../src/library/stats/R/arima.R =================================================================== --...
2009 Jun 20
1
Flag '#' in sprintf() format string "%#x"?
Hi, this is a bit of FYI, but also a question. Is flag '#' in sprintf() format string "%#x" fully supported across platforms? Can that be assumed? I discovered thanks to the r-forge service, that this was not the case for OSX with "R version 2.9.0 Under development (unstable) (2009-01-13 r47593)", where R CMD check reports the following: Error in