Skip to content

Commit ca5c059

Browse files
committed
add missing comma
1 parent 03752e7 commit ca5c059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/methods.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ suggest_size.vsel <- function(
18201820
if (object$nterms_max != object$nterms_all && warnings) {
18211821
warning("Could not suggest submodel size within the searched range. ",
18221822
"Investigate plot.vsel() to identify if the search was ",
1823-
"terminated too early or the criterion is too strict."
1823+
"terminated too early or the criterion is too strict.",
18241824
"If this is the case, run variable selection with ",
18251825
"larger value for `nterms_max` or use less strict criterion.")
18261826
}

0 commit comments

Comments
 (0)