From 95d185b3476228b72653113314a6a314d70de195 Mon Sep 17 00:00:00 2001 From: Karthik Ram Date: Thu, 19 Dec 2013 13:35:18 -0800 Subject: [PATCH] closes #2 --- lessons/misc-r/full-R-bootcamp/R-basics/01-basics-of-R.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/misc-r/full-R-bootcamp/R-basics/01-basics-of-R.Rmd b/lessons/misc-r/full-R-bootcamp/R-basics/01-basics-of-R.Rmd index a69c9821d..b3b0308ea 100644 --- a/lessons/misc-r/full-R-bootcamp/R-basics/01-basics-of-R.Rmd +++ b/lessons/misc-r/full-R-bootcamp/R-basics/01-basics-of-R.Rmd @@ -3,7 +3,7 @@ R is a versatile, open source programming/scripting language that's useful both for statistics but also data science. Inspired by `S`. * Open source software under GPL -* Superior (if not just comparable) to commercial alternatives +* Superior (if not just comparable) to commercial alternatives. R has over 5,000 user contributed packages at this time. It's widely used both in academia and industry. * Available on all platforms * Not just for statistics, but also general purpose programming * Is object oriented and functional