Trying to continue my Oly GBS analsyis from the other day and follow along with Katherine Silliman’s notebook
However, I hit a major snag: I can’t seem to run R in my Jupyter notebook! This is a major pain, since the notebook needs to be able to switch between languages; that’s the beauty of using these notebooks.
Below, is a documentation of my torments today.
Currently, I’m creating a new Docker image that uses the Debian Apt repository to install R version 3.1.1. Going through Apt instead of installing from source (as I had been previously done in the Dockerfile) should install all the necessary dependencies for R and get resolve some of the error messages I’m seeing.
Otherwise, the last resort will be to use R outside of the notebook and document that process separately.
Anyway, this is the kind of stuff that is immensely time consuming and frustrating that most people don’t realize goes on with all of this computing stuff…
Notebook: 20161129_docker_R_magics_failure.ipynb