We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c43d74 commit 7d28dd4Copy full SHA for 7d28dd4
R/R/checks.R
@@ -35,11 +35,11 @@ check_novar <- function(dt_input, InputCollect = NULL) {
35
novar <- lares::zerovar(dt_input)
36
if (length(novar) > 0) {
37
msg <- sprintf(
38
- "There are %s column(s) with no-variance: %s. \nPlease, remove variable(s) to proceed...",
+ "There are %s column(s) with no-variance: %s. \nPlease, remove the variable(s) to proceed...",
39
length(novar), v2t(novar)
40
)
41
if (!is.null(InputCollect)) msg <- sprintf(
42
- "%s\nNote that there's no variance when filtering the modeling window (%s:%s)",
+ "%s\n>>> Note: there's no variance on these variables because of the modeling window filter (%s:%s)",
43
msg,
44
InputCollect$window_start,
45
InputCollect$window_end
0 commit comments