I install the
recipeslibrary just fine using:install.packages("recipes", dependencies = c("Depends", "Suggests"))This gives me the following error:
Error in library(recipes) : there is no package called ‘recipes’
I having a bigger issue, I am unable to load caret but it seems the reason I cannot is recipes, so I assume if I solve the recipes issue I will be able to load caret.