h-Klok / StatsWithJuliaBook

https://statisticswithjulia.org/
MIT License
1.08k stars 279 forks source link

`CSV.read()` deprecated keyword argument #9

Closed VincentTam closed 5 years ago

VincentTam commented 5 years ago

Cross-posted at https://discourse.julialang.org/t/csv-read-deprecated-keyword-argument/24095?u=vincenttam

These three lines of code

https://github.com/h-Klok/StatsWithJuliaBook/blob/0369445123804c1681209ed30d99044a9b10907b/1_chapter/usingR.jl#L3-L5

gives the following warning.

┌ Warning: `allowmissing` is a deprecated keyword argument
└ @ CSV ~/.julia/packages/CSV/MKiwM/src/CSV.jl:157
┌ Warning: `allowmissing` is a deprecated keyword argument
└ @ CSV ~/.julia/packages/CSV/MKiwM/src/CSV.jl:157
┌ Warning: `allowmissing` is a deprecated keyword argument
└ @ CSV ~/.julia/packages/CSV/MKiwM/src/CSV.jl:157
R ANOVA f-value: 10.516968568709089
R ANOVA p-value: 0.00014236168817139574

I've committed a382d597 to implement the suggestions received in the linked thread.