update R to 3.5 and reinstall packages for jupyter notebook kernel on Ubuntu 18.04
install.packages('base64enc') | |
install.packages('rprojroot') | |
install.packages('backports') | |
install.packages('rprojroot') | |
install.packages('rlang') | |
install.packages('digest') | |
install.packages('Rcpp') | |
install.packages('jsonlite') | |
install.packages('glue') | |
install.packages('devtools') | |
devtools::install_github('IRkernel/IRkernel') | |
IRkernel::installspec() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment