From f05c65334e18f8c214b0fce4c663da6f8c4e5905 Mon Sep 17 00:00:00 2001 From: jamesaazam Date: Tue, 24 Sep 2024 09:54:12 +0000 Subject: [PATCH] Remove trailing white space --- R/checks.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/checks.R b/R/checks.R index 968eb8f16..94d49ffb0 100644 --- a/R/checks.R +++ b/R/checks.R @@ -188,7 +188,7 @@ test_data_complete <- function(data) { #' and checks if the user specified `na = "missing"` in [obs_opts()]. #' If the two are TRUE, it throws a message about how the model treats #' missingness and provides alternatives. It returns an unmodified [obs_opts()]. -#' +#' #' This function is necessary because the data and observation model #' do not currently interact internally. It will be deprecated in future #' versions when the data specification interface is enhanced.