The tidymodels package includes modeltime .
Sort of but not really. It doesn't pre-install or attached modeltime. It lists it and others that we recommend for specific types of analyses:
> tag_show()
All tags:
Bayesian analysis: 'tidyposterior', 'tidybayes'
deep learning: 'keras'
ensembles: 'modeltime.ensemble', 'stacks'
feature engineering: 'keras', 'textrecipes'
parallel processing: 'furrr'
parameter tuning: 'finetune'
resampling: 'infer', 'tidyposterior'
text analysis: 'tidytext', 'keras', 'textrecipes'
time series: 'timetk', 'tidyquant', 'sweep', 'modeltime', 'tsibble', 'fable'
extra recipes: 'embed', 'textrecipes', 'themis'
extra models: 'discrim', 'plsmod', 'rules', 'poissonreg', 'baguette'
visualization: 'dotwhisker', 'ggforce', 'patchwork', 'gganimate', 'ggrepel'
interpretation: 'vip', 'lime', 'DALEXtra'