| Location | Function | Replacement | |----------|----------|-------------| | /start/case-study/ | `validation_split()` | Use newer rsample approach | | /start/models/ | ggplot2 `size` aesthetic | Use `linewidth` | | /start/tuning/ | ggplot2 `size` aesthetic | Use `linewidth` | | /learn/models/time-series/ | `gather()` | Use `pivot_longer()` | | /learn/models/parsnip-ranger-glmnet/ | `gather()` | Use `pivot_longer()` |
validation_split()sizeaestheticlinewidthsizeaestheticlinewidthgather()pivot_longer()gather()pivot_longer()