Commit Graph

1377 Commits

Author SHA1 Message Date
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
Garrett e6cbeafe1e Began writing draft for visualization chapter. 2015-11-06 17:10:31 -05:00
hadley 99338eece0 More on strings 2015-11-05 08:17:48 -06:00
hadley 2a62c53d56 Also need microbenchmark 2015-11-01 22:15:49 -05:00
hadley c4115ae3d2 Keeping on writing about strings 2015-11-01 21:59:18 -05:00
hadley 68463fa3ff Slowly working through different stringr functions. 2015-10-30 09:55:03 -05:00
hadley 3b5b47aacd Add htmlwidgets reqs to template 2015-10-29 10:15:48 -05:00
hadley 23908731a6 More work on strings 2015-10-29 10:13:19 -05:00
hadley 96af27e155 Didn't help 2015-10-28 11:35:25 -05:00
hadley 1d430e7e3e Try also copyring www dir 2015-10-28 11:11:46 -05:00
hadley f5740de1e7 More working on strings 2015-10-28 11:03:11 -05:00
hadley 25989219c7 Install htmlwidgets and htmltools 2015-10-27 13:11:02 -05:00
hadley 8a665354a2 Install specific version of jekyll 2015-10-27 11:15:42 -05:00
hadley 5e65371942 Use str_view htmlwidget 2015-10-27 11:03:27 -05:00
hadley 4ca5cdbaab More on strings 2015-10-27 09:33:41 -05:00
hadley 979289c50b Some string tweaking 2015-10-26 09:52:24 -05:00
hadley ec529ef1fa More about strings 2015-10-22 13:17:00 -05:00
hadley 88626be626 Start on strings 2015-10-21 09:31:15 -05:00
hadley da42f0d571 A bit about functions and for loops 2015-10-21 08:04:37 -05:00
hadley 480de24ec7 Merge branch 'master' of github.com:hadley/r4ds 2015-10-19 08:41:40 -05:00
hadley e8d5b0e479 Brain dump of expressing yourself. 2015-10-19 08:41:33 -05:00
Garrett 80ab0f1752 Edited intro to streamline prereqs and define variable, observation, and value. 2015-10-12 17:20:16 -04:00
Ben Marwick 98886a3460 howver -> however
Thanks for making this open access. I look forward to seeing the rest of the chapters!
2015-10-11 00:35:29 +11:00
hadley f2a8c6bbf7 Note about row names 2015-09-23 09:57:34 -05:00
hadley 65c6cc790a More on column types 2015-09-23 08:58:16 -05:00
hadley d5d52f05c6 Start writing about readr 2015-09-22 13:35:39 -05:00
hadley 445c3dba82 Need to also discuss where to get help 2015-09-22 07:59:27 -05:00
hadley a0adb8f0c8 Add missing headings 2015-09-21 08:45:06 -05:00
hadley 1b42fe786a Rough notes for import & transform 2015-09-21 08:41:14 -05:00
hadley 4a70fc4a91 Some big picture stuff in the overview 2015-09-21 08:21:59 -05:00
Garrett daef68dce7 Expanded draft of prerequisites section to include install instructions 2015-07-29 20:58:29 -04:00