joelgombin / banR

R client for the BAN API
http://joelgombin.github.io/banR/
GNU General Public License v3.0
28 stars 10 forks source link

fix `write_csv` warning #34

Closed joelgombin closed 2 years ago

joelgombin commented 3 years ago
The `path` argument of `write_csv()` is deprecated as of readr 1.4.0.
Please use the `file` argument instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
JMPivette commented 3 years ago

For information, this issue is already solved in my PR #32 :-)

pachevalier commented 2 years ago

Ok, I've merged the issue. Thanks