Closed mdsumner closed 6 years ago
Merging #16 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #16 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 8 8
Lines 255 255
=====================================
Hits 255 255
Impacted Files | Coverage Δ | |
---|---|---|
src/fasterize.cpp | 100% <0%> (ø) |
:arrow_up: |
R/raster-methods.R | 100% <0%> (ø) |
:arrow_up: |
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 38bb7b3...e1819cd. Read the comment docs.
Thanks! I had done this, too, and it didn't work before, but now I think it has self-resolved since everything was rebuilt on 3.4.4 across CRAN mirrors.
Travis .yml add devtools to
r_packages
, seems to fix the Travis/devtools problem.(I'm not across the details, just found this https://stackoverflow.com/questions/47775434/travis-error-package-devtools-was-installed-by-an-r-version-with-different-i)