Closed jaeltan closed 3 years ago
Merging #30 (16e66b2) into main (94850b4) will increase coverage by
12.74%
. The diff coverage is94.14%
.
@@ Coverage Diff @@
## main #30 +/- ##
===========================================
+ Coverage 77.08% 89.82% +12.74%
===========================================
Files 10 12 +2
Lines 240 403 +163
===========================================
+ Hits 185 362 +177
+ Misses 55 41 -14
Impacted Files | Coverage Δ | |
---|---|---|
R/class.R | 10.52% <0.00%> (-1.24%) |
:arrow_down: |
R/logical.R | 0.00% <ø> (ø) |
|
R/messydate_make.R | 81.81% <50.00%> (-7.08%) |
:arrow_down: |
R/resolve.R | 72.72% <57.14%> (+14.83%) |
:arrow_up: |
R/coerce_to_messydate.R | 97.33% <95.12%> (+12.71%) |
:arrow_up: |
R/annotate.R | 95.23% <95.23%> (ø) |
|
R/resequence.R | 96.96% <96.96%> (ø) |
|
R/coerce_from_messydate.R | 100.00% <100.00%> (ø) |
|
R/contract.R | 100.00% <100.00%> (+7.69%) |
:arrow_up: |
R/expand.R | 100.00% <100.00%> (ø) |
|
... and 3 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 94850b4...16e66b2. Read the comment docs.
Description
Package
Functions
make_messydate()
on_or_before()
on_or_after()
as_approximate()
as_uncertain()
(includes discrimination between month uncertainty and day and month uncertainty)as_messydate()
by adding zero padding for month, day or yearresequence()
to work consistently with messydate objectsexpand()
function to expand imprecise, unspecified, approximate, uncertain, and negative dates according to approximate ranges and added testsprecision()
to return the lengths of expanded datesmedian()
in resolve family of functions for precisionexpand()
contract()
precision()
coerce_from_messydate()
Checklist: