Using Caret Package but Getting Error in library(e1071) February 17, 2023 by Tarik You need to install the package e1071, as the error message is telling you. install.packages('e1071', dependencies=TRUE)