Skip to content

remove unbound variables from parse_MEA_file() #10

Description

@bvreede

Checking the package yields notes:

> checking R code for possible problems ... NOTE
  clean_content: no visible binding for global variable ‘Parameter’
  clean_content: no visible binding for global variable ‘type’
  extract_header: no visible binding for global variable ‘X1’
  extract_header: no visible binding for global variable ‘level_1’
  extract_header: no visible binding for global variable ‘level_2’
  extract_header: no visible binding for global variable ‘Value’
  Undefined global functions or variables:
    Parameter Value X1 level_1 level_2 type

It would be good to fix this and ensure no unbound variables exist.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions