Skip to content

warning: no visible global function definition in continuous integration #466

@ElsLommelen

Description

@ElsLommelen

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions