Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix order of bins #101

Merged
merged 22 commits into from
Feb 8, 2023
Merged

Fix order of bins #101

merged 22 commits into from
Feb 8, 2023

Conversation

damianooldoni
Copy link
Collaborator

@damianooldoni damianooldoni commented Feb 8, 2023

This PR:

  1. fix Order of year bins in visualize_pathways_year_level1 #100 by using a if structure while reordering the levels of the bins columns.
  2. fix same issue on the similar function for level2 (as mentioned in Order of year bins in visualize_pathways_year_level1 #100 as well)
  3. Add unit-tests for 1. and 2.
  4. Fix typos in documentation
  5. Use test_path to read paths for data used in tests
  6. Improve documentation of gbif_verify_taxa and add fast fix in correspondent tests due to issue with GBIF API while retrieving occurrenceStatus distribution data (see occurrenceStatus missing in API species distribution enpoint gbif/gbif-api#94)
  7. Remove testthat:: from test files (not a good practice)
  8. Avoid tidyselect warning while using .data in dplyr::select() and dplyr::rename

Still to do: solve warnings. Such warnings could result in failing automatic checks now. See #102

@damianooldoni damianooldoni merged commit 1ca7d04 into main Feb 8, 2023
@damianooldoni damianooldoni deleted the fix-100 branch April 11, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Order of year bins in visualize_pathways_year_level1
1 participant