You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For following code, if we repeat a value in the compare.val this will cause error when potentially not intended. if (!is.null(compare.val) && nrow(dat) != length(unlist(compare.val))) stop("'compare.val' must be of equal length to 'val'")Consider moving after we've loaded all of the data.
if (!is.null(compare.val) && nrow(dat) != length(unlist(compare.val))) stop("'compare.val' must be of equal length to 'val'")
Consider moving after we've loaded all of the data.The text was updated successfully, but these errors were encountered: