reconhub / linelist

An R package to import, clean, and store case data
https://www.repidemicsconsortium.org/linelist
Other
25 stars 5 forks source link

guess_dates defaults to FALSE; passing check #103

Closed thibautjombart closed 4 years ago

thibautjombart commented 4 years ago

This is to address issue https://github.com/reconhub/linelist/issues/102

Passes the check on:

> R.version
               _                           
platform       x86_64-pc-linux-gnu         
arch           x86_64                      
os             linux-gnu                   
system         x86_64, linux-gnu           
status                                     
major          3                           
minor          6.1                         
year           2019                        
month          07                          
day            05                          
svn rev        76782                       
language       R                           
version.string R version 3.6.1 (2019-07-05)
nickname       Action of the Toes          
amygimma commented 4 years ago

the only small suggestion would be to update the documentation to clarify that guess_date defaults to false (it doesn't say either way now, so might be fine). otherwise can merge when ready!