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
Today I got a lot of warnings after running lintr during continuous integration on Wercker, which are not related to the few changes I committed (and yesterday CI passed): Warning: no visible global function definition for '...'
The warnings mention either a function of the package itself or an imported function, which I added under imports in the description file, and after @importFrom in the Roxygen2 documentation (and these functions were added to the namespace file).
I tried running lintr::lint.package() locally in the project folder of the package in RStudio, but this did not give any warnings.
Here is the commit and here the report with warnings on Wercker. Any idea what could be wrong?