Re: [Rd] range() for Date and POSIXct could respect `finite = TRUE`

2023-05-19 Thread Gabriel Becker
Hi All, I think there may be some possible confusion about what allowsInf would be reporting (or maybe its just me :) ) if we did this. Consider a class "myclass", S3, for starters, with setMethod("allowsInf", "myclass", function(obj) FALSE) Then, what would myclassthing <- structure(1.5, cla

Re: [Rd] range() for Date and POSIXct could respect `finite = TRUE`

2023-05-19 Thread Martin Maechler
> Bill Dunlap > on Thu, 11 May 2023 10:42:48 -0700 writes: >> What do others think? > I can imagine a class, "TemperatureKelvins", that wraps a > double but would have a range of 0 to Inf or one called > "GymnasticsScore" with a range of 0 to 10. For those > sort