From 36472d25fc48f5844f06b09e904edfc5c350279d Mon Sep 17 00:00:00 2001 From: George Kampolis Date: Wed, 24 Oct 2018 06:58:30 +0100 Subject: [PATCH] Fixed minor typo. (#24277) Just a minor "typo" I noticed the other day and thought I'd just spend a minute to propose a correction. The singular sounds better to me, since the aim of the guide is the installation (not installation*s*) of R. Just my two cents :) --- guide/english/r/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/r/index.md b/guide/english/r/index.md index b1f481ede3..5f6acf2d02 100644 --- a/guide/english/r/index.md +++ b/guide/english/r/index.md @@ -6,7 +6,7 @@ title: R R is an open source programming language and software environment for statistical computing and graphics. It is one of the primary languages used by data scientists and statisticians alike. It is supported by the R Foundation for Statistical Computing and a large community of open source developers. Since R utilized a command line interface, there can be a steep learning curve for some individuals who are used to using GUI focused programs such as SPSS and SAS so extensions to R such as RStudio can be highly beneficial. Since R is an open source program and freely available, there can a large attraction for academics whose access to statistical programs are regulated through their association to various colleges or universities. -## Installations +## Installation The first thing you need to get started with R is to download it from its Official Site according to your operating system. Now install it on your computer. For help in installation refer to reference section below.