Skip to content

Commit 0ba83a7

Browse files
committed
Fix urls
1 parent 98e1fe1 commit 0ba83a7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
encouraging you to explicitly name the `id_cols` argument.
5050

5151
To read more about this pattern, see
52-
[Data, dots, details](https://design.tidyverse.org/dots-position.html) in the
53-
tidyverse design guide (#1350).
52+
<https://design.tidyverse.org/dots-after-required.html> (#1350).
5453

5554
## Lifecycle changes
5655

vignettes/pivot.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ anscombe %>%
235235

236236
Setting `cols_vary` to `"slowest"` groups the values from columns `x1` and `y1` together in the rows of the output before moving on to `x2` and `y2`. This argument often produces more intuitively ordered output when you are pivoting every column in your dataset.
237237

238-
A similar situation can arise with panel data. For example, take this example dataset provided by [Thomas Leeper](https://github.com/leeper/rio/issues/193). We can tidy it using the same approach as for `anscombe`:
238+
A similar situation can arise with panel data. For example, take this example dataset provided by [Thomas Leeper](https://github.com/gesistsa/rio/issues/193). We can tidy it using the same approach as for `anscombe`:
239239

240240
```{r}
241241
pnl <- tibble(

0 commit comments

Comments
 (0)