Commit Graph

1537 Commits

Author SHA1 Message Date
Hadley Wickham 0bd5276992 More strings and regexps 2021-12-13 14:44:52 -06:00
Hadley Wickham fc8cace49c Main is now the production branch 2021-12-08 08:17:42 -06:00
Hadley Wickham a1170ea095 More string re-orgs 2021-12-06 08:41:49 -06:00
Hadley Wickham 915ebf4463 Reorganising bigger structure of strings 2021-12-06 07:28:55 -06:00
Hadley Wickham 26ab1cc1eb Writing about strings 2021-12-06 07:28:55 -06:00
GeroVanMi c0daa382c1
Added link ggplot2 cheat sheet mention (#973) 2021-12-02 07:09:35 -06:00
Hadley Wickham 821b51d536 Minor polishing to get back into the swing of things 2021-12-01 08:34:16 -06:00
Hadley Wickham e80ed2d577 Update github workflow 2021-12-01 07:40:54 -06:00
ReeceGoding ed7b944dd6
Defined "word" in exercise 14.4.4.1.3 (#958)
Which of those strings are still words? -> Which of those strings are still `words`?
2021-12-01 07:35:00 -06:00
Mine Cetinkaya-Rundel 9c84b587be
Fix a bunch of URLS and add xaringan, closes #969 (#971) 2021-10-26 15:50:31 -04:00
Mine Cetinkaya-Rundel 3ace9ce49b
Draft/outline of spreadsheets (#949)
* Add draft/outline of spreadsheets

* Finish reading from Excel

* Write to Excel + consistency edits

* Add pkgs for writing Excel files

* Release the 🐧s

* Reogranize to highlight tibble/data.frame diffs

* Write again

* Add spreadsheets reference + rename_with janitor

* Move janitor to TO DO in rectangular data

* Need to load tidyverse

* Show csv file

* Add TO DO note

* Use students instead of challenge file in this chp

* Quiet down some of the redundant messages

* Add bit on reading in multiple files

* Fix up students example

* Revert back to old dataset to match spreadsheets chapter

* Fix typos

* Use US spelling

* Comments from Hadley

* Incorporate Hadley's suggestions

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>
2021-10-26 15:00:33 -04:00
gabrivera 917864316d
Change "with a" to "that have" for clarity (#952)
In the section 3.6 on Geometrical objects, I momentarily understood that it was saying that one line is describing the entirety of the values in the data-set through the 4 value. This is unlikely, due to the context, but it happened to me before realizing that wasn't the case. This small change could avoid that misunderstanding.
2021-09-30 12:51:20 -04:00
Mark Beveridge 280ab8b604
consistent with treatment of *alpha* ? (#964)
add emphasis, to be consistent with treatment of *alpha* ? ...

row189 : "or to the shape aesthetic" --> "or to the *shape* aesthetic"

[sorry if I've forgotten how to use github]
2021-09-30 12:48:27 -04:00
Eric Kitaif b13b64896b
Update intro.Rmd (#961)
First time reading this book - thank you!

The `,but` did not read well for me, as the statement 

>  [visualisations] don't scale particularly well because they require a human to interpret them

Does not seem to conflict with the statement

> Visualisations can surprise you

`and` appeared more appropriate as these appear to be two outcomes from visualizations; unless I am wrong about the intent of the sentence.

An alternative version, which I did not think was the intent, would read

> Visualisations can surprise you, but don't scale particularly well, because they require a human to interpret them.
2021-09-30 12:44:23 -04:00
Richard Knight bfaa80ba44
Updating URL to the Danny Kaplan book Statistical Modelling. (#956)
Co-authored-by: rjk <rjk>
2021-05-26 12:28:04 +01:00
Jakob Krigovsky 712907fc75
Fix typos (#950) 2021-05-14 14:03:58 +01:00
Hadley Wickham 8efc22598b Add chapter status 2021-05-04 08:10:43 -05:00
Hadley Wickham 3a45ea5fc5 Little more non-English brainstorming 2021-05-01 09:15:47 -05:00
Hadley Wickham a813ee1d84 Noodling on other writing systems 2021-04-28 08:43:44 -05:00
Hadley Wickham a8004b94ea Try dev downlit 2021-04-27 16:12:54 -05:00
Hadley Wickham e0f35280d1 More noodling on strings 2021-04-27 08:41:47 -05:00
Hadley Wickham 807795af45 More on strings 2021-04-26 14:49:14 -05:00
Hadley Wickham a526bc2cc0 Specifically install stringr 2021-04-25 07:19:02 -05:00
Hadley Wickham 10b6bcaf75 Move vector-tools up
Reminder to discuss c(). Fixes #618
2021-04-24 09:27:42 -05:00
Hadley Wickham 9091a1484d Noodling on strings 2021-04-23 08:07:16 -05:00
Hadley Wickham 2505136477 More hacking of string chapter 2021-04-22 08:41:06 -05:00
Hadley Wickham 554890b0b2 Fix heading level 2021-04-22 06:51:16 -05:00
Hadley Wickham 58f7f16db1 Break up strings chapter 2021-04-21 12:30:25 -05:00
Hadley Wickham 18253a1d52 Separate regexps into own chapter 2021-04-21 08:43:31 -05:00
Hadley Wickham 5f45c33adb Continuing to rewrite data-transform 2021-04-21 08:43:31 -05:00
Mine Cetinkaya-Rundel 0c4b8dcd04
Edits to tibbles + relational data (#947)
* Make x known so ex.s are easy to follow + add pull

* Add alt text to diagrams

* Table -> data frame
2021-04-21 13:25:51 +01:00
Hadley Wickham 5ba1720b18 Use cli-powered str_view() 2021-04-20 08:32:39 -05:00
Hadley Wickham 86e98ae66e Start rewriting transform chapter 2021-04-20 07:59:47 -05:00
Hadley Wickham d80982caa6 Supress cache & activate crayon 2021-04-20 06:49:12 -05:00
Hadley Wickham c88a907d4a Get code working again 2021-04-19 09:31:38 -05:00
Hadley Wickham 78ab61f284 Pull content out of tidying 2021-04-19 07:59:07 -05:00
Hadley Wickham 861e27026e Break up data-transform content 2021-04-19 07:56:29 -05:00
Hadley Wickham 40d7bcb5d0 Fix thinko 2021-04-18 15:57:30 -05:00
Hadley Wickham 043d821584 More logical Boolean diagram
Fixes #764
2021-04-18 09:58:25 -05:00
Hadley Wickham 18bbea1272 Remove too early functions from an exercise
Fixes #768
2021-04-18 09:48:54 -05:00
Hadley Wickham ef21701d2a Move exericse to better place
Fixes #792
2021-04-18 09:41:05 -05:00
Hadley Wickham 023606e9aa Use explicit ifelse
Fixes #852
2021-04-18 09:29:27 -05:00
Hadley Wickham 42bbae55d3 Update fct_lump() usage
Fixes #855
2021-04-18 09:21:59 -05:00
Hadley Wickham 4c171731e9 Remove redundant question
Fixes #836
2021-04-18 09:09:30 -05:00
Hadley Wickham 5d96dd41b9 Correct variable order
Fixes #835
2021-04-18 09:08:34 -05:00
Hadley Wickham 952d1ab4f0 Align text and code
Fixes #880
2021-04-18 09:02:33 -05:00
Hadley Wickham 47585ee920 Mention quantifier term
Fixes #898
2021-04-18 08:57:24 -05:00
Hadley Wickham 3abea6ba61 Fix typo
Fixes #934
2021-04-18 08:52:06 -05:00
Hadley Wickham 68b965e72d Add clarifying word
Fixes #938
2021-04-18 08:51:14 -05:00
Jakob Krigovsky 5785fc662c
Remove dmonths() exercise (#944) 2021-04-18 08:43:06 -05:00