From 1ac141e0ca8357cd2d337b68a8969ccb8fca26aa Mon Sep 17 00:00:00 2001 From: zekiakyol <40212849+zekiakyol@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:11:37 +0300 Subject: [PATCH] run `devtools::build_readme()` It updates README.md by running `devtools::build_readme()`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81eea653..d38552fd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ vectors. If you’ve never heard of FP before, the best place to start is the family of `map()` functions which allow you to replace many for loops with code that is both more succinct and easier to read. The best place to learn about the `map()` functions is the [iteration -chapter](https://r4ds.had.co.nz/iteration.html) in R for data science. +chapter](https://r4ds.hadley.nz/iteration) in R for Data Science. ## Installation