File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ This version features an overhaul of the coercion system to make it
44more consistent and easier to implement. See the _ Breaking changes_
55and _ Type system_ sections for details.
66
7+ There are three new documentation topics if you'd like to learn how to
8+ implement coercion methods to make your class compatible with
9+ tidyverse packages like dplyr:
10+
11+ * https://vctrs.r-lib.org/reference/theory-faq-coercion.html for an
12+ overview of the coercion mechanism in vctrs.
13+
14+ * https://vctrs.r-lib.org/reference/howto-faq-coercion.html for a
15+ practical guide about implementing methods for vectors.
16+
17+ * https://vctrs.r-lib.org/reference/howto-faq-coercion-data-frame.html
18+ for a practical guide about implementing methods for data frames.
19+
720
821## Reverse dependencies troubleshooting
922
@@ -68,6 +81,7 @@ The following errors are caused by breaking changes.
6881* The ` y ` argument of ` stop_incompatible_cast() ` has been renamed to ` to ` to
6982 better match ` to_arg ` .
7083
84+
7185## Type system
7286
7387* Double-dispatch methods for ` vec_ptype2() ` and ` vec_cast() ` are now
You can’t perform that action at this time.
0 commit comments