From 199e0ccf96aa03c1495a9597eda26b34fe586df7 Mon Sep 17 00:00:00 2001 From: Salim B Date: Wed, 31 Jul 2024 12:21:34 +0200 Subject: [PATCH] docs: fix `os` param type `os` can be of length > 1 --- R/checkOS.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/checkOS.R b/R/checkOS.R index 95aec380..d4e90b57 100644 --- a/R/checkOS.R +++ b/R/checkOS.R @@ -1,7 +1,7 @@ #' Check the operating system #' #' @templateVar fn OS -#' @param os [\code{character(1)}]\cr +#' @param os [\code{character}]\cr #' Check the operating system to be in a set with possible elements \dQuote{windows}, #' \dQuote{mac}, \dQuote{linux} and \dQuote{solaris}. #' @template checker