Commit Graph

23 Commits

Author SHA1 Message Date
Maxim Nazarov 95790b0e52
fixing typos in functions.qmd (#1106)
In addition to these, there is also inconsistent use of `summarise` and `summarize`, but maybe this is on purpose to show that there are 2 spelling options?
2022-10-21 06:26:15 -05:00
Hadley Wickham 7ae7489df9 Add missing eval: false 2022-10-20 11:00:30 -05:00
Hadley Wickham f004297d8c More polishing + some exercises 2022-10-20 10:52:34 -05:00
Hadley Wickham 8078a9c0f7 Function polishing 2022-10-20 10:16:47 -05:00
Hadley Wickham 765d1c8191 More work on programming 2022-10-19 17:36:06 -05:00
Hadley Wickham 78ac42c1a5 Section about RStudio function shortcuts
Fixes #1058
2022-09-29 11:27:33 -05:00
Hadley Wickham be5905a09c I -> we 2022-09-29 10:50:47 -05:00
Hadley Wickham faeeb564a4 Improve cross-references
* Fix broken links
* Update chapter links
2022-09-29 10:49:03 -05:00
Hadley Wickham a1c9cf2ff2 More on functions 2022-09-29 09:20:45 -05:00
Hadley Wickham 21dd5aa4a4 Bit more structure 2022-09-26 08:55:42 -05:00
Hadley Wickham 2f637609c4 Brain dump of ggplot2 functions from twitter 2022-09-26 08:37:59 -05:00
Hadley Wickham c24e0b8692 More polishing 2022-09-22 10:43:21 -05:00
Hadley Wickham 761fe9d591 Update plumbing 2022-09-22 09:01:02 -05:00
Hadley Wickham d0fca54370 Hacking away at functions 2022-09-21 16:34:26 -05:00
Hadley Wickham 3e88bddda3 Bashing functions into shape 2022-09-20 17:03:26 -05:00
Hadley Wickham f0dfed0163 Iterating on iteration 2022-09-20 09:14:00 -05:00
Hadley Wickham 60e25bb120 More function brain dumping 2022-09-19 17:46:17 -05:00
Hadley Wickham 789856a868 Functions brainstorming 2022-09-18 16:20:49 -05:00
Zeki Akyol 7db1d7018a
Fix minor plaintext typos (#1085)
Co-authored-by: Betul Turkoglu <79486373+betulturkoglu@users.noreply.github.com>
2022-09-08 15:20:53 -05:00
Hadley Wickham 5c5774f86d Programming tweaks 2022-09-08 11:32:10 -05:00
august-18 2110e26f22
Update functions.qmd (#1080)
"As you write more and more functions you’ll eventually want to convert these informal, interactive tests into formal, automated tests. That process is called unit testing. Unfortunately, it’s beyond the scope of this book, but you can learn about it in http://r-pkgs.had.co.nz/tests.html."
Link gives 404 error for page not found
I updated to https://r-pkgs.org/testing-basics.html
2022-08-29 06:08:51 -04:00
Hadley Wickham 1d0902c9bf Switch from I to we
Fixes #642
2022-08-09 11:43:12 -05:00
Mine Cetinkaya-Rundel 262f4ba02f
Convert to Quarto book (#1026)
* Use _quarto.yml
* Rmd -> qmd
* Update build type to None
* Update styling Styling to get close to bs4_book + color
* Convert crossrefs
* Covert chunk options
* Switch to plausible for analytics
* Update action
2022-05-14 08:46:49 +12:00