Minor issues#475
Conversation
|
👋 Friendly reminder: It looks like If your changes include bug fixes, new features, or UI tweaks, please consider adding a quick note to the |
81d912d to
f5d46ea
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #475 +/- ##
==========================================
- Coverage 84.96% 84.88% -0.08%
==========================================
Files 18 18
Lines 10012 10032 +20
==========================================
+ Hits 8507 8516 +9
- Misses 1505 1516 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
can you look into the copilot feedback @JTPetter? |
|
build builder bot build for glory |
✅ Build Complete!Your JASP module bundles have been successfully built for macOS (ARM) and Windows. 👉 Click here to download the artifacts (Scroll to the bottom of the page to find the "Artifacts" section). |
juliuspfadt
left a comment
There was a problem hiding this comment.
can you address the copilot feedback, then we can merge it
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
thanks, done! |
| ggplot2::theme(legend.position = "right", legend.title = ggplot2::element_blank(), | ||
| plot.margin = ggplot2::margin(5.5, 30, 5.5, 5.5, "pt")) + | ||
| ggplot2::xlab(NULL) + | ||
| ggplot2::scale_y_continuous(name = "Percent", breaks = yBreaks, limits = range(c(yBreaks, plotframe$value))) |
| termLabels <- attr(stats::terms(result[["object"]]), "term.labels") | ||
| missingVars <- variablePair[!sapply(variablePair, function(var) any(grepl(var, termLabels, fixed = TRUE)))] | ||
| if (length(missingVars) > 0) { |
| if (is.null(jaspResults[["gaugeANOVA"]])) { | ||
| jaspResults[["gaugeANOVA"]] <- createJaspContainer(gettext("Gauge r&R ANOVA table")) | ||
| jaspResults[["gaugeANOVA"]] <- createJaspContainer(gettext("Gauge r&R Analysis of Variance table")) | ||
| jaspResults[["gaugeANOVA"]]$dependOn(c("processVariationReference", "historicalSdValue", "report")) | ||
| jaspResults[["gaugeANOVA"]]$position <- 1 |
| .gaugeVarCompGraph <- function(percentContributionValues, studyVariationValues, percentToleranceValues, Type3 = FALSE) { | ||
| sources <- gettext(c('Gauge r&R', 'Repeat', 'Reprod', 'Part-to-part')) | ||
| sources <- gettext(c("Gauge r&R", "Repeatability", "Reproducibility", "Part-to-part")) | ||
| if (!all(is.na(percentToleranceValues))) { |
juliuspfadt
left a comment
There was a problem hiding this comment.
The new comments seem kind of valid... sorry.
This PR fixes a bunch of minor issues: