ncsu-landscape-dynamics / rpops

PoPS (Pest or Pathogen Spread) R Package
https://ncsu-landscape-dynamics.github.io/rpops/
GNU General Public License v3.0
10 stars 5 forks source link

Spatial index #71

Closed ChrisJones687 closed 3 years ago

ChrisJones687 commented 3 years ago

Adding spatial index for areas with suitable hosts.

codecov[bot] commented 3 years ago

Codecov Report

Merging #71 (b32b40b) into master (f84016e) will decrease coverage by 2.23%. The diff coverage is 49.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
- Coverage   63.05%   60.82%   -2.24%     
==========================================
  Files          29       41      +12     
  Lines        4507     4819     +312     
==========================================
+ Hits         2842     2931      +89     
- Misses       1665     1888     +223     
Impacted Files Coverage Δ
R/auto_manage.R 0.00% <0.00%> (ø)
R/auto_manage_nonsteering.R 0.00% <0.00%> (ø)
inst/include/date.hpp 89.36% <ø> (ø)
inst/include/kernel_types.hpp 13.51% <7.14%> (-24.95%) :arrow_down:
inst/include/gamma_kernel.hpp 7.69% <7.69%> (ø)
inst/include/lognormal_kernel.hpp 9.52% <9.52%> (ø)
inst/include/normal_kernel.hpp 11.11% <11.11%> (ø)
inst/include/power_law_kernel.hpp 11.76% <11.76%> (ø)
inst/include/hyperbolic_secant_kernel.hpp 12.50% <12.50%> (ø)
inst/include/logistic_kernel.hpp 14.28% <14.28%> (ø)
... and 36 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 f84016e...b32b40b. Read the comment docs.

ChrisJones687 commented 3 years ago

closes #72