FRBCesab / funbiogeo

:package: R package to help with analyses in functional biogeography
https://frbcesab.github.io/funbiogeo/
GNU General Public License v2.0
10 stars 1 forks source link

Fix missing checks (fix #50) #56

Closed Rekyt closed 2 years ago

ahasverus commented 2 years ago

Maybe we can also fix #52 in this PR...

Rekyt commented 2 years ago

Sure! will do as well

codecov-commenter commented 2 years ago

Codecov Report

Merging #56 (05f767e) into main (68d3dae) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
- Coverage   99.35%   99.33%   -0.02%     
==========================================
  Files          24       24              
  Lines         771      750      -21     
==========================================
- Hits          766      745      -21     
  Misses          5        5              
Impacted Files Coverage Δ
R/fb_aggregate_site_data.R 100.00% <ø> (ø)
R/fb_count_species_by_trait.R 100.00% <ø> (ø)
R/fb_count_traits_by_species.R 100.00% <ø> (ø)
R/fb_cwm.R 100.00% <ø> (ø)
R/fb_get_trait_coverage_by_site.R 100.00% <ø> (ø)
R/checks.R 100.00% <100.00%> (ø)
R/fb_filter_sites_by_trait_coverage.R 100.00% <100.00%> (ø)
R/fb_filter_species_by_trait_coverage.R 100.00% <100.00%> (ø)
R/fb_filter_traits_by_species_coverage.R 100.00% <100.00%> (ø)
R/fb_get_environment.R 100.00% <100.00%> (ø)
... and 1 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 2afc520...05f767e. Read the comment docs.