matthieugomez / statar

R package for data manipulation — inspired by Stata's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fill_gap() deprecated in 0.5.0, why?

yimingli opened this issue · comments

Hi. I updated to 0.5.0 today. But the fill_gap() function disappeared. Should I re-install the earlier version if I want to use it? Thanks!

Hi. Sorry about that. I have just updated the news

Other people asked about it. So I've just added it back with a new syntax.

df %>% group_by(id1, id2) %>% fill_gap(time)