Skip to content

Instantly share code, notes, and snippets.

@neversun
Created November 15, 2015 18:14
Show Gist options
  • Save neversun/4075e4190e8877ac51c3 to your computer and use it in GitHub Desktop.
Save neversun/4075e4190e8877ac51c3 to your computer and use it in GitHub Desktop.
Installation of editR on Linux Mint 17.2

Installation of editR on Linux Mint 17.2

  • sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9

  • Do one of the following:

    • ppa:marutter/rrutter
    • sudo echo "deb http://cran.r-project.org/bin/linux/ubuntu trusty/" | sudo tee --append /etc/apt/sources.list
  • sudo apt-get update

  • sudo apt-get install r-base r-recommended libcurl4-openssl-dev pandoc

  • start R terminal R

    • if (!require("devtools")) install.packages("devtools")
    • Get a ☕
    • devtools::install_github("trestletech/shinyAce")
    • devtools::install_github("swarm-lab/editR")
    • library(editR)
  • Run it (after closing R) with

    • start R terminal R
    • library(editR)
    • editR()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment