Hadley Wickham
33af7eabb9
Working on numeric vectors
2022-03-24 08:53:11 -05:00
Hadley Wickham
da0fbd50d5
Convert from %>% to |>
2022-02-23 13:15:52 -06:00
Hadley Wickham
d17da6d661
Polishing strings
2022-02-14 08:02:54 -06:00
Hadley Wickham
fc869d3e75
More on strings/regexps
...
* Polish parens/precedence section
* Eliminate engine section
* Move flags later
2022-01-17 22:49:41 -06:00
Hadley Wickham
785760bfc7
Lots of work on 3 general strategies
2022-01-16 20:41:16 -06:00
Hadley Wickham
2bc70b9c7f
More on regexps
2022-01-12 02:08:01 -06:00
Hadley Wickham
8ec221c922
Working on pattern language
2022-01-09 12:56:19 -06:00
Hadley Wickham
e1375dfb18
Hammering out intent of regexps chapter
2022-01-09 12:56:19 -06:00
Hadley Wickham
3c97cfed3f
More string stuff
2022-01-09 12:56:19 -06:00
Hadley Wickham
0bd5276992
More strings and regexps
2021-12-13 14:44:52 -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
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
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