You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reading the code, I realised what was happening, but it killed an afternoon.
I found that there is an issue here #308, and am now using the "exact" flag.
My only suggestion is that there should be something more in the documentation. Currently there is only one reference to the "training", without any explanation what it does:
exact: logical. If TRUE, orders parameter is interpreted as an exact strptime format
and no trainign or guessing are performed.
Perhaps a short description of what the training actually does, and why you might want to not use it. And perhaps a flag synonym like "training=FALSE" to make it easier to understand the code where it is used.
The text was updated successfully, but these errors were encountered:
After reading the code, I realised what was happening, but it killed an afternoon.
I found that there is an issue here #308, and am now using the "exact" flag.
My only suggestion is that there should be something more in the documentation. Currently there is only one reference to the "training", without any explanation what it does:
Perhaps a short description of what the training actually does, and why you might want to not use it. And perhaps a flag synonym like "training=FALSE" to make it easier to understand the code where it is used.
The text was updated successfully, but these errors were encountered: