ropensci / nlrx

nlrx NetLogo R
https://docs.ropensci.org/nlrx
GNU General Public License v3.0
77 stars 12 forks source link

Deprecated path argument for write_csv() #75

Closed lsaravia closed 1 year ago

lsaravia commented 1 year ago

After running

write_simoutput(nl)

the following message appears:

The path argument of write_csv() is deprecated as of readr 1.4.0. ℹ Please use the file argument instead. ℹ The deprecated feature was likely used in the nlrx package.

nldoc commented 1 year ago

fixed with #72

aosavi commented 6 months ago

Is it correct that I am still seeing this warning when using nlrx 0.4.5?