ecohealthalliance / fasterize

High performance raster conversion for modern spatial data 🚀🌏▦
https://ecohealthalliance.github.io/fasterize/
Other
182 stars 15 forks source link

r_packages + devtools #16

Closed mdsumner closed 6 years ago

mdsumner commented 6 years ago

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)

codecov-io commented 6 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          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.

noamross commented 6 years ago

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.