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()
- start R terminal