rpremraj / mailR

A utility to send emails from the R programming environment
http://rpremraj.github.io/mailR/
190 stars 57 forks source link

problem with R.oo breaks mail.R #82

Open GeraldCNelson opened 5 years ago

GeraldCNelson commented 5 years ago

I'm running R version 3.6 on a mac book pro with Rstudio. When I try to do (library(mailR) it crashes R. The error message is Registered S3 method overwritten by 'R.oo': method from
throw.default R.methodsS3

I have installed the development version of R.oo and it seems to load successfully.

Can you have mailR use the development version of R.oo?