Skip to content

Commit 82d2285

Browse files
committed
minor
1 parent 7e92734 commit 82d2285

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: performance
33
Title: Assessment of Regression Models Performance
4-
Version: 0.17.1.0001
4+
Version: 0.17.1.1
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",

R/check_collinearity.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ check_collinearity.zerocount <- function(
525525
na_cols <- names(attr(v, "na_columns_name"))
526526
} else if (anyNA(v)) {
527527
# If no attribute exists, then we need to identify NA columns manually
528-
# fixme: this should be ficef in insight::get_varcov() to avoid this step
528+
## FIXME: this should be fixed in insight::get_varcov() to avoid this step
529529
idx_na <- apply(is.na(v), 2, all)
530530
na_cols <- colnames(v)[idx_na]
531531
keep_idx[idx_na] <- FALSE

0 commit comments

Comments
 (0)