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
lint("suppressMessages({ library(a) library(b)})",
library_call_linter())
# <text>:3:3: warning: [library_call_linter] Move all library calls to the top of the script.# library(a)# ^~~~~~~~~~# <text>:4:3: warning: [library_call_linter] Move all library calls to the top of the script.# library(b)# ^~~~~~~~~~
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: