Skip to content

Version 1.4.0

Latest
Compare
Choose a tag to compare
@njlyon0 njlyon0 released this 13 Jun 16:06
· 14 commits to main since this release

Minor version update. It has no ERRORS, WARNINGS, or NOTES from devtools::check(). Changes from previous release are as follows:

  • New function: replace_non_ascii. Replaces non-ASCII characters with ASCII characters that are as visually similar as possible
  • New function: count. Counts occurrences of each unique element in the provided vector
  • New function: ordination. Generic function that creates either NMS or PCoA ordinations. Makes extensive use of the ... argument to greatly increase level of control user can expect over internal base R graphing functions. Supersedes nms_ord and pcoa_ord.
  • Superseded functions: nms_ord and pcoa_ord are now superseded because they are special cases of ordination
  • New function behavior: nms_ord and pcoa_ord now support modifying axis label text size and axis tickmark text size
  • Began the process of adding units tests for most functions in the package. Users may notice some small cases where more informative errors/warnings are returned but generally this shouldn't change function behavior in an appreciable way