Commit Graph

1739 Commits

Author SHA1 Message Date
Hadley Wickham
db5d108a78 Fix typo 2022-08-09 16:45:24 -05:00
Hadley Wickham
776606f0a5 Define %--%
Fixes #635
2022-08-09 15:57:18 -05:00
Hadley Wickham
4c3f5aa604 More caveats about durations
Fixes #957
2022-08-09 15:51:15 -05:00
Hadley Wickham
5162de55ea Use consecutive_id() instead of cumsum() tricks
Fixes #1055
2022-08-09 15:45:59 -05:00
Hadley Wickham
1d0902c9bf Switch from I to we
Fixes #642
2022-08-09 11:43:12 -05:00
Hadley Wickham
c6b1f501c2 Need to escape space even in character class
Fixes #967
2022-08-09 09:21:27 -05:00
Hadley Wickham
2b04c35228 Packrat -> renv
Fixes #960
2022-08-09 09:19:47 -05:00
Hadley Wickham
d7b9942bc6 Fix links
Fixes #1047
2022-08-09 09:16:59 -05:00
Hadley Wickham
71bae882d3 Add dplyr to explict deps 2022-08-09 08:25:06 -05:00
Hadley Wickham
00dac599ad Use dev dplyr 2022-08-09 07:49:39 -05:00
Hadley Wickham
67b5e673b9 Move sentence to better place & finish it. 2022-08-08 17:43:40 -05:00
Hadley Wickham
0b7f9f248b Delete extra files
I'm confident that these won't make it into the final book
2022-08-08 13:58:29 -05:00
Hadley Wickham
0c05d01794 Tweak :: description and usage 2022-08-08 13:57:08 -05:00
Hadley Wickham
f37e134d74 Remove extra chapter about hierarchical data
Since now superseded by rectangling
2022-08-08 13:56:14 -05:00
Hadley Wickham
027848d806 Minor updates to intro 2022-08-08 13:47:35 -05:00
Hadley Wickham
5ec12ac2f6 Link to faux package vignette 2022-08-08 13:44:15 -05:00
Hadley Wickham
01b86c5025 Add cut 2022-08-08 13:44:06 -05:00
Hadley Wickham
8dc95f9c6d Polish ordered factors 2022-08-08 12:06:34 -05:00
Hadley Wickham
8e2430817f Mention ordered factors 2022-08-08 11:58:09 -05:00
Hadley Wickham
fc80f12bec Polishing rectangling chapter 2022-08-08 08:27:25 -05:00
Hadley Wickham
c83d21200d Use dev dbplyr 2022-08-04 08:07:12 -05:00
Hadley Wickham
226e0061ad Polishing rectangling 2022-08-04 08:07:12 -05:00
Rayna M Harris
df55cd92fa Update README.md (#1054)
bookdown to quarto
2022-07-29 08:46:19 -04:00
Kevin Perese
9a8c72c3ce Update data-visualize.qmd (#1048)
Describe a negative relationship between engine size and fuel efficiency.
2022-06-21 08:58:39 -05:00
Hadley Wickham
8f7748dcb1 Mild import/wrangling reorg 2022-06-20 10:40:11 -05:00
Hadley Wickham
23bfba6809 Rename relation-data.qmd to joins.qmd 2022-06-20 10:09:13 -05:00
Hadley Wickham
ca38492660 Light updates to joins chapter 2022-06-20 10:08:33 -05:00
Hadley Wickham
0705aceba7 Polish wrangling opener a little 2022-06-20 10:02:52 -05:00
Hadley Wickham
fe270b927b Polishing, up to end of case studies 2022-06-20 09:48:56 -05:00
Hadley Wickham
a8a3abe706 More polishing 2022-06-18 09:07:02 -05:00
Walter Somerville
15349e86af Correct function name (#1043)
Correct function names `str_lower` and `to_lower` to `str_to_lower`
2022-06-12 23:38:07 -04:00
Hadley Wickham
2f36331346 WS 2022-06-09 10:17:36 -05:00
Hadley Wickham
36144d4461 Enable reader mode 2022-06-09 10:13:37 -05:00
Hadley Wickham
45c5fc172f Lots of fleshing out 2022-06-09 09:44:32 -05:00
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