Open hadley opened 2 years ago
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().
make_type_abrev()
type_sum()
vctrs::type_sum()
vctrs::vec_size()
R7:::obj_desc()
make_type_abrev()
andtype_sum()
are inconsistent, and I think neither are correct. If it's a vector (how do we tell?) we should probably usevctrs::type_sum()
(+vctrs::vec_size()
?) and otherwise use something likeR7:::obj_desc()
.