CompatHelper: bump compat for RData to 1, (keep existing compat)#142
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #142 +/- ##
==========================================
+ Coverage 83.33% 84.00% +0.66%
==========================================
Files 3 4 +1
Lines 24 25 +1
==========================================
+ Hits 20 21 +1
Misses 4 4 ☔ View full report in Codecov by Sentry. |
|
Do we care about Julia 1.0 going forward? If so we can loosen the Formatting.jl restrictions (we should also move to Format.jl btw, which is better maintained). If not, then we can simply remove that CI and upgrade compat with Julia to v1.3 or something, or potentially even v1.6. Of course, users on Julia 1.0 can still install older versions. |
|
We are needing to use an older version of RData in TidierFiles.jl because of this compat issue. Is it possible to edit the compat as suggested here? |
|
#145 is probably better to merge than this |
5f95af2 to
3666355
Compare
This pull request changes the compat entry for the
RDatapackage from0.5, 0.6, 0.7, 0.8to0.5, 0.6, 0.7, 0.8, 1.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.