From 293bbb9d0a4c98881e4f051ff885ff8ae58b7062 Mon Sep 17 00:00:00 2001 From: Arni Magnusson Date: Sun, 29 Sep 2024 21:46:43 +1100 Subject: [PATCH] Show full=TRUE option in check.software() example --- R/check.software.R | 2 +- man/check.software.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/check.software.R b/R/check.software.R index 8adeaf8..1cea6db 100644 --- a/R/check.software.R +++ b/R/check.software.R @@ -32,7 +32,7 @@ #' @examples #' \dontrun{ #' check.software() -#' check.software(full) +#' check.software(full=TRUE) #' } #' #' @importFrom utils compareVersion diff --git a/man/check.software.Rd b/man/check.software.Rd index 02fc35d..5ba5931 100644 --- a/man/check.software.Rd +++ b/man/check.software.Rd @@ -33,7 +33,7 @@ in the global R library, outside the TAF library. \examples{ \dontrun{ check.software() -check.software(full) +check.software(full=TRUE) } }