From 1a40f0f146e9ba6891511b49601f08605076ccc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Revilla?= Date: Fri, 10 Jan 2025 17:01:06 +0100 Subject: [PATCH] Styler changes --- R/tm_front_page.R | 6 ++++-- R/tm_variable_browser.R | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/R/tm_front_page.R b/R/tm_front_page.R index 4952f436f..94ec5cca6 100644 --- a/R/tm_front_page.R +++ b/R/tm_front_page.R @@ -89,7 +89,8 @@ tm_front_page <- function(label = "Front page", with = "tm_front_page(datanames)", details = c( "With `datanames` you can select which datasets are displayed.", - i = "Use `tm_front_page(datanames = 'all')` to keep the previous behavior and avoid this warning.") + i = "Use `tm_front_page(datanames = 'all')` to keep the previous behavior and avoid this warning." + ) ) } checkmate::assert_character(datanames, @@ -143,7 +144,8 @@ ui_front_page <- function(id, ...) { id = "front_page_metabutton", class = "m-4", actionButton(ns("metadata_button"), "Show metadata") - )}, + ) + }, tags$footer( class = ".small", get_footer_tags(args$footnotes) diff --git a/R/tm_variable_browser.R b/R/tm_variable_browser.R index 34054ac89..a37c04f7e 100644 --- a/R/tm_variable_browser.R +++ b/R/tm_variable_browser.R @@ -109,7 +109,8 @@ tm_variable_browser <- function(label = "Variable Browser", with = "tm_variable_browser(datanames)", details = c( "If both `datasets_selected` and `datanames` are set `datasets_selected` will be silently ignored.", - i = 'Use `tm_variable_browser(datanames = "all")` to keep the previous behavior and avoid this warning.') + i = 'Use `tm_variable_browser(datanames = "all")` to keep the previous behavior and avoid this warning.' + ) ) } checkmate::assert_character(datanames, min.len = 0, min.chars = 1, null.ok = TRUE)