Skip to content

Make is_mac() helper function #62

@eroten

Description

@eroten

We have this bit of code scattered across the package, and could make it more succinct with a function like

is_mac <- function(){
  grepl("mac", osVersion)
}

returns a logical, TRUE or FALSE.

Or this may be overkill for a 23 character function. 🤷

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