R package “feather” give me error “Error in check_dots_empty(action = signal) : unused argument (action = signal)”

I start getting a very strange error from the "feather" package in R:

Let say I write and read file

write_feather(mtcars, 'm')
read_feather('m')

The last one gives me

Error in check_dots_empty(action = signal) : 
  unused argument (action = signal)

I reinstalled the package, restarted sessions, and still have no idea how to fix it. R version 3.6.1 (2019-07-05). Package "feather" => ‘0.3.5’

Maybe some caches for R or R Studio?

Please, help me