Commit Graph

36 Commits

Author SHA1 Message Date
Mine Cetinkaya-Rundel 5a5c574416
Update logicals.qmd, closes #1572 2023-10-30 08:18:58 -04:00
Steven Primeaux 187edbd55e
13.1.1 remove extra space (#1554) 2023-08-02 15:51:04 -04:00
hdigital be5039f33a
Use dplyr 1.1 'default' parameter in 'case_when()' (#1525)
* Use dplyr 1.1 'default' parameter in 'case_when()'

* Update logicals.qmd

---------

Co-authored-by: Hadley Wickham <hadley@posit.co>
2023-07-16 07:30:02 -05:00
Mine Cetinkaya-Rundel 02651ef846
Remove status (#1527)
* Remove status

* Remove status, no other changes

* Leave a note about how to use status()

* Remove status + visual editor made some changes

* Remove backticks added by visual editor

* Remove whitespaces
2023-07-13 11:52:21 -04:00
mine-cetinkaya-rundel 205c9922f4 Make syntax for multi-line fig-cap and fig-alt consistent 2023-05-26 11:44:08 -04:00
Mine Cetinkaya-Rundel a8a6d1bfbd
Clarify what +ve and -ve are, closes #1496 2023-05-24 13:12:36 -05:00
mine-cetinkaya-rundel 35a806d9ed Expand a bit on Boolean + missing, closes #1454 2023-05-09 22:57:02 -04:00
mine-cetinkaya-rundel 58547b1ec4 Matching narrative to code, closes #1440 2023-05-09 21:12:24 -04:00
mine-cetinkaya-rundel d848ab2006 Proper Boolean capitalization 2023-05-09 15:42:46 -04:00
Peter Baumgartner 50f061228f
Typo chap13 (#1424) 2023-04-16 10:06:22 -04:00
mine-cetinkaya-rundel b01bb5a061 Comma after e.g. 2023-04-10 11:23:23 -04:00
Hadley Wickham 7cd62150c0
TR feedback 2 (#1318) 2023-03-01 07:45:54 -06:00
David e3cb556344
Fixing typo (#1313)
* Fixing typo

* Update logicals.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-02-28 05:17:09 -05:00
Hadley Wickham c0f0375d44
TR review feedback for logicals-factors (#1310) 2023-02-27 16:42:29 -06:00
Zeki Akyol feaf9545fd
Clarify plaintext and fix punctuation (#1251) 2023-01-27 15:03:36 -06:00
Hadley Wickham 707b332c3c Fix case_when() logic error
Fixes #1227
2023-01-23 08:14:12 -06:00
Hadley Wickham e5495cd63a Convert all statuses to complete 2023-01-23 08:14:12 -06:00
Stephen Balogun a3b40d8dd8
Changes to logicals.qmd (#1234)
* Update EDA.qmd

Using the "size" argument prints the warning: "#> Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
#> ℹ Please use `linewidth` instead."

* Update communication.qmd

Line 844: added *to* to the sentence "It is generally more useful if you want to *expand* the limits..."

Line 1101: changed the legend. Position argument to "top" to align with the statement on line 1053.

* Update logicals.qmd

because "x" does not have any value > 3, both evaluations above are not TRUE. Either the second expression use "x > 2" or "x >= 3".
2023-01-21 13:31:59 -05:00
Stephan Koenig 69b2a265a8
Suggestions for chapters on logical vectors and numbers (#1212) 2023-01-04 15:31:49 -06:00
mine-cetinkaya-rundel ff893361e8 Label x and y arguments in aes(), closes #1159 2022-12-12 13:35:15 -05:00
mcsnowface, PhD bfaa1414f5
Update logicals.qmd (#1166) 2022-12-05 09:37:03 +13:00
Robin Penfold 5750b23270
Update logicals - case_when - reorder arguments (#1167) 2022-12-05 09:30:56 +13:00
Hadley Wickham c89aa20627 Discuss type consistency
Fixes #1109
2022-11-21 08:43:00 -06:00
Hadley Wickham 3045d05e64 Use US spelling of summarize()
Fixes #1125
2022-11-18 16:07:54 -06:00
Hadley Wickham c9e1dad604 Fix broken links due to new base R chapter 2022-11-04 10:45:25 -05:00
Hadley Wickham 127db0fe81 Rough out summaries for all transform chapters 2022-10-21 09:15:19 -05:00
Hadley Wickham 86324b358d O'Reilly feedback 2022-09-29 10:58:31 -05:00
Hadley Wickham faeeb564a4 Improve cross-references
* Fix broken links
* Update chapter links
2022-09-29 10:49:03 -05:00
Hadley Wickham 3141e6e7dc Restructuring vectors 2022-09-24 09:26:16 -05:00
Zeki Akyol 1f69ff24b7
Fix plaintext typos (#1088) 2022-09-13 08:28:19 -04:00
Zeki Akyol 7db1d7018a
Fix minor plaintext typos (#1085)
Co-authored-by: Betul Turkoglu <79486373+betulturkoglu@users.noreply.github.com>
2022-09-08 15:20:53 -05:00
Hadley Wickham db5d108a78 Fix typo 2022-08-09 16:45:24 -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
Mine Çetinkaya-Rundel ff05d630b8 Implement suggestions and typo fixes, closes #1028 2022-06-01 01:04:50 -04: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