I know, but now I've another type of error and even if I restart R I still get this error. This is the result of getAnywhere(train)
> getAnywhere(train)
A single object matching ‘train’ was found
It was found in the following places
namespace:generics
with value
function (x, ...)
{
UseMethod("train")
}
<bytecode: 0x000002573e953960>
<environment: namespace:generics>
and this is sessionInfo()
> sessionInfo()
R version 4.1.1 (2021-08-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)
Matrix products: default
locale:
[1] LC_COLLATE=Italian_Italy.1252 LC_CTYPE=Italian_Italy.1252 LC_MONETARY=Italian_Italy.1252
[4] LC_NUMERIC=C LC_TIME=Italian_Italy.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.1.1 generics_0.1.0 tools_4.1.1