hadley
649ddedc9a
Merge branch 'master' of github.com:hadley/r4ds
2015-11-21 08:39:27 +13:00
hadley
bcec19ab40
More writing about purrr and lists
2015-11-21 08:31:32 +13:00
hadley
445b1a0748
Add exercises. Update adverbs
2015-11-20 06:18:36 +13:00
Garrett
24cd931ef7
More work on visualization.
2015-11-18 17:01:07 -05:00
hadley
269867d60c
Polish list, loops, & map() intro.
2015-11-19 07:03:51 +13:00
Garrett
c2ee6409e0
More work on visualization chapter. Adds grammar of graphics diagrams.
2015-11-18 09:21:22 -05:00
shoili
83864badf8
Typo correction in file expressing-yourself.Rmd
...
The discussion of the code in lines 236-243 was a little confusing with x and y so I proposed changing it to a and b. Not sure if that was just an error that crept in while rewriting and fiddling around with the sentence or a conscious decision from you.
2015-11-18 11:55:15 +05:30
Garrett
05223ebb52
More work on visualization chapter.
2015-11-16 21:19:27 -05:00
Garrett
413b943517
More work on visualization. Improves initial examples.
2015-11-13 17:16:12 -05:00
Garrett
58773275f9
More work on visualization chapter.
2015-11-12 17:44:03 -05:00
hadley
d30bded405
More purrr updates
2015-11-12 13:43:06 -06:00
hadley
6c84e9d384
Note to look at site
2015-11-11 16:44:57 -06:00
Garrett
ce92742614
More work on visualization.
2015-11-11 17:29:55 -05:00
hadley
eaf25f50c6
Update post map_df
2015-11-11 11:31:15 -06:00
Garrett
1931343cf3
Merge branch 'master' of github.com:hadley/r4ds
2015-11-10 17:28:16 -05:00
Garrett
e986755666
Editing and adding to visualization chapter.
2015-11-10 17:28:05 -05:00
hadley
1aea6351a9
Don't need to install pandoc from apt
2015-11-10 11:16:31 -06:00
hadley
a9b7f2f3a8
More work on lists chapter
2015-11-10 11:12:09 -06:00
hadley
d413489950
Installing deploy deps doesn't seem to save any time
2015-11-10 11:06:41 -06:00
hadley
f30293c27d
Clean up after pandoc install
2015-11-10 11:06:27 -06:00
hadley
5b0acf27c0
Exclude vendor dir from jekyll
2015-11-10 10:57:03 -06:00
hadley
5865a2dcff
Install more deployment deps so they get cached
2015-11-10 10:54:37 -06:00
hadley
059e8212e8
Don't need readr from github anymore
2015-11-10 10:52:08 -06:00
hadley
6c882aba69
Install gems locally so they get cached
2015-11-10 10:48:47 -06:00
hadley
259806d04d
Install pandoc from RStudio
2015-11-10 10:44:33 -06:00
hadley
11b6e82852
Minor caching tweaks
2015-11-10 10:14:13 -06:00
hadley
0624c60690
Correct spelling
2015-11-10 09:02:51 -06:00
hadley
db4ec4b571
Rstudio writes post-package conversion
2015-11-10 08:56:01 -06:00
hadley
8ae551b167
Install dev version of devtools
2015-11-10 08:53:41 -06:00
hadley
ca5ad1e5c9
Install dev version of purrr
2015-11-10 07:52:44 -06:00
hadley
8ca716b97a
Merge branch 'master' of github.com:hadley/r4ds
2015-11-10 07:50:29 -06:00
hadley
3774e95a4a
Start updating travis build script
2015-11-10 07:50:20 -06:00
Garrett
69129b8710
Merge branch 'master' of github.com:hadley/r4ds
2015-11-09 20:20:10 -05:00
Garrett
ff858b34ba
Expand Visualization Section 1 to cover aesthetics, facets, positions, geoms, parameters, and stats.
2015-11-09 20:20:07 -05:00
Hadley Wickham
dbbf6f8c90
Merge pull request #10 from dgromer/patch-1
...
Fix for string subsetting example
2015-11-09 12:44:42 -06:00
Daniel Gromer
1d02bda86a
Fix for string subsetting example
...
Words in example vector `x <- c("apple", "banana", "pear")` should start with an uppercase letter so the `str_to_lower` example makes sense.
2015-11-09 19:41:00 +01:00
hadley
0d84ea2a86
Add lists to TOC
2015-11-09 10:46:30 -06:00
hadley
c759a2c9f2
And broom...
2015-11-09 09:41:15 -06:00
hadley
46bd89bc66
Install purrr
2015-11-09 09:23:56 -06:00
hadley
67d3e575aa
Merge branch 'master' of github.com:hadley/r4ds
2015-11-09 08:58:40 -06:00
hadley
7fb20a36f4
More on lists
2015-11-09 08:58:33 -06:00
Hadley Wickham
1b53559b54
Merge pull request #9 from lawwu/patch-1
...
Update strings.Rmd
2015-11-09 06:35:08 -06:00
hadley
a5003a2ea8
Lists/purrr brain dump
2015-11-09 06:33:07 -06:00
hadley
0b9b5ffeaa
Add autocomplete screenshot
2015-11-09 06:32:56 -06:00
Hadley Wickham
d963d3415f
Merge pull request #8 from Robinlovelace/master
...
Minor fixes to string manipulation chapter
2015-11-09 06:30:45 -06:00
Lawrence Wu
1a38049f2d
Update strings.Rmd
...
typo in the stringi package section, should read stringr
2015-11-07 21:20:47 -08:00
robinlovelace
7e8d4fafe1
Update text related to autocompletion
...
Also fixes incorrect conjugation for 'trigger'
2015-11-07 15:26:47 +00:00
robinlovelace
6cc8b759a2
Clarify comment, remove brackets
2015-11-07 15:20:43 +00:00
Garrett
34d62f5b15
Adding visualize chapter to TOC/index page.
2015-11-06 17:16:53 -05:00
Garrett
a622b71b2f
Merge branch 'master' of github.com:hadley/r4ds
2015-11-06 17:11:27 -05:00