Off topic:Install and Run R on Linux
1
5
Entering edit mode
8.7 years ago

Linux R Package

Download and Install:

sudo apt-get update
sudo apt-get install r-base

Running R from the Linux command line:

Probably, the simplest way to run R under Linux is to run it from the Linux command line. That is,

$ R

To quit R:

q()

Running R in an application window under Linux:

$ R -g Tk &

Help

For more information about running R from the Linux command line including available options type

$ R --help
Linux R • 56k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2466 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6