Re: [Rd] Possible issue in stats/arima.R package

2025-01-02 Thread Martin Maechler
> Martin Maechler on Thu, 2 Jan 2025 20:42:58 +0100 writes: > Duncan Murdoch on Thu, 2 Jan 2025 11:28:45 -0500 writes: >> On 2025-01-02 11:20 a.m., Duncan Murdoch wrote: >>> On 2025-01-02 9:04 a.m., Norbert Kuder wrote: Hello all, I am running R version

Re: [Rd] Possible issue in stats/arima.R package

2025-01-02 Thread Martin Maechler
> Duncan Murdoch > on Thu, 2 Jan 2025 11:28:45 -0500 writes: > On 2025-01-02 11:20 a.m., Duncan Murdoch wrote: >> On 2025-01-02 9:04 a.m., Norbert Kuder wrote: >>> Hello all, >>> >>> I am running R version 4.4.2 (2024-10-31 ucrt) on Windows 10 x64, and >>> not

Re: [Rd] Possible issue in stats/arima.R package

2025-01-02 Thread Duncan Murdoch
On 2025-01-02 11:20 a.m., Duncan Murdoch wrote: On 2025-01-02 9:04 a.m., Norbert Kuder wrote: Hello all, I am running R version 4.4.2 (2024-10-31 ucrt) on Windows 10 x64, and noticed something that might be a minor bug (or at least inconsistent code) in the stats/arima.R package. I have found:

Re: [Rd] Possible issue in stats/arima.R package

2025-01-02 Thread Duncan Murdoch
On 2025-01-02 9:04 a.m., Norbert Kuder wrote: Hello all, I am running R version 4.4.2 (2024-10-31 ucrt) on Windows 10 x64, and noticed something that might be a minor bug (or at least inconsistent code) in the stats/arima.R package. I have found: 1. A missing stop() call at line 69: if (len

[Rd] Possible issue in stats/arima.R package

2025-01-02 Thread Norbert Kuder
Hello all, I am running R version 4.4.2 (2024-10-31 ucrt) on Windows 10 x64, and noticed something that might be a minor bug (or at least inconsistent code) in the stats/arima.R package. I have found: 1. A missing stop() call at line 69: if (length(order) == 3) seasonal <- list(order = seasona