Skip to content

Commit

Permalink
run devtools::build_readme()
Browse files Browse the repository at this point in the history
It updates README.md by running `devtools::build_readme()`.
  • Loading branch information
zekiakyol committed Sep 15, 2023
1 parent bd8a663 commit 1ac141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ac141e

Please sign in to comment.