> 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
> 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
> 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
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
___
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
> 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