The file DESCRIPTION is outdated because of tidymodels dependencies, i.e., yardstick and tune.
I patched Tune a long time ago to allow multiple optimizations to be used. This required that I pin the yardstick dependency, which now breaks with the rest of the tidymodels package. It may be possible that the official tune package has already implemented this feature. If not, I have to re-patch the newest version myself.
The file DESCRIPTION is outdated because of
tidymodelsdependencies, i.e.,yardstickandtune.I patched
Tunea long time ago to allow multiple optimizations to be used. This required that I pin theyardstickdependency, which now breaks with the rest of thetidymodelspackage. It may be possible that the officialtunepackage has already implemented this feature. If not, I have to re-patch the newest version myself.