-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hot_to_r fails to copy date data #427
Comments
Seems like its an easy fix, I had same issue with code after update to 4.3. I just replaced |
Where would one apply this fix to the example provided? It is not at all clear to me. |
Hi, I made the fix in the package by downloading it and creating my own package. However it did not fix the issue with the date, I spoke too soon. I fixed warning, but my dates are still getting messed up whenever I update a table. So seems the error is something else. I just went back to 4.2.1, that was the easiest fix. |
Having same issue after switching from R 4.2.2 to 4.3 as well. Seems a compatibility issue? |
The issue seems to be in the
where one should change |
there are two lines to fix in v.0.3.8:
|
This PR will fix it but it seems to take time to merge it. |
I've recently upgraded my setup to
An existing rhandsontable app was failing when trying to copy the date column, returning NA instead of the date. I receive the following warning:
I built an example ShinyApp to reproduce the issue:
The text was updated successfully, but these errors were encountered: