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
x %<>% c(3) above is the magrittr way to write x <- c(x, 3), so lintr should ideally allow c() with a single constant if it is preceded by the %<>% operator.