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