Skip to content

Fix the condition has length > 1 #3

@multimeric

Description

@multimeric

There are two places where is.na is used, but the input vector isn't guaranteed to have length 1:

if(is.na(r)){

if(!is.na(report)){

Can any() or all() be added here to resolve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions