lobstr icon indicating copy to clipboard operation
lobstr copied to clipboard

Use consistent type abbreviations

Open hadley opened this issue 2 years ago • 0 comments

make_type_abrev() and type_sum() are inconsistent, and I think neither are correct. If it's a vector (how do we tell?) we should probably use vctrs::type_sum() (+ vctrs::vec_size() ?) and otherwise use something like R7:::obj_desc().

hadley avatar Jun 18 '22 14:06 hadley