Defunct as of rlang 0.3.0 and mutate_impl

后端 未结 7 1742
轮回少年
轮回少年 2021-01-03 22:25

I am trying to use the following function but every time I do, I receive the error below. I tried installing an older version of rlang as it works on a different R Studio bu

7条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-03 23:13

    I temporarily solved the problem via downgrading rlang.

    require(devtools)
    install_version("rlang", version = "x.x.x", repos = "http://cran.us.r-project.org")
    

    x.x.x: the version you need


    I just realize that "dplyr" has fixed the issue after version 0.7.4.

提交回复
热议问题