Commit Graph

72 Commits

Author SHA1 Message Date
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 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 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 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
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 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
vanderlindenma 2ee3426457
str_view(), repetition at most n times yields error #807, and small typos in "Iteration chapter" (#808)
* Update and rename strings.Rmd to strings.Rmd 

Proposed fix related to this issue: https://github.com/hadley/r4ds/issues/807

A more comprehensive fix should perhaps discuss why "`{,m}`: at most m" does not work (or warn the reader that it does not)

* Typos in iteration.Rmd

Correcting two small typos

* Add missing word

* Add code example for 1,m

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2021-04-14 16:43:36 +01:00
Jakob Krigovsky 20b925c1ee
Fix str_to_upper’s default locale (#937)
From https://stringr.tidyverse.org/reference/case.html:

> locale: Locale to use for translations. Defaults to "en" (English) to ensure consistent default ordering across platforms.
2021-04-14 16:03:48 +01:00
Mine Çetinkaya-Rundel 5769a02123 Update referencing style 2021-02-22 12:59:50 +00:00
Mine Çetinkaya-Rundel fbb738e799 Enumerate exercise subparts with letters 2021-02-21 17:32:37 +00:00
Mine Cetinkaya-Rundel 32c625c6ef
Use the visual editor (#923)
* Sentence wrap + visual editor Rmd style updates

* Move files not called in bookdown.yml to extra

* UK spelling + canonical source + sentence wrap

* Rename .rmd -> .Rmd

* Sentence wrap + visual editor Rmd style

* Fix capitalization
2021-02-21 09:40:40 -06:00
Jakob Krigovsky 94f42e373c
Fix spelling of “Stack Overflow” (#902) 2021-02-08 11:31:04 -06:00
Jacek Kolacz 6eb53ea069 update tidyverse loadings (#754)
Update to the tidyverse prerequsities for the strings and factors chapters. stringr and forcats now load with the core tidyverse.
2020-01-15 12:40:22 -06:00
Zhuoer Dong 3ff4336ca5 14.4 exercise of Detect matches should be 4th level heading (#727) 2018-11-12 09:55:21 -06:00
Rob Tenorio c63f496ed9 small typo referencing wrong object (#686)
Line 571 should reference word, the column name in df, not words, the vector.
2018-10-24 12:25:50 -05:00
Jennifer (Jenny) Bryan 03eb8d06a9 Mention the use of a character class for metacharacters (#687)
Closes #673
2018-06-21 05:08:05 +02:00
Garrick Aden-Buie c7a2442f64 Minor typo: dash needs to be first in character class group (#664) 2018-06-20 11:10:38 +02:00
Dirk Eddelbuettel 64a1716d71 suprinsingly -> surprisingly (#658)
one char typo
2018-06-20 11:09:36 +02:00
Floris Vanderhaeghe 3b688ee8a5 Elaborate on capturing groups (#615)
Clarify the meaning and use of capturing groups.
2018-06-20 10:58:59 +02:00
yahwes c81d1e0087 fix list of typos (#488) 2016-10-24 13:04:21 -05:00
hadley 425f22f45d More @csgillespie changes 2016-10-04 09:01:12 -05:00
hadley 7768955fe6 Use tidyverse package
Fixes #451
2016-10-03 12:30:24 -05:00
Ajay Deonarine d800a19a83 Fixed Typo (#317) 2016-08-26 10:33:27 -05:00
hadley 92d7665920 Drop handling hierarchy
It's just a bit too raw - and rather than polishing it, it would be better to put the time in to (e.g.) ggplot2 scales
2016-08-15 09:18:56 -05:00
S'busiso Mkhondwane 6c5eb2a452 Update strings.Rmd (#263)
Typo. In some exercises there seem like the spacing between the numbering is not consistent. I tried to fix one here.
2016-08-15 07:32:32 -05:00
S'busiso Mkhondwane b0d830b181 Update strings.Rmd (#262)
Typo
2016-08-15 07:32:17 -05:00
hadley 686254068d Proof strings 2016-08-12 11:28:16 -05:00
hadley 0ab8d322fb Another pass through strings 2016-08-08 10:45:11 -05:00
hadley e56032efe3 common is now words 2016-07-20 11:51:53 -05:00
hadley 6a09717269 Strings tweaks
* Don't need to cache html widgets anymore
* Data now in stringr package
2016-07-19 18:01:52 -05:00
hadley 8faebedf9f Consistent chapter intro layout 2016-07-19 08:01:50 -05:00
behrman 0934f77c28 Fix typos - strings.Rmd (#149)
* Fix typos

* Changed excercise 10.2.6 1.2 back to original
2016-07-15 13:03:18 -05:00
hadley 539e6d9a8a Fixes from Roberto 2016-06-27 13:07:23 -05:00
jjchern ffdf38d2bf "vs" should be "vs." 2016-05-23 18:37:05 -05:00
Garrett b724f667bb Small copy edits edits to strings.Rmd 2016-04-07 16:10:32 -04:00
hadley 53afb76ae7 Don't cache loading of stringr package 2016-03-22 07:49:09 -05:00
hadley 9e2fc73aac Drop jekyll markdown 2016-02-17 16:26:32 +11:00
hadley c87c50301b More reliable way of getting number of stringi functions 2016-02-12 16:07:40 -06:00
Radu Grosu 504c3c44b4 Update strings.Rmd
typos
2016-02-11 17:45:33 +00:00
Brandon Greenwell af8f81c28c Fix typo
Missing a word (e.g., over or of) here.
2016-01-22 08:50:37 -05:00
hadley cc554ee638 Another regexp tutorial to read in more detail 2016-01-19 07:08:17 -06:00
hadley 7e70308dd5 Fix yaml metadata 2015-12-16 17:22:03 -06:00