Skip to content

Commit

Permalink
Version bump for purrr, addresses #340
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed May 29, 2024
1 parent e8bbc4e commit 5626a3e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions _freeze/html/purrr/execute-results/html.json

Large diffs are not rendered by default.

Binary file modified html/images/logo-purrr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion html/purrr.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ l2 <- list(x = "a", y = "z")
```
| | | One list | Two lists | Many lists |
|--------------|---------------|--------------|--------------|----------------|
|-----------|-------------------------------------------------------|-------------------------------------|------------------------------------------------------|------------------------------------------------------------|
| Logical | Returns a logical vector. | `map_lgl(x, is.integer)` | `` map2_lgl(l2, l1, `%in%`) `` | `` pmap_lgl(list(l2, l1), `%in%`) `` |
| Integer | Returns an integer vector. | `map_int(x, length)` | `` map2_int(y, z, `+`) `` | `` pmap_int(list(y, z), `+`) `` |
| Double | Returns a double vector. | `map_dbl(x, mean)` | `map2_dbl(y, z, ~ .x / .y)` | `pmap_dbl(list(y, z), ~ .x / .y)` |
Expand Down
Binary file modified keynotes/purrr.key
Binary file not shown.
Binary file modified pngs/purrr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified purrr.pdf
Binary file not shown.

0 comments on commit 5626a3e

Please sign in to comment.