[R] sendmailR-package-valid code needed

Ben Bolker bbolker at gmail.com
Tue Aug 24 15:37:37 CEST 2010


veepsirtt <veepsirtt <at> gmail.com> writes:

> 
> 
> I could not install Rmail Package .
> I got the following errors.
> Then how to do.please
> 
>  library("caTools")
> >
install.packages("Rmail",contriburl="http://www.math.mcmaster.ca/~bolker/R/src/contrib")


try

install.packages("caTools")
install.packages("Rmail",repos="http://www.math.mcmaster.ca/~bolker/R")

  good luck



More information about the R-help mailing list