-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major upgrades for new version of AusTraits (#64)
* Testing R CMD check on other machines via GitHub Actions * Bumped version * Removed ubuntu #40 * Using austraits_lite in vignettes * Using austraits_lite in structure vignette #40 * Implementing a new solution so dictionary can be precompiled before turning into a vignette #40 * Rebuilt site, vignettes are building now #40 * Changing global options in load-austraits #41 * Bug fix for parsing definitions data in dictionary.rmd #43 * Rebuilt pkgdown .htmls * Bumped version number to minor release and minor edit to load_austraits * xlab was not being imported properly, fixed * Bumped the version number for dev version * Updated README to make it clear that users need to install all dependencies and may need to upgrade exisiting packages that they may have for smooth install * Updated pkgdown vignettes * Moved janitor to Imports #47 * Rebuilt website using precompiled vignettes, new dir for figures * More tests for plots #48 * Recreated austraits_lite so class is austraits, all extracted subsets are class austraits too, tweaked relevant tests #45 * Since australia_map_raster is a df, we can remove the raster import function in the plot_site_location function * Bumped minor patch version number for PR * Removed docs/ from PR #49 * Revert docs to master * Rm new files * Rm new files in man * Precompiled code for vignettes, figures for .RMD, removed old figs from README * Updated README for lightweight install #49 * Updated file path to man/figures * Updated file path to man/figures * Added a test to detect #52 * ifelse for converting to numeric * ifelse for converting to numeric #52 * Updated news folliwngfix #52 * Added site changes in NEWS and changed call to site_name to loc_name #54 * Fixed typo in wide_table, added to news, austraits$locations #54 * site_property to location_property #54 * Changed sites to locations in as_wide_table #54 * Renames plot_site_locations #54, added switch for join_taxonomy * Convert versions to character strings * Amended Join sites with version switch #55, #54 * Notes in join for changes * Expanded join taxonomy to all versions * Join methods tweaks for all versions * Added alias for join_location and join_site, both functions for all versions * Fixing contexts join * updated and saved green .svg * Condtional switch to print.austraits * Upgrades to extract_dataset id, works with print.austraits #57 * #55 Join contexts working for multiple link vals * Added two versions of join_methods * Added switch for extract_trait #57 * Updated plot beeswarm to work with new and old versions of Austraits * Added version switch for plot_locations with depracation warning for old plot_sites #59 * Added distinct to join_methods * Added deprecation statement in join_sites #59 * Collapsed dataset ids in taxnomomic updates, beginnings of switches for trait_pivot_wider and internalised some switch functions * Started to switch for extract_taxa * Implemented taxon_name for extract_taxa #51 * Allowing extract_taxa to accept a string of family/genus/taxon_names #51 * Added switch for trait pivot * changed to str_subset for more reaable code * Plot_locations, accepts austraits or traits table * Plot_locations, accepts austraits or traits table * Added first pass as trait_pivot_wider #60 * Added switch for trait pivot longer #60 * Started to tinker with as_wide_table, removed vars option for join_contexts * Fixed typo in as_wide_table1 #61 * Small changes to as_wide_table * Added arg to collapse contexts for join_contexts, added as_wide_table upgrades #61 * Minor tweaks for methods#61 * Minor tweaks to roxygen tags #61 * Upgraded extract_taxa, and minor fix to extract_trait * Minor tweaks * Enabled lifecycle badges for soft deprecation for some functions, updated version numbers and news.md * Minor fixes to rd files to rid warnings * Created another austraits lite for testing new release * Tests for as_wide_table * Tweaked imports and removes .data in wide_table and added to tests * rm .data$ * Rm import from rlang * Commented out mem heavy test * Removed files not needed and updated documentation * Checked v number for testcoverage github actions * Added missing topucs and search bar * Updated version number for GHA * Rm formatting lines from Rstudio * Bumped v number * Fixing up vignettes and adding to NEWS * Tweaks to NAMESPACE, fixing vignettes so new version ofpackage works with austraits lite, new what_versions function * Added establishment_means to join_taxonomy * Changes species to taxa in print * Added dplyr dependency
- Loading branch information
Showing
75 changed files
with
1,539 additions
and
615 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
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
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 |
---|---|---|
|
@@ -51,3 +51,4 @@ data/austraits/ | |
|
||
# | ||
*.svg |
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
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,7 +1,24 @@ | ||
# austraits 2.1.1 | ||
|
||
# austraits 1.1.1 | ||
|
||
* Improved vignette building process | ||
* Improved extract_ functions | ||
* Rebuilt website | ||
|
||
- Minor bug fix in `extract_trait` | ||
- Minor bug fix in `as_wide_table` | ||
- `site` & `site_name` renamed to `location` & `location_name` within functions | ||
- `austraits$sites` renamed to `austraits$locations` | ||
- `plot_site_locations` is deprecated, use `plot_locations` | ||
- `join_sites` is deprecated, use `join_locations` | ||
- The following functions have been updated to work with AusTraits > v3.0.2, as well <=3.0.2 | ||
- `join_taxonomy` | ||
- `join_locations` | ||
- `join_contexts` | ||
- `join_methods` | ||
- `join_all` | ||
- `trait_pivot_wider` | ||
- `trait_pivot_longer` | ||
- `as_wide_table` | ||
- `extract_taxa` | ||
- `extract_trait` | ||
- `extract_dataset` | ||
- `plot_locations` | ||
- `plot_trait_distribution_beeswarm` | ||
- `print.austraits` | ||
|
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.