This is the first time I post a question here, however I have found many answers here already. Thanks for that.
We upgraded R on our Linux server to version 3.5.0 recently and now I am unable to use the sendmailR package. I have reinstalled the packages like I did for other packages, but the base64enc package on which sendmailR is dependent seems not updated.
library(sendmailR) Error: package or namespace load failed for ‘sendmailR’: package ‘base64enc’ was installed by an R version with different internals; it needs to be reinstalled for use with this R version
I have tried to manually update the base64enc package, this does not give any error, but I keep getting the above errormessage when loading sendmailR.
Could anyone help me on this?