require(DMwR2) Loading required package: DMwR2 Error: package or namespace load failed for ‘DMwR2’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘fansi’
This is telling you that you are missing a package dependency, you just have to install it.
install.packages("fansi")
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.