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

change min R ver to 4.2 #12

Merged
merged 1 commit into from
Nov 27, 2023
Merged

change min R ver to 4.2 #12

merged 1 commit into from
Nov 27, 2023

Conversation

stevegbrooks
Copy link
Member

The reason is that the code here in plot.R depends on 4.2 using the new pipe operator.

      paste_names <- names(mod_weights) |>
        gsub("exponential", "exp", x = _) |>
        gsub("quadratic",  "quad", x = _) |>
        gsub("linear",      "lin", x = _) |>
        gsub("logistic",    "log", x = _) |>
        gsub("sigEmax",    "sigE", x = _)

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (10c652f) 55.80% compared to head (7bdc360) 55.80%.

❗ Current head 7bdc360 differs from pull request most recent head 826af53. Consider uploading reports for the commit 826af53 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  Coverage   55.80%   55.80%           
=======================================
  Files           7        7           
  Lines         534      534           
=======================================
  Hits          298      298           
  Misses        236      236           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Xyarz Xyarz merged commit 853f10a into main Nov 27, 2023
6 checks passed
@Xyarz Xyarz deleted the hotfix/min-R-ver branch November 27, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants