I am trying to use Rpy2 and ggplot2 but I get an error. After some searching for the error online, I found that the error occurs because there are changes in the ggplot2 pac
Using install.packages
as described in another answer does not work for me.
The best alternative I found is to use function install_url
from package devtools
.
Another possibility that I have not explored further: