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
Add check on whether a function without specifying package (e.g. filter) appears in multiple packages (e.g. dplyr and stats). This will now result in an error.
Bug fixes:
Change the test of a function from base package from base::paste function to base::library, since the former will result in <NA> when extracting the documentation for sep on MKL platform, as reported by CRAN.