summaryrefslogtreecommitdiffhomepage
path: root/r.html.markdown
Commit message (Collapse)AuthorAgeLines
* Review docs for added rouge lexers and update those with new highlightersAdam2014-09-08-1/+1
|
* Minor typoAntonio Lima2014-05-29-1/+1
|
* Fix accidentally-commented-out linee99n092014-05-24-1/+1
| | | Un-commented a line that should have been executable.
* Update r.html.markdowne99n092014-05-24-24/+69
| | | Minor changes to comments (fixing typos, etc.). Deleted "weird types" section; broke out "NULL" type into its own type category. Added instructions for dropping rows and columns in data.frame and data.table. How to make summary tables in data.table.
* Significant new contente99n092014-05-23-175/+293
| | | I moved some things around. I preserved isomorphismes' "no programming knowledge first" approach; I really like this. In the "programming-heavy" part of the tutorial, I emphasized from the very beginning that every "single" thing in R, like 4 or "foo", is really just a vector of length 1. I added in some whirlwind tours of data.table and ggplot2.
* Remove references to hash and hashtag in favor of number symbolSam Dodrill2014-04-14-1/+1
|
* Update r.html.markdownTom Hebbron2013-09-04-1/+1
| | | | | Fixed a problem with the jiggle function - variable x wasn't being updated before being returned, and the rnorm function was being asked to return x output values, rather than one. After testing, the values given the documentation are now correct.
* Merge pull request #183 from isomorphisms/patch-4Adam Bard2013-08-11-4/+4
|\ | | | | Bender Bending Rodríguez
| * Bender Bending Rodríguezi2013-08-09-4/+4
| | | | | | Let's make the function example do something a little more interesting.
* | fixed wrong sample output in r.htl.markdownJohannes Choo2013-08-11-5/+7
|/
* Merge pull request #180 from isomorphisms/masterAdam Bard2013-08-08-66/+247
|\ | | | | things you can do without programming
| * Update r.html.markdowni2013-08-08-1/+1
| | | | | | ...only in Windows
| * Update r.html.markdowni2013-08-08-65/+246
| | | | | | significant changes. style changes (no !, no =>). content additions. start by showing off R's non-programming features before getting to the language per se.
* | wordingi2013-08-08-1/+1
|/ | | Compiling in LaTeX isn't that easy, actually...
* Authors -> ContributorsAdam2013-07-03-2/+2
|
* Merge pull request #83 from josericardo/fixing-list-initializationAdam Bard2013-07-01-1/+2
|\ | | | | Fixing list initialization in the R example.
| * Fixing list initialization in the R example.José Ricardo2013-07-01-1/+2
| |
* | Merged changes for rAdam2013-07-01-25/+46
|\ \ | |/ |/|
| * Update r.html.markdowne99n092013-07-01-29/+46
| | | | | | Fixed the mistake about integers that yuhui brought up. Deleted the confusing suggestion about command-enter (doesn't work for all GUIs or on Windows). Added some more information about vectors. Added some information about conditional clauses. Included some information at the very end on where to get R and R GUIs
* | Fix typos in R tutorialLubomír Sedlář2013-07-01-3/+3
| |
* | Added filename parameterAdam2013-06-29-1/+1
| |
* | A few fixesAdam2013-06-29-13/+13
|/
* Create r.html.markdowne99n092013-06-29-0/+328
An executable R tutorial (with complementary .csv file)