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
Currently, on debian platform, checking the class of an R object, for e.g., class(Diag), somehow gives a vector of length 2. And when it is fed to if condition statement, it gives R_CHECK_LENGTH_1_LOGIC2 ( 'length(x) = 2 > 1' in coercion to 'logical(1)' ) error.
The text was updated successfully, but these errors were encountered:
Currently, on debian platform, checking the class of an R object, for e.g., class(Diag), somehow gives a vector of length 2. And when it is fed to if condition statement, it gives R_CHECK_LENGTH_1_LOGIC2 ( 'length(x) = 2 > 1' in coercion to 'logical(1)' ) error.
The text was updated successfully, but these errors were encountered: