Skip to content

Commit a512122

Browse files
committed
Deploying to gh-pages from @ 68e5df6 🚀
1 parent e2b9586 commit a512122

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

dev/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ articles:
1111
rowwise: rowwise.html
1212
two-table: two-table.html
1313
window-functions: window-functions.html
14-
last_built: 2025-11-19T21:38Z
14+
last_built: 2025-11-20T15:58Z
1515
urls:
1616
reference: https://dplyr.tidyverse.org/reference
1717
article: https://dplyr.tidyverse.org/articles

dev/reference/filter_all.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/reference/filter_all.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ all_vars(is.na(.))
8080
#> <predicate intersection>
8181
#> <quosure>
8282
#> expr: ^is.na(.)
83-
#> env: 0x559f0eca45a0
83+
#> env: 0x562c9d40dcd0
8484
any_vars(is.na(.))
8585
#> <predicate union>
8686
#> <quosure>
8787
#> expr: ^is.na(.)
88-
#> env: 0x559f0eca45a0
88+
#> env: 0x562c9d40dcd0
8989

9090

9191
# You can take the intersection of the replicated expressions:

dev/reference/funs.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/reference/funs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ list(mean = mean, mean = ~ mean(.x, na.rm = TRUE))
6363
#> $mean
6464
#> function (x, ...)
6565
#> UseMethod("mean")
66-
#> <bytecode: 0x559f01d7cdf0>
66+
#> <bytecode: 0x562c94afedf0>
6767
#> <environment: namespace:base>
6868
#>
6969
#> $mean
7070
#> ~mean(.x, na.rm = TRUE)
71-
#> <environment: 0x559f06b0ae68>
71+
#> <environment: 0x562ca3e0ae50>
7272
#>
7373

7474
funs(m1 = mean, m2 = "mean", m3 = mean(., na.rm = TRUE))
@@ -89,14 +89,14 @@ list(m1 = mean, m2 = "mean", m3 = ~ mean(.x, na.rm = TRUE))
8989
#> $m1
9090
#> function (x, ...)
9191
#> UseMethod("mean")
92-
#> <bytecode: 0x559f01d7cdf0>
92+
#> <bytecode: 0x562c94afedf0>
9393
#> <environment: namespace:base>
9494
#>
9595
#> $m2
9696
#> [1] "mean"
9797
#>
9898
#> $m3
9999
#> ~mean(.x, na.rm = TRUE)
100-
#> <environment: 0x559f06b0ae68>
100+
#> <environment: 0x562ca3e0ae50>
101101
#>
102102
```

dev/reference/storms.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/reference/storms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This dataset is the NOAA Atlantic hurricane database best track data,
44
<https://www.nhc.noaa.gov/data/#hurdat>. The data includes the positions
5-
and attributes of storms from 1975-2022. Storms from 1979 onward are
5+
and attributes of storms from 1975-2024. Storms from 1979 onward are
66
measured every six hours during the lifetime of the storm. Storms in
77
earlier years have some missing data.
88

@@ -14,7 +14,7 @@ storms
1414

1515
## Format
1616

17-
A tibble with 19,537 observations and 13 variables:
17+
A tibble with 20,778 observations and 13 variables:
1818

1919
- name:
2020

dev/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)