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 for Issue #270 #271

Merged
merged 5 commits into from
Nov 22, 2022
Merged

Fix for Issue #270 #271

merged 5 commits into from
Nov 22, 2022

Commits on Nov 16, 2022

  1. Fix for Issue #270

    fix: changed the depreciated `size` parameter to `linewidth` and changed `aes_string()` to `aes()`
    Max-Bladen committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    22a9e01 View commit details
    Browse the repository at this point in the history
  2. Fix for Issue #270

    fix: additional `aes_string()` call changed to `aes()`
    Max-Bladen committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d03bbde View commit details
    Browse the repository at this point in the history
  3. Fix for Issue #270

    fix: changing `aes_string()` to `aes()` introduced error. Adjusted `geom_path` calls so X and Y vectors are appropriately set
    Max-Bladen committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    28b3914 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Fix for Issue #270

    refactor: removed some commented lines
    Max-Bladen committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    98763bd View commit details
    Browse the repository at this point in the history
  2. Fix for Issue #270

    tests: added test for `plotIndiv.mint.plsda()` with `ellipse = TRUE`
    Max-Bladen committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    89bbaa7 View commit details
    Browse the repository at this point in the history