Skip to content

Don't double import rlang functions #141

@DavisVaughan

Description

@DavisVaughan

Ideally I think we would not import all of rlang, and only import what we use. These throw mainly harmless warnings on R 3.1

rlang::eval_tidy

importFrom(rlang,eval_tidy)

all of rlang
https://github.com/tidymodels/parsnip/blob/master/NAMESPACE#L126

location of importFrom

#' @importFrom rlang eval_tidy

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