Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove leading and trailing empty lines in code blocks | Boris Verkhovskiy | 2024-04-06 | -4/+0 |
| | ||||
* | Update r.html.markdown | kintrix | 2023-03-09 | -1/+1 |
| | ||||
* | Merge branch 'master' into patch-1 | Marcel Ribeiro Dantas | 2022-06-27 | -148/+149 |
|\ | ||||
| * | Merge branch 'master' into patch-1 | Marcel Ribeiro Dantas | 2022-06-27 | -4/+6 |
| |\ | ||||
| | * | Fix warning about stringsAsFactors | Marcel Ribeiro Dantas | 2022-04-09 | -3/+5 |
| | | | | | | | | | | | | | | | In R 4.0.0, stringsAsFactors default value changed from TRUE to FALSE. This commit fixes the warning message in the current file to make this clear for readers. This commit also updates the list of contributors for this file. | |||
| | * | Update return of class(mat) according to R 4.0.0 | Marcel Ribeiro Dantas | 2022-04-09 | -1/+1 |
| | | | | | | | | | A matrix is the special case of a two-dimensional ‘array’. Since R 4.0.0, ‘inherits(m, "array")’ is true for a ‘matrix’ ‘m’, which makes class(mat) return "matrix" "array", not only "matrix" as before. | |||
| * | | [R/en] Format R code | Crystal-RainSlide | 2022-03-08 | -140/+139 |
| |/ | ||||
| * | Fixed output. (#4157) | Shivanshu | 2022-01-04 | -2/+2 |
| | | | | | | Fixed output provided in comments beside the command. | |||
| * | Remove binary gender example from R (#4082) | Hank Hester | 2021-01-15 | -7/+7 |
| | | ||||
* | | Update r.html.markdown | Adnane Hmunna | 2020-12-13 | -4/+4 |
|/ | | | Following R best practices, it's recommened to use only double-quotes. | |||
* | Fix #3479 | Divay Prakash | 2019-02-28 | -1/+1 |
| | | | Change `http` to `https`. | |||
* | Fix R ggplot error, closes #2237 | Divay Prakash | 2018-11-02 | -1/+1 |
| | ||||
* | [r/en] Fix read.csv per #2236 | Keith Miyake | 2017-10-19 | -1/+2 |
| | ||||
* | Fix a bunch of typos | HairyFotr | 2017-08-23 | -2/+2 |
| | ||||
* | fix spaces at end-of-lines again | Kristin Linn | 2015-10-20 | -2/+5 |
| | ||||
* | fix spaces at end-of-lines | Kristin Linn | 2015-10-20 | -21/+20 |
| | ||||
* | add statistical analysis section with general linear models | Kristin Linn | 2015-10-20 | -22/+21 |
| | ||||
* | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs | Kristin Linn | 2015-10-20 | -21/+22 |
|\ | ||||
| * | Update r.html.markdown | Ben Harris | 2015-10-16 | -1/+2 |
| | | | | | | | | | | Correct key used to execute a line on Windows. closes #427 | |||
| * | removing whitespace all over | Gabriel Halley | 2015-10-07 | -20/+20 |
| | | ||||
* | | add statistical analysis section with general linear models | Kristin Linn | 2015-10-20 | -4/+101 |
|/ | ||||
* | Add definition of parakeet in r.html.markdown | acganesh | 2015-01-28 | -0/+1 |
| | | | Added a definition of the `parakeet` variable. It's currently never defined, but referenced. | |||
* | Update r.html.markdown | searoso | 2015-01-25 | -1/+1 |
| | ||||
* | Update r.html.markdown | searoso | 2015-01-20 | -0/+7 |
| | | | Added logical operators that were missing. | |||
* | Remove misleading example of NA in Levels section | Bruno Kim Medeiros Cesar | 2014-11-01 | -5/+6 |
| | | | | | The levels section was using a level "NA" together with "female" and "male", which is misleading (given that NA was just introduced as a missing value). I updated it to what I believe is a better example of how NAs are interpreted. Additionally, I edited a comment about Inf that wouldn't compile. How about inserting it at the tutorial altogether? | |||
* | Review docs for added rouge lexers and update those with new highlighters | Adam | 2014-09-08 | -1/+1 |
| | ||||
* | Minor typo | Antonio Lima | 2014-05-29 | -1/+1 |
| | ||||
* | Fix accidentally-commented-out line | e99n09 | 2014-05-24 | -1/+1 |
| | | | Un-commented a line that should have been executable. | |||
* | Update r.html.markdown | e99n09 | 2014-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 content | e99n09 | 2014-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 symbol | Sam Dodrill | 2014-04-14 | -1/+1 |
| | ||||
* | Update r.html.markdown | Tom Hebbron | 2013-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-4 | Adam Bard | 2013-08-11 | -4/+4 |
|\ | | | | | Bender Bending Rodríguez | |||
| * | Bender Bending Rodríguez | i | 2013-08-09 | -4/+4 |
| | | | | | | Let's make the function example do something a little more interesting. | |||
* | | fixed wrong sample output in r.htl.markdown | Johannes Choo | 2013-08-11 | -5/+7 |
|/ | ||||
* | Merge pull request #180 from isomorphisms/master | Adam Bard | 2013-08-08 | -66/+247 |
|\ | | | | | things you can do without programming | |||
| * | Update r.html.markdown | i | 2013-08-08 | -1/+1 |
| | | | | | | ...only in Windows | |||
| * | Update r.html.markdown | i | 2013-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. | |||
* | | wording | i | 2013-08-08 | -1/+1 |
|/ | | | Compiling in LaTeX isn't that easy, actually... | |||
* | Authors -> Contributors | Adam | 2013-07-03 | -2/+2 |
| | ||||
* | Merge pull request #83 from josericardo/fixing-list-initialization | Adam Bard | 2013-07-01 | -1/+2 |
|\ | | | | | Fixing list initialization in the R example. | |||
| * | Fixing list initialization in the R example. | José Ricardo | 2013-07-01 | -1/+2 |
| | | ||||
* | | Merged changes for r | Adam | 2013-07-01 | -25/+46 |
|\ \ | |/ |/| | ||||
| * | Update r.html.markdown | e99n09 | 2013-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 tutorial | Lubomír Sedlář | 2013-07-01 | -3/+3 |
| | | ||||
* | | Added filename parameter | Adam | 2013-06-29 | -1/+1 |
| | | ||||
* | | A few fixes | Adam | 2013-06-29 | -13/+13 |
|/ | ||||
* | Create r.html.markdown | e99n09 | 2013-06-29 | -0/+328 |
An executable R tutorial (with complementary .csv file) |