caret を
install.pakages ("caret")
でインストールしようとしたら、
Error in install.packages : object 'caret' not found
となってインストールできなかった。
下記に答えが ▼
I am using Alteryx 2018.2. I already installed the caret package in the appropriate library. However, when I run the my workflow and try to load the caret package using the R tool, I obtain the following message: Error: R (27): Error: package or namespace load failed for 'caret' in loadNamespace(j...
install.packages('caret', repos='http://cran.us.r-project.org')
としたら無事インストールできた。