Commit Graph

910 Commits

Author SHA1 Message Date
hadley
cf43de459d Merge branch 'master' of github.com:hadley/r4ds 2016-05-03 07:40:30 -05:00
Garrett
1fe1ca2015 Writing variation chapter. 2016-05-02 17:11:00 -04:00
Garrett
2e37431e7d Splits R Markdown chapter in two. 2016-05-02 10:15:49 -04:00
hadley
91d49fb470 Can now use CRAN nycflights13 2016-05-01 07:57:13 +01:00
hadley
bb984e9416 Restructure chapters once more 2016-04-27 08:04:29 +01:00
hadley
8b9e0ae78b Add link to license 2016-04-27 08:00:20 +01:00
OaCantona
03e81bfee6 Typo 2016-04-25 08:39:48 +02:00
hadley
9aaea8e133 Tell pdf_book that this is a book 2016-04-22 15:28:06 -05:00
hadley
e36a6ccbd1 No longer need out.width for diagrams 2016-04-22 15:27:45 -05:00
hadley
d43119af26 Minor date-time tweaks 2016-04-22 13:12:09 -05:00
hadley
ac6c767125 Merge branch 'master' of github.com:hadley/r4ds 2016-04-22 13:05:07 -05:00
hadley
0b1dd9321b Fix variable name 2016-04-22 09:51:12 -05:00
Garrett
deed894b40 Edits to datetimes.Rmd 2016-04-21 13:29:05 -04:00
Garrett
8dcfd1bb09 Merge branch 'master' of github.com:hadley/r4ds 2016-04-21 13:26:38 -04:00
Garrett
bce31061ce Remainder of datetimes chapter. 2016-04-21 13:26:19 -04:00
hadley
4f60f5eb74 Inline build.sh into travis 2016-04-21 08:37:38 -05:00
hadley
239e5cec2b Use new RStudio book building tools 2016-04-21 08:18:10 -05:00
hadley
cde903328f Tweak appearance of index 2016-04-21 08:07:47 -05:00
hadley
bcb01e4d6f Use new part headings 2016-04-21 08:01:34 -05:00
Garrett
6e3ac8aa0d "Adds beginning of date time chapter" 2016-04-20 17:11:04 -04:00
hadley
b2f4766376 Merge branch 'master' of github.com:hadley/r4ds 2016-04-18 08:45:38 -05:00
hadley
8b7f709a57 More about vectors 2016-04-18 08:45:27 -05:00
Garrett
98f85a34d6 Small copy edits edits to program.Rmd and pipes.Rmd 2016-04-07 16:54:53 -04:00
Garrett
b724f667bb Small copy edits edits to strings.Rmd 2016-04-07 16:10:32 -04:00
Garrett
90bd4fb1d1 Small copy edits edits to relational-data.Rmd 2016-04-07 14:26:17 -04:00
hadley
67516034f7 Merge branch 'master' of github.com:hadley/r4ds 2016-04-07 09:21:44 -05:00
hadley
28fe9727a9 More writing about data structures 2016-04-07 09:21:39 -05:00
Garrett
a10af77690 Small edits to import.Rmd (typos and mistakes) 2016-04-06 14:24:44 -04:00
Garrett
741b3e588b Small edits to work.Rmd 2016-04-06 14:20:52 -04:00
hadley
fb5a93d6db Merge branch 'master' of github.com:hadley/r4ds 2016-04-06 09:02:17 -05:00
hadley
39e23c46de More about data structures 2016-04-06 09:02:11 -05:00
Garrett
fd1f530d6c Small edits to model.Rmd 2016-04-05 20:56:40 -04:00
Garrett
6803e565fd Small edits to transform.Rmd (typos and mistakes) 2016-04-05 20:56:21 -04:00
Garrett
0bf6fb4da4 Merges changes in visualize.Rmd 2016-04-05 12:19:10 -04:00
Garrett
f7680d5d91 Edits to visualization chapter. Splits preparing graphs for publication material into a new chapter for the Communicate part. 2016-04-05 12:13:42 -04:00
Hadley Wickham
64346c3239 Merge pull request #87 from KyleHumphrey/patch-1
Update visualize.Rmd
2016-04-04 20:07:01 -05:00
KyleHumphrey
d3e8cadd5d Update visualize.Rmd
Fixed typo "plot all" to "plot call"
2016-04-04 17:47:53 -07:00
hadley
93cb8b5f73 Working on data structures 2016-04-04 09:06:04 -05:00
Hadley Wickham
d40b29034e Merge pull request #86 from spirgel/patch-4
typos
2016-04-04 08:29:43 -05:00
Hadley Wickham
b985eabd6c Merge pull request #85 from spirgel/patch-2
fixed "from" typo
2016-04-04 08:29:23 -05:00
spirgel
de28aa5827 typos 2016-04-02 16:49:10 -04:00
spirgel
f5fc355d73 fixed "from" typo
Changed "... isn't ready from prime time yet." at end of 5.7.1 to " isn't ready for prime time yet."
2016-04-02 16:43:08 -04:00
Garrett
53dc4b8784 Merge branch 'master' of github.com:hadley/r4ds 2016-04-01 16:44:56 -04:00
Garrett
ec1e1d8dbc Imrpoves intro to visualization chapter. 2016-04-01 16:44:38 -04:00
hadley
7954100992 Tweak repo; add twitter handle 2016-04-01 12:08:28 -07:00
hadley
733949ad90 Add repo to yaml 2016-04-01 10:34:32 -07:00
hadley
f7efc6ecb4 Brain dump of some import ideas 2016-04-01 10:33:51 -07:00
hadley
80db16f565 Merge branch 'master' of github.com:hadley/r4ds
# Conflicts:
#	index.rmd
2016-04-01 10:32:09 -07:00
hadley
a78edc2e20 Fixes to get pdf book building 2016-04-01 10:31:09 -07:00
Hadley Wickham
49f212a51e Merge pull request #84 from yihui/yaml-meta
Add author and description to YAML
2016-04-01 10:05:19 -07:00