Skip to content

Instantly share code, notes, and snippets.

@AntoniosHadji
Created November 1, 2018 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntoniosHadji/d3261d210fc2eca81f3e7756e1355464 to your computer and use it in GitHub Desktop.
Save AntoniosHadji/d3261d210fc2eca81f3e7756e1355464 to your computer and use it in GitHub Desktop.
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