Closed ooezenoglu closed 1 year ago
Merging #11 (1cf42ad) into main (da087f2) will increase coverage by
1.65%
. The diff coverage is92.59%
.:exclamation: Current head 1cf42ad differs from pull request most recent head 034677d. Consider uploading reports for the commit 034677d to get more accurate results
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## main #11 +/- ##
==========================================
+ Coverage 80.00% 81.65% +1.65%
==========================================
Files 2 2
Lines 100 109 +9
==========================================
+ Hits 80 89 +9
Misses 20 20
Impacted Files | Coverage Δ | |
---|---|---|
R/faintr_functions.R | 79.79% <92.59%> (+2.02%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Closes #2.
extract_cell_draws
now returns draws for all factor cells in wide format. There is a new functionfilter_cell_draws
to get draws for a subset of factor cells.The docs, README, vignette, and tests are updated accordingly.