From cefbb7cffecd3a9918d646655284ecacb89ee19b Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Mon, 2 Oct 2023 21:05:21 -0700 Subject: [PATCH] change indentation in template Found by `indentation_linter()`: ``` inst/templates/ad_advfq.R:251:6: style: [indentation_linter] Indentation should be 16 spaces but is 6 spaces. ADT <= TRTSDT) ^~~~~~~~~~~ ``` --- inst/templates/ad_advfq.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inst/templates/ad_advfq.R b/inst/templates/ad_advfq.R index 3cc0d6a2..2cf4f589 100644 --- a/inst/templates/ad_advfq.R +++ b/inst/templates/ad_advfq.R @@ -247,8 +247,7 @@ advfq_blfl <- advfq_ontrt %>% new_var = ABLFL, mode = "last" ), - filter = (!is.na(AVAL) & - ADT <= TRTSDT) + filter = (!is.na(AVAL) & ADT <= TRTSDT) ) ## Derive baseline information ----