-
Notifications
You must be signed in to change notification settings - Fork 59
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
fix datetime to character conversion #495
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #495 +/- ##
==========================================
- Coverage 76.86% 75.16% -1.70%
==========================================
Files 25 25
Lines 1664 1623 -41
==========================================
- Hits 1279 1220 -59
- Misses 385 403 +18
☔ View full report in Codecov by Sentry. |
a7a5512
to
f53efe1
Compare
🤔 The failed test might be a bug in Julia 1.9.2. I don't have a Windows machine handy to bisect. |
I'd recommend opening an issue on the Julia repo with the contents of the CI log (as requested by the error message 😄), I'm sure someone will be able to identify what's going on. |
Admittedly I don't really know how this package works so apologies for the naive question but do your changes work across R versions including 4.3 or do they require 4.3 at a minimum (or otherwise some minimum version different than whatever it currently is)? |
@ararslan They should work across R 4.x versions and maybe earlier, but I would have to go back to find which version introduced |
I assume then tests are guaranteed to be running R 4.x? |
they run on R latest so yes |
@ararslan I've updated the CI to run against R 3.4 (minimum supported version from |
The
as.character
behavior seems to have been completely removed in R 4.3.