ShichenXie / scorecard

Scorecard Development in R, 评分卡
http://shichen.name/scorecard
Other
160 stars 63 forks source link

Native pipe |> requires R >=4.1 #65

Closed philip-khor closed 2 years ago

philip-khor commented 2 years ago

Checks failing for var_filter due to use of native pipe for R<4.1: https://github.com/conda-forge/r-scorecard-feedstock/pull/11/checks?check_run_id=7489531965

https://github.com/ShichenXie/scorecard/blob/d3e78e245b677f64408d8ad5ed464caa306b84c1/R/var_filter.R#L111

ShichenXie commented 2 years ago

Thanks. The |> operator was removed.