这是indexloc提供的服务,不要输入任何密码
Skip to content

os check for windows is incorrect #3426

@jmbarbone

Description

@jmbarbone

sparklyr/R/utils.R

Lines 590 to 602 in 5fe4a80

get_os <- function() {
if (.Platform$OS.type == "windows") {
"win"
} else if (Sys.info()["sysname"] == "Darwin") {
"mac"
} else {
"unix"
}
}
os_is_windows <- function() {
get_os() == "windows"
}

os check on windows is incorrect (on 1.8.4.9004)

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