From 07d93cdf8b3a540a04c01e225c95235f827813d6 Mon Sep 17 00:00:00 2001 From: Timothy Willard <9395586+TimothyWillard@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:56:51 -0400 Subject: [PATCH] Add empty space to invoke flepicommon CI --- flepimop/R_packages/flepicommon/R/config.R | 1 + 1 file changed, 1 insertion(+) diff --git a/flepimop/R_packages/flepicommon/R/config.R b/flepimop/R_packages/flepicommon/R/config.R index 6f65ff562..e4e2dd91d 100644 --- a/flepimop/R_packages/flepicommon/R/config.R +++ b/flepimop/R_packages/flepicommon/R/config.R @@ -159,6 +159,7 @@ check_within_bounds <- function(value, obj) { } } + #' @name prettyprint_optlist #' @description Print a list of options such that it does not take the whole screen #' Display `name : value` \n for all elements.