Any help would be appreciated for 'caret' issue below. -K1llerFlankerNo7
I have this problem where when I load 'caret' it tries to load the required packages and then fails to load the dependency 'recipes'. I have Rinstalled R( running 3.6.1) and R Studio. I also downloaded RTools. Any have any idea how I can get this done so it works?
I did* try to load the recipes package separately with all dependencies on too.
I get the below:
> library(caret)
Loading required package: lattice
Loading required package: ggplot2
Error: package or namespace load failed for ‘caret’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
- there is no package called ‘recipes’*