Re: [R] installing caret package

2017-05-12 Thread Duncan Murdoch
On 12/05/2017 4:21 PM, Elahe chalabi via R-help wrote: Hi all, I'm using Rstudio 64 bit version3.2.5 and I faced a problem installing caret package,the error is : Loading required package: lattice Loading required package: ggplot2 Error : object ‘sigma’ is not exported by 'namespace:stats'

Re: [R] installing caret package

2017-05-12 Thread David Winsemius
> On May 12, 2017, at 1:21 PM, Elahe chalabi via R-help > wrote: > > Hi all, > > I'm using Rstudio 64 bit version3.2.5 I'm guessing that means using R 3.2.5, at least if RStudio is keeping its different os versions numering in sync. I'm on R studio 1.0.136 and I don't

[R] installing caret package

2017-05-12 Thread Elahe chalabi via R-help
Hi all, I'm using Rstudio 64 bit version3.2.5 and I faced a problem installing caret package,the error is : Loading required package: lattice Loading required package: ggplot2 Error : object ‘sigma’ is not exported by 'namespace:stats' Error: package or namespace load failed for ‘caret’ how

Re: [R] Installing Caret

2016-06-16 Thread Max Kuhn
The problem is not with `caret. Your output says: > installation of package ‘minqa’ had non-zero exit status `caret` has a dependency that has a dependency on `minqa`. The same is true for `RcppEigen` and the others. What code did you use to do the install? What OS and version or R etc? On

[R] Installing Caret

2016-06-16 Thread TJUN KIAT TEO
I am trying to install the package but am I keep getting this error messages installation of package ��minqa�� had non-zero exit status 2: In install.packages("caret", repos = "http://cran.stat.ucla.edu/;) : installation of package ��RcppEigen�� had non-zero exit status 3: In