Commit Graph

2175 Commits

Author SHA1 Message Date
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
Michael Grund f1d8f1f5d2
Fix typo in 19.4 (#1585) 2023-10-25 09:26:48 -04:00
0solarfox0 8ecbf4ee2f
Update typo in data-import.qmd (#1570)
"There are two main alternative:"

added an "s"
2023-08-25 20:42:20 -04:00
Kevin Tappe b95d846283
Update arrow.qmd (#1568) 2023-08-24 09:26:20 -04:00
Michael Grund 97577936db
Update joins.qmd (#1567) 2023-08-23 08:18:38 -04:00
Michael Grund 20ca402627
Fix typo in 20.4.1 (#1566) 2023-08-22 11:17:43 -04:00
Pasha 0a0153ae8d
26.1 Functions: three -> four advantages (#1565)
Very small issue.
Text says three advantages then lists four.
I believe 1e listed three.
2023-08-21 17:40:05 -04:00
Matthew Davis 149c3909b8
Change separate_wider_regex example line breaks to match style guide (#1561) 2023-08-16 09:29:26 -04:00
Mine Cetinkaya-Rundel 4040b72f49
Fix typo, closes #1552 2023-08-15 08:51:26 -04:00
Mine Cetinkaya-Rundel e926073ab0
Fix typo, closes #1551 2023-08-15 08:46:33 -04:00
Steven Primeaux 187edbd55e
13.1.1 remove extra space (#1554) 2023-08-02 15:51:04 -04:00
Steven Primeaux 43ebb36c5d
Fix small typo in 10.4.1 Exercises. (#1548) 2023-08-02 15:50:42 -04:00
Yvonne Fröhlich fabbe955a1
Add missing word (#1553) 2023-08-02 15:50:19 -04:00
Matthew Davis bb389c057c
Fix typo - levering to leveraging (#1544) 2023-07-24 08:57:19 -04:00
Zoë Turner 500458f077
Small format for column (#1522)
species column name is missing back ticks in this reference
2023-07-16 07:30:42 -05:00
David Laehnemann 028a11eec9
fix: typo (add missing `to`) (#1529) 2023-07-16 07:30:25 -05: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
Nic Crane c1e1437fd8
Update arrow chapter code to avoid errors (#1517)
* Add in `col_types` to specify schema

* Just use open_dataset()
2023-07-16 07:29:21 -05:00
Raffaele Mancuso 2674b870ae
Change IMDB link to archived version (#1532)
Fixes #1531
2023-07-16 07:28:58 -05:00
Yvonne Fröhlich 6cc6b88438
Fix typos in subsection "6.3.2 How does pivoting work?" (#1534)
* Add missing word

* Fix typo
2023-07-16 07:28:14 -05:00
Mitsuo Shiota c607d980f7
rewrite requires max(). (#1495) 2023-07-16 07:27:55 -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 Çetinkaya-Rundel 3c75c0d2d2 Temporarily use HTTP link for ES version 2023-07-11 14:43:28 -04:00
Mine Çetinkaya-Rundel 814ab29ab8 Undo 2023-07-11 14:42:47 -04:00
Mine Çetinkaya-Rundel 0e00e8dfbd Temporarily use HTTP link for ES version 2023-07-11 14:42:15 -04:00
Mine Çetinkaya-Rundel bfe01073ef Update links 2023-07-11 10:14:41 -05:00