From 3b718689ca0b3f09adbf0457ef4a606be221295c Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Tue, 2 Aug 2022 14:40:46 -0300 Subject: [PATCH] document --- r/man/register_scalar_function.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/man/register_scalar_function.Rd b/r/man/register_scalar_function.Rd index 5af80daf6dc21..324dd5fad1f58 100644 --- a/r/man/register_scalar_function.Rd +++ b/r/man/register_scalar_function.Rd @@ -48,7 +48,7 @@ stateless and return output with the same shape (i.e., the same number of rows) as the input. } \examples{ -\dontshow{if (arrow_with_dataset() && identical(Sys.getenv("R_ARROW_COLLECT_WITH_UDF"), "true")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (arrow_with_dataset() && identical(Sys.getenv("NOT_CRAN"), "true")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} library(dplyr, warn.conflicts = FALSE) some_model <- lm(mpg ~ disp + cyl, data = mtcars)