Steven Primeaux
bdd847c5bb
17.2: clarify language ( #1637 )
...
"POSIXct" is the thing tripping off the tongue in this sentence, not base R.
2024-03-13 12:33:58 -04:00
Floris Vanderhaeghe
f55997b961
Some fixes for chapters regexps & factors ( #1636 )
...
* regexps.qmd: fix name of 'too_few' arg
* regexps.qmd: fix typo
* factors.qmd: update argument names to .f, .x, .y
* factors.qmd: fix language
2024-03-01 20:12:26 -05:00
kew24
33e701227a
small typo fix ( #1635 )
2024-02-26 15:27:18 -05:00
Floris Vanderhaeghe
f40e78af08
Chapter 13 (numbers): minor updates ( #1627 )
...
* numbers.qmd: improve variable name for IQR
* numbers.qmd: textual fix
2024-02-01 19:41:06 -05:00
Mine Cetinkaya-Rundel
716cc5b5c5
Add both versions of insert anything shortcut, closes #1607
2024-01-28 20:16:30 -05:00
Floris Vanderhaeghe
e56ccb6d94
logicals.qmd: use if_else() in exercises instead of ifelse() ( #1622 )
2024-01-28 20:11:47 -05:00
Floris Vanderhaeghe
aa5eaac43e
logicals.qmd: use better variable names in example ( #1623 )
...
The variable names of this example were copied from the previous example, where logical vectors were summarized with `any()` and `all()`. However the present example the summary is with `sum()` and `mean()`, which was not updated in the variable names.
2024-01-28 20:11:21 -05:00
Mine Cetinkaya-Rundel
e89d083333
Update workflow-scripts.qmd
...
Fix typo, closes #1618 and closes #1617
2024-01-28 14:56:49 -05:00
Mine Cetinkaya-Rundel
6f512d1b3f
Update Quarto set up action
2024-01-28 14:52:53 -05:00
Enki WANG
d685f8f3f8
Fix typo ( #1624 )
2024-01-28 13:17:22 -05:00
e-clin
b0aa40096b
Update quarto.qmd ( #1621 )
...
Replaced "a ridiculous degree of accuracy" with "a ridiculous degree of precision", as that is what the number of decimal places relates to.
2024-01-19 15:46:00 -05:00
Max Ranieri
bfa59fa474
Make variable names consistent in data-transform.qmd ( #1604 )
2023-11-30 01:05:30 -05:00
Pablo E. Garcia
85d220958f
Fix typo in numbers.qmd ( #1602 )
2023-11-25 10:38:06 -05:00
Mine Cetinkaya-Rundel
528606008e
Fix typo, closes #1601
2023-11-20 08:10:43 -05:00
Wouter Overmeire
94189daf74
Fix url ( #1600 )
2023-11-18 22:11:58 -05:00
Lionel Henry
233705f0a2
Tidyselect operations `!` and `-` are subtly different ( #1598 )
...
* Tidyselect operations `!` and `-` are subtly different
* Update data-transform.qmd
---------
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-11-13 09:02:59 -05:00
Mine Çetinkaya-Rundel
10558e4d57
Clarify str_view() color, closes #1479
2023-11-11 07:12:20 -05:00
Raffaele Mancuso
336b70bbc4
Download Seattle library ( #1533 )
...
* Download Seattle library
Download Seattle library if it wasn't downloaded already
* Update freeze
---------
Co-authored-by: Mine Çetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-11-10 15:09:21 -05:00
Pablo E. Garcia
52a11f8725
Fix typo in missing-values.qmd ( #1595 )
2023-11-10 12:48:02 -05:00
Mine Çetinkaya-Rundel
1cf7198a6d
Clarify exercise, closes #1543
2023-11-09 10:30:41 -05:00
Mine Çetinkaya-Rundel
e9f1b2cf67
Fix typo, closes #1545
2023-11-09 10:15:29 -05:00
Mine Çetinkaya-Rundel
35c5af0e09
Swap %d and %e to fix typo, closes #1550
2023-11-09 09:36:49 -05:00
Mine Çetinkaya-Rundel
fd39b442f4
Call it walrus operator, closes #1591
2023-11-09 09:32:17 -05:00
Mine Çetinkaya-Rundel
03dbd81dbb
Add link to solutions, closes #1555
2023-11-09 00:32:05 -05:00
Mine Çetinkaya-Rundel
00e750f6e4
Fix var name, closes #1513
2023-11-09 00:24:28 -05:00
Mine Çetinkaya-Rundel
c5965e9f1a
Merge branch 'main' of https://github.com/hadley/r4ds
2023-11-08 23:47:16 -05:00
Mine Çetinkaya-Rundel
6517a1ca3c
Add links to Excel files, closes #1467
2023-11-08 23:46:29 -05:00
Dr. Ryan McShane
4617d6ee8b
Remove numbering from Introduction -- intro.qmd ( #1563 )
...
Followed the [R Markdown cookbook instructions](https://bookdown.org/yihui/rmarkdown-cookbook/unnumbered-sections.html#unnumbered-sections ) which note that multiple attributes can be modified in the section heading. Also verified local copy would render.
2023-11-08 23:24:50 -05:00
Mitsuo Shiota
b17cbcf5ce
Suggest/spreadsheet: 21.3 Google Sheets, make gs4_deauth() explicit ( #1473 )
...
* make gs4_deauth() explicit
* Update spreadsheets.qmd
* Update spreadsheets.qmd
* Update spreadsheets.qmd
* Update spreadsheets.qmd
---------
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-11-08 22:42:25 -05:00
Mine Çetinkaya-Rundel
c8c54c29ff
Use join_by()
2023-11-08 22:33:13 -05:00
Mitsuo Shiota
d5b151c360
Suggest/joins ( #1469 )
...
* - better to make code compatible with the figure
- better to remove the last row: 1 Max NA
- make sure at leaset one employee born before Jan 10, and make output reproducible
* Use join_by()
---------
Co-authored-by: Mine Çetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-11-08 22:24:18 -05:00
Mitsuo Shiota
6b90ffda93
It is natural to use the same function as the previous code chunk. ( #1492 )
2023-11-08 22:11:21 -05:00
Mitsuo Shiota
e542450760
better to follow the good practice in 26.3.3 Common use cases ( #1493 )
2023-11-08 22:06:09 -05:00
Matthew Davis
3e9e201b6f
fix typo (dbListTable to dbListTables) ( #1590 )
2023-11-08 22:04:32 -05:00
Mine Cetinkaya-Rundel
063b366fa5
Fix typo, closes #1535
2023-10-30 09:11:50 -04:00
Mine Cetinkaya-Rundel
79fb949660
Fix typos, closes #1537
2023-10-30 08:57:46 -04:00
Mine Cetinkaya-Rundel
c97f69dd57
Fix broken link to BTS, closes #1583
2023-10-30 08:55:02 -04:00
Mine Cetinkaya-Rundel
452fda9b70
Fix potentially confusing footnote, closes #1516
2023-10-30 08:51:55 -04:00
Mine Cetinkaya-Rundel
5a5c574416
Update logicals.qmd, closes #1572
2023-10-30 08:18:58 -04:00
Yongyi Zeng
9de17a3ae2
Fix alt-text for sub-figures in missing-values.qmd ( #1588 )
2023-10-30 08:17:17 -04:00
Yongyi Zeng
c9c8e9e747
Fix some typos in strings.qmd ( #1589 )
2023-10-30 08:16:40 -04:00
Mitsuo Shiota
6431e4b417
Fix/functions probably typos ( #1488 )
...
* probably a typo
* MAPE: Mean Absolute Percentage Error
* a typo
* a typo
* typo
2023-10-25 19:17:44 -07:00
Yvonne Fröhlich
cd9f3a6746
Fix typo 'nycfights13' to 'nycflights13' ( #1575 )
2023-10-25 19:11:56 -07:00
Yvonne Fröhlich
e8f85d572e
Fix typo 'build-in' to 'built-in' ( #1576 )
2023-10-25 19:11:30 -07:00
Filip Edström
85450be48d
Fix typo in section 11.5.1 ( #1579 )
2023-10-25 19:10:58 -07:00
shleeneu
f93456a3da
Typo in clean_number() ( #1580 )
...
|> as.numeric(x) shouldn't include x as x has been piped in.
2023-10-25 19:10:35 -07:00
Mine Cetinkaya-Rundel
03808b44bb
Fix broken alt text, adresses #1546 ( #1573 )
2023-10-25 13:07:34 -07:00
0solarfox0
8c596307f3
Typo ( #1581 )
...
Change:
"Note that we’re mapping the density the y,..."
to:
"Note that we’re mapping the density to y,..."
2023-10-25 13:06:43 -07:00
Yvonne Fröhlich
afa7c5f53b
Use once singluar ( #1587 )
2023-10-25 13:06:23 -07:00
Michael Grund
7d6212be9e
Add missing word in section 24.6 ( #1586 )
2023-10-25 09:29:31 -04:00