r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
498 stars 136 forks source link

Only report the first class in `obj_type_friendly()` #1622

Closed DavisVaughan closed 1 year ago

DavisVaughan commented 1 year ago

Motivated by the fact that subclassing things like rcrds can result in very distracting class lists, with no added benefit

> zoned_time_zone(duration_days(1))
Error in `zoned_time_zone()`:
! `x` must be a <clock_zoned_time>, not a <clock_duration/clock_rcrd/vctrs_rcrd/vctrs_vctr> object.