Re: [Rd] head.ts, tail.ts loses time

2024-06-13 Thread Martin Maechler
> Gabor Grothendieck > on Tue, 11 Jun 2024 09:13:49 -0400 writes: > It isn't really clear that it can't work. This does work by inserting NA's. > library(zoo) > as.ts(as.zoo(lynx)[ c(1:3, 7) ] ) > ## Time Series: > ## Start = 1821 > ## End = 1827 > ## Fre

Re: [Rd] head.ts, tail.ts loses time

2024-06-13 Thread Martin Maechler
> Spencer Graves > on Mon, 10 Jun 2024 09:45:46 -0500 writes: > Hi, Martin et al.: > On 6/10/24 9:32 AM, Martin Maechler wrote: >>> Spencer Graves >>> on Mon, 10 Jun 2024 07:50:13 -0500 writes: >> >> > Hi, Gabor et al.: Thanks for this. I should change

Re: [Rd] head.ts, tail.ts loses time

2024-06-13 Thread Georgi Boshnakov
> It isn't really clear that it can't work. This does work by inserting NA's... > > library(zoo) > as.ts(as.zoo(lynx)[ c(1:3, 7) ] ) If by 'this' you mean indexing, it would be very confusing and error prone for expressions like lynx[c(1:3, 7)] (lynx is from class 'ts') to return a ts object w

[Rd] R-devel on Windows temporarily broken?

2024-06-13 Thread Dirk Eddelbuettel
I had a very routine CI job fail twice this morning on r-devel on Windows; the package (in fine standard form) doesn't even install under win-builder r-devel. Whereas on Linux with r86731 everything is peachy. Dirk -- dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org ___

Re: [Rd] R-devel on Windows temporarily broken?

2024-06-13 Thread Dirk Eddelbuettel
On 13 June 2024 at 15:26, Martin Maechler wrote: | > Dirk Eddelbuettel | > on Thu, 13 Jun 2024 07:20:00 -0500 writes: | | > I had a very routine CI job fail twice this morning on r-devel on Windows; | > the package (in fine standard form) doesn't even install under win-bui

Re: [Rd] R-devel on Windows temporarily broken?

2024-06-13 Thread Martin Maechler
> Dirk Eddelbuettel > on Thu, 13 Jun 2024 07:20:00 -0500 writes: > I had a very routine CI job fail twice this morning on r-devel on Windows; > the package (in fine standard form) doesn't even install under win-builder > r-devel. Whereas on Linux with r86731 everything is