hadley
d2613dcd72
Another tab dump for strptime
2015-12-16 11:21:42 -06:00
hadley
8babf77789
tab dump
2015-12-16 11:20:33 -06:00
Peter Hurford
41e84491bf
Typofix: Juli -> Julia
2015-12-16 10:39:26 -06:00
hadley
3dfc8c86ce
More on transform
2015-12-16 09:58:52 -06:00
hadley
9b45e59e64
More on transform
2015-12-15 09:26:47 -06:00
hadley
07437c51a9
And restore jekyll config
2015-12-14 10:12:40 -06:00
hadley
9b5b83ec64
Continue to use my bookdown for public site
2015-12-14 10:07:30 -06:00
hadley
dd1e3c29da
Merge branch 'master' of github.com:hadley/r4ds
...
# Conflicts:
# visualize.Rmd
2015-12-14 09:50:35 -06:00
hadley
fdd6408125
Rewriting transforms
2015-12-14 09:45:41 -06:00
hadley
f45d5c8499
Revert index for now
2015-12-14 07:47:53 -06:00
Garrett
d784cf7e98
Removes unused visualization figures.
2015-12-13 17:03:51 -05:00
Garrett
8c82b01d04
Finished draft of visualization chapter. Includes short section on communication.
2015-12-13 17:01:56 -05:00
Garrett
0d3a912e6d
Adds tables and figures to complete visualization chapter.
2015-12-13 17:01:27 -05:00
hadley
8e40393cf5
Local bookdown working
2015-12-11 13:28:10 -06:00
hadley
bad4c9d975
Make sure first element is heading
2015-12-11 12:34:20 -06:00
Hadley Wickham
d7bda8ed2c
Merge pull request #14 from harrismcgehee/patch-1
...
Update lists.Rmd
2015-12-11 11:17:41 -06:00
harrismcgehee
15947eca11
Update lists.Rmd
...
added "for" in the walk() description
2015-12-11 12:14:54 -05:00
hadley
323477d7e5
More communication links
2015-12-08 10:29:04 -06:00
hadley
bb1e49c641
Dump in dplyr vignettes
2015-12-08 10:28:54 -06:00
hadley
afeae8396b
Complete draft of lists chapter
2015-12-08 10:11:53 -06:00
hadley
27b148d9ea
Very brief RStudio orientation
2015-12-08 06:53:57 -06:00
hadley
cc4c43e367
Fix figure path for functions
2015-12-08 06:22:03 -06:00
hadley
e4b1d60743
Better image scaling for tidy data
2015-12-08 06:20:11 -06:00
hadley
939091bbec
Continuing to tweak intro
2015-12-08 06:09:42 -06:00
hadley
f990d07891
Note a couple of communication resources
2015-12-08 05:49:16 -06:00
hadley
8e77cbbc92
Use markdown em-dash
2015-12-08 05:49:02 -06:00
hadley
43101c92ed
Add TOC id
2015-12-07 17:55:53 -06:00
hadley
d7d15cad7b
More intro polishing
2015-12-07 17:53:43 -06:00
hadley
4db8b3efbc
Tweak part headings
2015-12-07 16:07:25 -06:00
hadley
a472e9aff1
Use dev version of ggplot2
2015-12-07 15:59:44 -06:00
hadley
a2df8718a8
Hack to fix figure rendering for eda & visualize chapters
2015-12-07 15:57:36 -06:00
hadley
457ef3f4bb
Load ggplot2 in eda chapter
2015-12-07 15:47:52 -06:00
hadley
3743516e3e
Merge branch 'master' of github.com:hadley/r4ds
2015-12-07 15:38:03 -06:00
hadley
748f28879b
Include hexbin in DESCRIPTION.
2015-12-07 15:37:56 -06:00
Garrett
ee6b75a13e
Move Visualization case study into EDA chapter.
2015-12-07 16:18:38 -05:00
hadley
2ee7b9c006
Restructuring
2015-12-07 14:57:08 -06:00
hadley
12d968d6f2
Match packages to what we're installing on travis
2015-12-07 14:01:40 -06:00
hadley
0326a7b010
Merge branch 'master' of github.com:hadley/r4ds
2015-12-07 13:55:53 -06:00
hadley
6b87228742
Working on intro
2015-12-07 13:55:44 -06:00
Garrett
94e6d5f27b
Merge branch 'master' of github.com:hadley/r4ds
2015-12-07 14:05:09 -05:00
Garrett
f25b0daf05
Edited out 33 pages of visualization chapter. Completed first section of the chapter, which teaches the entire grammar of graphics by doing.
2015-12-07 14:05:04 -05:00
hadley
c18b4a4f40
Add needed packages to model-assess
2015-12-07 09:06:19 -06:00
hadley
5ae3b64a48
Bring back the communication section
2015-12-07 08:56:30 -06:00
hadley
87e4947f66
Sketch out complete book outline
2015-12-06 18:02:29 +04:00
hadley
129649eaed
List vs df
2015-12-06 17:07:33 +04:00
hadley
b3211c59d0
Merge branch 'master' of github.com:hadley/r4ds
2015-12-06 13:14:12 +04:00
hadley
676588f039
Extract out multiple models to modelling chapter
2015-12-06 13:11:52 +04:00
Hadley Wickham
b7a3c94a79
Merge pull request #11 from shoili/patch-1
...
Typo correction in file expressing-yourself.Rmd
2015-12-02 07:51:17 +04:00
Hadley Wickham
539cbe8281
Merge pull request #12 from bgreenwell/patch-1
...
Change `*` to `$` in Anchors Section of strings.Rmd
2015-12-02 07:47:08 +04:00
Brandon Greenwell
6b47330ea4
Change `*` to `$` in Anchors Section of strings.Rmd
...
I'm just learning regular expressions, but I think you meant to use $ instead of * in the second bullet point in the section titled Anchors in strings.Rmd.
2015-12-01 14:27:35 -05:00