The installation instructions say to run the following line, to install for current user. ``` IRkernel::installspec(user = FALSE) ``` I think you mean: ``` IRkernel::installspec(user = TRUE) ```