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

Explicit site or species column #23

Closed Rekyt closed 2 years ago

Rekyt commented 2 years ago

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.

codecov-commenter commented 2 years ago

Codecov Report

Merging #23 (8576e99) into main (5346cca) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

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

ahasverus commented 2 years ago

Thanks!