Commit Graph

1555 Commits

Author SHA1 Message Date
Hadley Wickham b19605201b Set RUST_BACKTRACE env var 2022-06-08 11:22:11 -05:00
Hadley Wickham 7c32fe3ab0 More on rectangling 2022-06-08 10:34:20 -05:00
Hadley Wickham 8df9180fae No longer need dev dbplyr; but need dev repurrrsive 2022-06-08 10:32:46 -05:00
Hadley Wickham 3301743e0f Always use native pipe 2022-06-08 08:15:45 -05:00
Hadley Wickham f0b2c07ede Brain dump into rectangling 2022-06-07 09:18:14 -05:00
Hadley Wickham 0920f5da6a Bring back wrangle 2022-06-06 08:39:58 -05:00
Hadley Wickham 64ff6efee5 Update status 2022-06-04 09:40:20 -05:00
Hadley Wickham d411ae3780 Respond to feedback from twitter 2022-06-04 09:22:05 -05:00
Maria Paula Caldas 6408e00d93
Fix in minor typos in import-databases (#1040)
* Fix typos

* dbplyr sql() to lower case
2022-06-03 21:28:45 -04:00
Mine Cetinkaya-Rundel 325925fbf1
Fix typo, closes #1041 2022-06-03 21:26:58 -04:00
fellennert cd9b6ac81f
Fix typo (#1039)
it said 'dplyr' where it should have been 'dbplyr'
2022-06-03 12:11:25 -05:00
Luke W Johnston e306514b98
Seems like a typo (#1037) 2022-06-02 16:23:21 -04:00
Julian During 00860f8bd6
Typo (#1038) 2022-06-02 16:22:39 -04:00
Hadley Wickham ccd91d5462 Proof reading 2022-06-02 10:39:52 -05:00
Hadley Wickham 732bf59c9b More on SQL 2022-06-02 10:39:10 -05:00
Hadley Wickham 72624002a4 More polishing 2022-06-02 10:39:07 -05:00
Mine Çetinkaya-Rundel ff05d630b8 Implement suggestions and typo fixes, closes #1028 2022-06-01 01:04:50 -04:00
Mine Çetinkaya-Rundel 7618f2e3cb Implement typo fixes & suggestions, closes #1031 2022-06-01 00:52:33 -04:00
Mine Çetinkaya-Rundel 3e5aaa10b5 Merge branch 'main' of https://github.com/hadley/r4ds into main 2022-06-01 00:22:38 -04:00
Mine Çetinkaya-Rundel c101f64f86 Add what TB is, fix typos, closes #1030 2022-06-01 00:22:32 -04:00
Tim Broderick 73088da520
Update data-tidy.qmd (#1032)
Remove comma after "values_to = "rank" in the first billboard pivot_longer example.
2022-06-01 00:19:32 -04:00
Jajo 63d47c6bfb
Update data-visualize.qmd (#1036)
Added example for facet_wrap
2022-06-01 00:19:04 -04:00
Mine Çetinkaya-Rundel 57206d364a Typo fixes, closes #1029 2022-06-01 00:15:55 -04:00
Mine Cetinkaya-Rundel dd64a615bd
Minor typos (#1033) 2022-06-01 00:05:59 -04:00
Jennifer (Jenny) Bryan b67ac1dbe8
SQL, not HTML (#1034) 2022-05-28 15:38:31 -05:00
Hadley Wickham 8771040c0a More on SQL 2022-05-26 10:55:12 -05:00
Hadley Wickham e8e2d19f6c Correctly override code colour 2022-05-26 10:24:01 -05:00
Hadley Wickham a44a1a0551 Working on second half 2022-05-25 17:03:37 -05:00
Hadley Wickham cd16ec24fc Use dev dbplyr 2022-05-25 10:46:48 -05:00
Hadley Wickham a3651082c5 Polishing first half 2022-05-24 10:12:41 -05:00
Mine Cetinkaya-Rundel 262f4ba02f
Convert to Quarto book (#1026)
* Use _quarto.yml
* Rmd -> qmd
* Update build type to None
* Update styling Styling to get close to bs4_book + color
* Convert crossrefs
* Covert chunk options
* Switch to plausible for analytics
* Update action
2022-05-14 08:46:49 +12:00
Hadley Wickham 12474765cf More database polishing 2022-05-13 13:38:55 -05:00
Hadley Wickham 1b782799b0 Minor missing values proofing from twitter feedback
Fixes #1025
2022-05-11 13:39:46 -05:00
Hadley Wickham 0ea0ce5e14 Polishing missing values 2022-05-10 21:04:14 -05:00
Hadley Wickham 721ba68ac4 Add databases chapter 2022-05-10 17:26:17 -05:00
Mine Çetinkaya-Rundel 05c66b6f7f Clarify question, closes #993 2022-05-09 13:38:57 -04:00
Mine Çetinkaya-Rundel 7dbe3f9487 fct_infreq results in decreasing order, closes #948 2022-05-09 13:31:21 -04:00
Mine Çetinkaya-Rundel 564d2be645 Clarify why/how typos/case matters, closes #860 2022-05-09 13:19:36 -04:00
Mine Çetinkaya-Rundel fa8218035f Clarify why histogram starts below 0, closes #724 2022-05-09 12:31:46 -04:00
Rafał Kucharski b6809a8a9c
Update data-tidy.Rmd (#1024)
* Update data-tidy.Rmd

Fixed a few typos and propose some grammar corrections.

* Update data-tidy.Rmd

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2022-05-09 09:04:20 -04:00
Mine Cetinkaya-Rundel ede8ec5c1b
Updates to whole game - EDA chapter (#1022)
* Fix ref

* YAML chunk options, alt text, minor edits

* More alt + move mapping to global in 1 layer plots

* Some more alt text + modelr -> tidymodels + copyedits

* Add tidymodels

* Fix chunk option

* ifelse -> if_else

* Fixed two broken links, thanks @PursuitOfDataScience

* Walk back ifelse -> if_else change to avoid NA type discussion

* Add restructuring disclaimer
2022-05-08 15:23:00 -04:00
Mine Çetinkaya-Rundel bf57482aae Copy edits to help 2022-05-08 01:33:02 -04:00
Mine Çetinkaya-Rundel ec502237e2 UK -> US spelling, multi-line alt text, YAML chunk opts 2022-05-08 01:32:25 -04:00
Mine Çetinkaya-Rundel e6b958b196 Selected, relevant edits from @pkq. Closes #679. 2022-05-07 22:17:21 -04:00
Y. Yu e6bc512e98
Update program.Rmd (#984)
* Update program.Rmd

Book links do not work as of now. I replaced the links that can direct viewers to the right sites!

* Link to online versions

Co-authored-by: Mine Çetinkaya-Rundel <cetinkaya.mine@gmail.com>
2022-05-07 20:55:56 -04:00
Y. Yu d849490dd8
Update communicate-plots.Rmd (#986)
* Update communicate-plots.Rmd

Updated the ggplot2 book link.

* Fix URLs

Co-authored-by: Mine Çetinkaya-Rundel <cetinkaya.mine@gmail.com>
2022-05-07 17:58:06 -04:00
Antti Rask c486a57061
Update preface-2e.Rmd (#1020)
Correction for the line about new chapters on column-wise and row-wise operations.
2022-05-07 12:22:29 -04:00
Henry Webel 043a7cb15f
update link to Hands-On Programming with R (#981) 2022-05-07 12:21:37 -04:00
Zeki Akyol eee847d079
Suggested typo fix (#1019) 2022-05-06 14:53:00 -04:00
Michael Boerman e7eab6aef3
Suggested changed to grammar in the new pipes section (#1018) 2022-05-05 15:43:59 -05:00