Closed Rekyt closed 2 years ago
Merging #23 (8576e99) into main (5346cca) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #23 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 379 349 -30
=========================================
- Hits 379 349 -30
Impacted Files | Coverage Δ | |
---|---|---|
R/fb_format_site_locations.R | 100.00% <ø> (ø) |
|
R/fb_get_environment.R | 100.00% <ø> (ø) |
|
R/checks.R | 100.00% <100.00%> (ø) |
|
R/fb_aggregate_site_data.R | 100.00% <100.00%> (ø) |
|
R/fb_cwm.R | 100.00% <100.00%> (ø) |
|
R/fb_filter_coverage.R | 100.00% <100.00%> (ø) |
|
R/fb_format_site_species.R | 100.00% <100.00%> (ø) |
|
R/fb_format_species_traits.R | 100.00% <100.00%> (ø) |
|
R/fb_get_coverage.R | 100.00% <100.00%> (ø) |
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 5346cca...8576e99. Read the comment docs.
Thanks!
This branch aims to move out from using
matrix()
data in funbiogeo to avoid using row names everywhere. Instead all functions would leverage the first column being the names of species or sites.