melmasri / traveltimeHMM

Travel time prediction from GPS observations using an HMM
9 stars 2 forks source link

function time_bins_readable in time_bins.R fails when using non-English locale #15

Closed ericgermaining closed 5 years ago

ericgermaining commented 5 years ago

time_bins_readable uses function weekdays(), whose result is locale-specific. This results in having all time bins set to Weekendday.

ericgermaining commented 5 years ago

Corrected in review-stuff by replacing call to weekdays() by using member wday of function as.POSIXlt. Attached file shows that the results are OK. timebins.txt