Skip to content

Commit 8ec7958

Browse files
committed
Mention new documentation in NEWS
1 parent c0c7c3a commit 8ec7958

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ This version features an overhaul of the coercion system to make it
44
more consistent and easier to implement. See the _Breaking changes_
55
and _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

0 commit comments

Comments
 (0)