Skip to content

Commit 042a76a

Browse files
authored
change pareto default ci value (#430)
1 parent 2c46c05 commit 042a76a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

inst/qml/Descriptives.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Form
363363
label: qsTr("Pareto rule")
364364
childrenOnSameRow: true
365365

366-
CIField { name: "paretoPlotRuleCi" }
366+
CIField { name: "paretoPlotRuleCi"; defaultValue: 80 }
367367
}
368368
CheckBox
369369
{

renv.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3349,7 +3349,7 @@
33493349
},
33503350
"jaspBase": {
33513351
"Package": "jaspBase",
3352-
"Version": "0.20.0",
3352+
"Version": "0.20.1",
33533353
"Source": "GitHub",
33543354
"Type": "Package",
33553355
"Title": "JASP Base",
@@ -3398,7 +3398,7 @@
33983398
"RemoteUsername": "jasp-stats",
33993399
"RemoteRepo": "jaspBase",
34003400
"RemoteRef": "master",
3401-
"RemoteSha": "0f0f59e18f5524ea422cb3dc5ad76ace6f0518e4",
3401+
"RemoteSha": "714cc740b5e56c98a509ba2b4c379f3b209bb71e",
34023402
"Remotes": "jasp-stats/jaspGraphs"
34033403
},
34043404
"jaspGraphs": {
@@ -3433,7 +3433,7 @@
34333433
"RemoteUsername": "jasp-stats",
34343434
"RemoteRepo": "jaspGraphs",
34353435
"RemoteRef": "master",
3436-
"RemoteSha": "ffd065a84e9eaa9cd610684a556dfb1fad129e0c",
3436+
"RemoteSha": "080034c03ac079057a82317d8575c81339133ec6",
34373437
"RemoteHost": "api.github.com"
34383438
},
34393439
"jaspTTests": {

0 commit comments

Comments
 (0)