June 26 - 30, 2016 - Lisbon, Portugal Andreas Schmidt, Steffen Scholz
So, please go to the R download page and choose the nearest mirror site. The easiest way is to download a precompiled version for your operating system. After downloading the installation file, install the program.
To test, if the program is installed correctly, paste the following code into the input window and type return ...
x<-seq(-pi, pi, by=0.01) y<-sin(2*x) plot(x,y, type="l")a nice sinus plot (like this) should appear