veepsirtt 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
veepsirtt gmail.com> writes:
> Warning: dependency ‘caTools’ is not available
I'm not quite sure why this is complaining when you supposedly
just loaded it ... do you really have it installed?
> trying URL 'http://www.math.mcmaster.ca/~bolker/R/src/contrib/Rmail_1.0.zip'
> Error in download.f
On Tue, Aug 24, 2010 at 7:18 AM, veepsirtt wrote:
>
> 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";)
>
> Warning: dependency ‘caTools’ is
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";)
Warning: dependency ‘caTools’ is not available
trying URL 'http://www.math.mcmaster.ca/~bolker/R/s
No, alas. It would have been nice but I decided I didn't need it that
badly/need to spend time reinventing that many wheels. (It does do
mail-merge, though, which is what I developed it for in the first
place.) It seemed to me that a more sensible solution would have been
to find a Perl or Pyth
Barry Rowlingson lancaster.ac.uk> writes:
>
> On Mon, Aug 23, 2010 at 3:55 PM, Velappan Periasamy gmail.com>
wrote:
> > Hello Chris Campbell ,
> >
I just posted my embryonic 'Rmail' package, which does a form
of SMTP authentication (maybe not the version you want), to
http://www.mathserv.mcm
On Mon, Aug 23, 2010 at 3:55 PM, Velappan Periasamy wrote:
> Hello Chris Campbell ,
>
> I tried this for my email id it give me errors
>
>> from <- sprintf("", Sys.info()[4])
>> to <- "< veepsi...@gmail.com>"
>> subject <- "Hello from R"
>> msg <- "It works!"
>> sendmail(from, to, subject,
>> msg
Hi veepsirtt
This code is fragmented due to the syntax of the example not being
parsed as intended to text. The source of \examples for sendmail.Rd is:
from <- sprintf("", Sys.info()[4])
to <- "< ol...@datensplitter.net>"
subject <- "Hello from R"
msg <- "It works!"
sendmail(from, to, subject, ms
Hello Chris Campbell ,
I tried this for my email id it give me errors
> from <- sprintf("", Sys.info()[4])
> to <- "< veepsi...@gmail.com>"
> subject <- "Hello from R"
> msg <- "It works!"
> sendmail(from, to, subject, msg,control=list(smtpServer="ASPMX.L.GOOGLE.COM"))
Error in waitFor(code) :
9 matches
Mail list logo