I've been looking at StackOverflow forums like this and this but I cannot find a problem.
What I'm having an issue with is that I cannot install the caret
package because the dependencies cannot be installed. I even tried to run install.packages("caret", dependencies = T)
and that failed. I have also tried install.packages("caret", dependencies = c("Depends", "Suggests"))
and it failed on installing rPython
dependencies.
There seems to be issues saying that there is a configuration script and that I need to manually configure it.
I tried installing car
, lme4
, and other dependencies manually but only ggplot2
was able to be installed correctly. I have no idea what else to do, below is my session Info. Please help!
R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] codetools_0.2-14
loaded via a namespace (and not attached):
[1] tools_3.2.2 data.table_1.9.6 chron_2.3-47