From f98c178a1d1fb230b62e7eddda50a1e040b4727e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Fri, 8 Mar 2024 09:31:51 +0100 Subject: [PATCH] docs: Clarify default --- R/fallback.R | 1 + man/fallback.Rd | 1 + 2 files changed, 2 insertions(+) diff --git a/R/fallback.R b/R/fallback.R index 8b72a5fd..9f577110 100644 --- a/R/fallback.R +++ b/R/fallback.R @@ -9,6 +9,7 @@ #' #' To assist future development, the fallback situations can be logged #' to the console or to a local file and uploaded for analysis. +#' By default, \pkg{duckplyr} will not log or upload anything. #' The functions and environment variables on this page control the process. #' #' @details diff --git a/man/fallback.Rd b/man/fallback.Rd index fd48f349..d9c465f5 100644 --- a/man/fallback.Rd +++ b/man/fallback.Rd @@ -35,6 +35,7 @@ Whenever duckplyr encounters an incompatibility, it falls back to dplyr. To assist future development, the fallback situations can be logged to the console or to a local file and uploaded for analysis. +By default, \pkg{duckplyr} will not log or upload anything. The functions and environment variables on this page control the process. \code{fallback_sitrep()} prints the current settings for fallback logging and uploading,