diff --git a/dev/index.html b/dev/index.html index 4fb125a548..cd8143d33e 100644 --- a/dev/index.html +++ b/dev/index.html @@ -245,8 +245,11 @@

Usage

Getting help

-

If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub. For questions and other discussion, please use community.rstudio.com or the manipulatr mailing list.

-
+

If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub. For questions and other discussion, please use forum.posit.co.

+
+
+

Code of conduct +

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index d80999d576..348a197af2 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -11,7 +11,7 @@ articles: rowwise: rowwise.html two-table: two-table.html window-functions: window-functions.html -last_built: 2024-05-14T16:28Z +last_built: 2024-05-14T16:35Z urls: reference: https://dplyr.tidyverse.org/reference article: https://dplyr.tidyverse.org/articles diff --git a/dev/reference/filter_all.html b/dev/reference/filter_all.html index 5a435078d0..3982c9f9d6 100644 --- a/dev/reference/filter_all.html +++ b/dev/reference/filter_all.html @@ -161,12 +161,12 @@

Examples#> <predicate intersection> #> <quosure> #> expr: ^is.na(.) -#> env: 0x55f65143ab28 +#> env: 0x5610b67e50f8 any_vars(is.na(.)) #> <predicate union> #> <quosure> #> expr: ^is.na(.) -#> env: 0x55f65143ab28 +#> env: 0x5610b67e50f8 # You can take the intersection of the replicated expressions: diff --git a/dev/reference/funs.html b/dev/reference/funs.html index f662b879a8..b2d29155cc 100644 --- a/dev/reference/funs.html +++ b/dev/reference/funs.html @@ -136,12 +136,12 @@

Examples#> $mean #> function (x, ...) #> UseMethod("mean") -#> <bytecode: 0x55f6458bf568> +#> <bytecode: 0x5610aac33568> #> <environment: namespace:base> #> #> $mean #> ~mean(.x, na.rm = TRUE) -#> <environment: 0x55f647d791f0> +#> <environment: 0x5610ad261118> #> funs(m1 = mean, m2 = "mean", m3 = mean(., na.rm = TRUE)) @@ -162,7 +162,7 @@

Examples#> $m1 #> function (x, ...) #> UseMethod("mean") -#> <bytecode: 0x55f6458bf568> +#> <bytecode: 0x5610aac33568> #> <environment: namespace:base> #> #> $m2 @@ -170,7 +170,7 @@

Examples#> #> $m3 #> ~mean(.x, na.rm = TRUE) -#> <environment: 0x55f647d791f0> +#> <environment: 0x5610ad261118> #> diff --git a/dev/reference/group_by_prepare.html b/dev/reference/group_by_prepare.html index e1d6c9bed1..2c12d10015 100644 --- a/dev/reference/group_by_prepare.html +++ b/dev/reference/group_by_prepare.html @@ -1,7 +1,7 @@ Same basic philosophy as group_by_prepare(): lazy_dots comes in, list of data and vars (character vector) comes out. — distinct_prepare • dplyrPrepare for grouping and other operations — distinct_prepare • dplyr