diff options
author | Adam Bard <github@adambard.com> | 2013-08-08 14:21:04 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2013-08-08 14:21:04 -0700 |
commit | 25af6856a7f3db135fb5d979edb72401e7149553 (patch) | |
tree | d8390538f2dc59b11f0f327cf7510bbd6abf241e | |
parent | 29d2880c6177ff243e6f2413b5f17e9c7fe73f3f (diff) | |
parent | 29bbaff5a6ed60f40cc710a6ad79434de4d95d75 (diff) |
Merge pull request #178 from isomorphisms/patch-1
wording
-rw-r--r-- | r.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/r.html.markdown b/r.html.markdown index 0240e8fb..3339a07e 100644 --- a/r.html.markdown +++ b/r.html.markdown @@ -5,7 +5,7 @@ contributors: filename: learnr.r --- -R is a statistical computing language. It has lots of good built-in functions for uploading and cleaning data sets, running common statistical tests, and making graphs. You can also easily compile it within a LaTeX document. +R is a statistical computing language. It has lots of libraries for uploading and cleaning data sets, running statistical procedures, and making graphs. You can also run `R`commands within a LaTeX document. ```python |