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{