rpremraj / mailR

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

loading library #52

Closed ghost closed 7 years ago

ghost commented 8 years ago

I am using R 3.2.3, and when I try to install I get the following output. Thanks for your help in troubleshooting.

library(mailR) Error : .onLoad failed in loadNamespace() for 'rJava', details: call: dirname(this$RuntimeLib) error: a character vector argument expected In addition: Warning message: package ‘mailR’ was built under R version 3.2.5 Error: package or namespace load failed for ‘mailR’

jgiacomo commented 8 years ago

Make sure you have Java installed on your system. It is a requirement of the rJava package, see the CRAN package site https://cran.r-project.org/web/packages/rJava/index.html

rpremraj commented 7 years ago

This is a rJava related issue. Please refer to their documentation.