From 75a00d125cddbee0c53b42683e570387ff5bff6b Mon Sep 17 00:00:00 2001 From: Bjarke Hautop Date: Sat, 8 Nov 2025 19:32:13 +0100 Subject: [PATCH] Fix PKG_BUILD_EXTRA_FLAGS docs: use 'false' instead of 'FALSE' --- R/load.R | 5 +++-- man/load_all.Rd | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/R/load.R b/R/load.R index b542b5a..0d2ce84 100644 --- a/R/load.R +++ b/R/load.R @@ -70,8 +70,9 @@ #' compilation, during which by default some debug compiler flags are #' appended. If you would like to produce an optimized build instead, you can #' opt out by either using `debug = FALSE`, setting the `pkg.build_extra_flags` -#' option to `FALSE`, or setting the `PKG_BUILD_EXTRA_FLAGS` environment variable -#' to `FALSE`. For further details see the Details section in [pkgbuild::compile_dll()]. +#' option to `FALSE`, or setting the `PKG_BUILD_EXTRA_FLAGS` environment +#' variable to `false`. +#' For further details see the Details section in [pkgbuild::compile_dll()]. #' #' #' @param path Path to a package, or within a package. diff --git a/man/load_all.Rd b/man/load_all.Rd index 8753777..ea20224 100644 --- a/man/load_all.Rd +++ b/man/load_all.Rd @@ -134,8 +134,9 @@ be useful for checking for missing exports. compilation, during which by default some debug compiler flags are appended. If you would like to produce an optimized build instead, you can opt out by either using \code{debug = FALSE}, setting the \code{pkg.build_extra_flags} -option to \code{FALSE}, or setting the \code{PKG_BUILD_EXTRA_FLAGS} environment variable -to \code{FALSE}. For further details see the Details section in \code{\link[pkgbuild:compile_dll]{pkgbuild::compile_dll()}}. +option to \code{FALSE}, or setting the \code{PKG_BUILD_EXTRA_FLAGS} environment +variable to \code{false}. +For further details see the Details section in \code{\link[pkgbuild:compile_dll]{pkgbuild::compile_dll()}}. } \examples{