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
I just installed this package and faced an issue with single line pipes. I have a function that basically looks like this.
myFun <- function() {
a %>% b() %>% c()
}
lintr::lint_package() adds a style-marker here because of missing newlines. Is this behavior expected? Here is an actual repex: r-webutils/suitr@4f6f97e