We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to split up the freezing, so that for each dataset added there is an email that goes out through the SMTP server.
The text was updated successfully, but these errors were encountered:
Note that this required the use of the mailR package, which also required the addition of rJava.
mailR
rJava
rJava requires the use of the Java-sdk. Instructions here: https://www.r-bloggers.com/installing-rjava-on-ubuntu/
One point was that both packages needed to be installed by the superuser, otherwise installation fails.
Sorry, something went wrong.
Hmm, installed it with sudo, but cannot run it in R without sudo. . .
sudo
Trying this: https://anhqle.github.io/rstudio-cannot-load-rjava-in-ubuntu/
Seems that the mail program for centOS is going to provide the most useful interaction. Will set this up as a bash script from my account.
mail
No branches or pull requests
Need to split up the freezing, so that for each dataset added there is an email that goes out through the SMTP server.
The text was updated successfully, but these errors were encountered: