-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*fixes to tests described in #133 - for fields like basis_of_record, splitting input into `words` since fixed values sometimes multiple terms - add "unknown" to lists of allowed values * combined with fixes to metadata files in austraits.build * Add less/greater than or equal signs to exceptions for metadata * fixed taxonomic_updates table to include `aligned_name_taxon_id`, `aligned_name_taxonomic_status` * changed `process_standardise_names` to not capitalise an "x" indicating a hybrid taxon * some minor edits to schema * report edits - fix reports to work with new taxon scheme - Remove bins and ranges from plot_trait_distribution_beeswarm --------- Co-authored-by: yangsophieee <[email protected]> Co-authored-by: Sophie Yang <[email protected]>
- Loading branch information
1 parent
daa296c
commit ab00087
Showing
31 changed files
with
799 additions
and
683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Type: Package | ||
Package: traits.build | ||
Title: A workflow for harmonising trait data from diverse sources into a documented standard structure. | ||
Title: A workflow for harmonising trait data from diverse sources into a documented standard structure | ||
Version: 1.0.0.9000 | ||
Maintainer: Daniel Falster <[email protected]> | ||
Authors@R: c( | ||
|
@@ -52,7 +52,7 @@ Suggests: | |
rcrossref, | ||
ggplot2, | ||
ggbeeswarm, | ||
gridExtra, | ||
gridExtra, | ||
scales, | ||
zip, | ||
covr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.