Fixed broken link to slider package (#1368)
This commit is contained in:
parent
43058baf76
commit
4e250d44cd
|
@ -373,7 +373,7 @@ x <- 1:10
|
|||
cumsum(x)
|
||||
```
|
||||
|
||||
If you need more complex rolling or sliding aggregates, try the [slider](https://davisvaughan.github.io/slider/) package by Davis Vaughan.
|
||||
If you need more complex rolling or sliding aggregates, try the [slider](https://slider.r-lib.org/) package by Davis Vaughan.
|
||||
|
||||
### Exercises
|
||||
|
||||
|
|
Loading…
Reference in New Issue