Commit Graph

1767 Commits

Author SHA1 Message Date
Hadley Wickham
44d978decc Restore underlines for linked code
Fixes #1143
2022-11-21 08:47:39 -06:00
Hadley Wickham
1477dd6fd3 Mention distinct 2022-11-21 08:43:00 -06:00
Hadley Wickham
bdc3555b9a Describe pull in Base R chapter
Fixes #1108
2022-11-21 08:43:00 -06:00
Hadley Wickham
c89aa20627 Discuss type consistency
Fixes #1109
2022-11-21 08:43:00 -06:00
Hadley Wickham
223e09a22b Bring back consecutive_id
Fixes #1104
2022-11-21 08:43:00 -06:00
werkstattcodes
fc0a996314 refer to used dataset (#1146) 2022-11-20 16:43:20 -05:00
Mine Cetinkaya-Rundel
2983376224 Minor edits during read thru of whole game viz (#1144)
* Add bit on visualize and Quarto

* Minor edits during readthru

* Fix typo
2022-11-19 15:46:51 -05:00
Hadley Wickham
5e47710f81 Fix typo
Closes #1101
2022-11-18 16:26:42 -06:00
Hadley Wickham
0d41a5d883 Fix typo
Closes #1084
2022-11-18 16:25:20 -06:00
Hadley Wickham
171f4bd4cc A bit more about group_by() 2022-11-18 16:17:43 -06:00
Hadley Wickham
3045d05e64 Use US spelling of summarize()
Fixes #1125
2022-11-18 16:07:54 -06:00
Hadley Wickham
d06d4129e6 Fix slice_sample() typo
Fixes #1131
2022-11-18 15:27:05 -06:00
Hadley Wickham
5d06b2c6d0 Mention glimpse 2022-11-18 15:25:52 -06:00
Hadley Wickham
df3d9cf513 Mention translations 2022-11-18 15:13:17 -06:00
Hadley Wickham
73a91b94cd Try renaming action in 2e 2022-11-18 12:58:34 -06:00
Hadley Wickham
a0f9d0d2d6 Actually strip status 2022-11-18 11:55:22 -06:00
Hadley Wickham
868a35ca71 Fix code language 2022-11-18 11:26:25 -06:00
Hadley Wickham
69b4597f3b More work on O'Reilly book
* Make width narrower
* Convert deps to table
* Strip chapter status
2022-11-18 11:05:00 -06:00
Hadley Wickham
5895db09cd Fix caption munging for captions with html 2022-11-18 10:46:15 -06:00
Hadley Wickham
89a854b7d0 Fix figure manipulation 2022-11-18 10:42:43 -06:00
Hadley Wickham
78a1c12fe7 Don't transform non-crossref links 2022-11-18 10:30:32 -06:00
Hadley Wickham
4caea5281b Commit O'Reilly HTML files to monitor fixes 2022-11-18 10:28:19 -06:00
Hadley Wickham
31ef77ced6 Fix code width to 80
And verify with a ruler
2022-11-18 10:23:53 -06:00
johannes4998
70e162de98 Add a favicon (#1140)
Fixes #1139
2022-11-18 09:49:14 -06:00
Hadley Wickham
01955400a5 Fix cross-ref 2022-11-17 10:00:58 -06:00
Hadley Wickham
bfa06daab5 Eliminate parsing chapter (#1128)
Originally the plan was to have two chapters about reading text files, a brief introduction in the whole game, and then a more detailed exploration later in the book. This organisation didn't seem to work very well because the second chapter didn't have much content, so I've removed it, integrating its content elsewhere in the book:

* Column parsing types moved back into data-import
* Specifics of parsing various data types (e.g. `col_number()`, `col_date()`, and `col_factor()`) moved into the corresponding data type chapters.
* String encoding has moved to the strings chapter

While I was in here I also removed the unused `import-other.qmd`; we had planned to survey other options but I no longer think this is worth it.
2022-11-17 09:56:08 -06:00
Mine Cetinkaya-Rundel
7ff2b15021 Communicate wrap up (#1136)
* Workflow update

* Edit Quarto formats

* Finish edits to formats + move quarto pngs

* Update intro + fix typos

* Update status
2022-11-12 15:08:58 -05:00
LOU Xun
9b592e7680 Simple typo fix (#1134) 2022-11-12 08:13:31 -06:00
Hadley Wickham
3e94cc82f0 Update README.md 2022-11-11 16:11:00 -06:00
Hadley Wickham
64a5123400 Fix small problems 2022-11-11 09:41:59 -06:00
Hadley Wickham
1476c94ea2 Tidy up unused images and dependencies (#1133)
* Remove unused images. Fixes #1132
* Remove unused dependencies
2022-11-11 09:40:43 -06:00
Jennifer (Jenny) Bryan
c4cd9cecfa Feedback on iteration chapter (#1130) 2022-11-11 08:00:44 -06:00
Hadley Wickham
1b82fe4625 Reformat 2022-11-10 06:42:39 -06:00
AlbertRapp
8edfbadba3 Typos and small grammar mistakes in regex chapter (#1129) 2022-11-09 14:47:46 -06:00
Hadley Wickham
4a761c77c6 Mention character class instead of escaping
@jennybc
2022-11-09 14:37:55 -06:00
Hadley Wickham
899c1dce85 Clarify why separate_wider_* live in tidyr 2022-11-09 12:47:28 -06:00
Hadley Wickham
3b9d54db7a More about lists 2022-11-08 16:19:14 -06:00
Hadley Wickham
0973a0dea8 Iteration is polishing now 2022-11-08 15:32:09 -06:00
Hadley Wickham
82e674e47d More on iteration 2022-11-08 15:30:56 -06:00
Hadley Wickham
484bb1e726 Polishing iteration 2022-11-08 10:56:23 -06:00
jeromecholewa
5bc1a702e5 Update strings.qmd (#1127)
Sorry, these updates are only cosmetic , not on the code. :)

str_glue instead of glue (mistype?)
delimiter instead of delimater
combining instead of combing
2022-11-08 10:42:20 -06:00
Robin Kohrs
f6081c4153 Typo (#1126) 2022-11-08 07:07:12 -06:00
Kevin Wright
e815b63ed6 Change "locations" to "indexes" (#1124)
The word "locations" makes it sound like `str_locate()`, which is NOT the case.
2022-11-08 07:06:54 -06:00
Hadley Wickham
a3b606dc47 Polish transform intros 2022-11-07 17:06:29 -06:00
Hadley Wickham
b1a0b8c39b Tweak transform introduction 2022-11-07 16:41:23 -06:00
Hadley Wickham
95ec1f11d0 Polish strings 2022-11-07 16:32:45 -06:00
Hadley Wickham
75538a5969 Use group_nest() in Iteration chapter 2022-11-07 10:05:05 -06:00
Hadley Wickham
f4f739bccb Use metacharacter + literal character terms 2022-11-07 09:50:57 -06:00
Hadley Wickham
45353e0a58 Add dev version caveats 2022-11-07 08:53:17 -06:00
Hadley Wickham
23b9caa7ae Fix typo
Fixes #1120
2022-11-07 08:38:11 -06:00