Skip to content

Avoid deprecated nesting_ calls but maintain compatibility with old dplyr #677

Open
@bpbond

Description

@bpbond

Line 426 in module-helpers.R, recently added by you, is generating a package check error:

    nesting_vars <- rlang::syms(names(d)[!(names(d) %in% c("year", "value"))])

checking dependencies in R code ... WARNING
'::' or ':::' import not declared from: ‘rlang’

I don't even have an rlang package on my system; what is this?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions