From tibble's revdepchecks, I see the following S3 classes that wrap a list and are a vector:
Base classes should be fixed in vctrs:
These will need to be fixed in downstream packages, either by implementing vec-proxy or by adding an explicit "list" at the end of the vector class.
Related: #666.
From tibble's revdepchecks, I see the following S3 classes that wrap a list and are a vector:
Base classes should be fixed in vctrs:
"package_version"These will need to be fixed in downstream packages, either by implementing vec-proxy or by adding an explicit
"list"at the end of the vector class."bench_expr""data.frame"(?????)"lst_mdl""lazy_dots"(???)"quosures""trelliscope_panels""ad_int_list""mixed_units"Related: #666.