diff --git a/R/LSTdecisionTree.R b/R/LSTdecisionTree.R index 0acc917..f7c60ea 100644 --- a/R/LSTdecisionTree.R +++ b/R/LSTdecisionTree.R @@ -207,7 +207,6 @@ LSTdecisionTree <- function(jaspResults, dataset = NULL, options) { jaspResults[["DecisionTree"]] <- createJaspContainer("") jaspResults[["DecisionTree"]][["Heading"]] <- plot1 - jaspResults[["DecisionTree"]][["Text"]] <- createJaspHtml("Some explanation and maybe a link to the test?", "p") # create decision tree plot if (options[["displayFullTree"]]) { diff --git a/inst/qml/LSTPValues.qml b/inst/qml/LSTPValues.qml index 312cb53..cd7bd53 100644 --- a/inst/qml/LSTPValues.qml +++ b/inst/qml/LSTPValues.qml @@ -294,6 +294,13 @@ Form Section { title: qsTr("Options") - CheckBox { name: "introText"; label: qsTr("Introductory text") } + + CheckBox + { + name: "introText" + label: qsTr("Introductory text") + checked: false + enabled: false + } } } diff --git a/inst/qml/LSTcentralLimitTheorem.qml b/inst/qml/LSTcentralLimitTheorem.qml index 196d3f9..d0a3987 100644 --- a/inst/qml/LSTcentralLimitTheorem.qml +++ b/inst/qml/LSTcentralLimitTheorem.qml @@ -58,7 +58,8 @@ Form { name: "parentExplain" label: qsTr("Show explanatory text") - checked: true + checked: false + enabled: false } } @@ -179,7 +180,8 @@ Form { name: "samplesExplain" label: qsTr("Show explanatory text") - checked: true + checked: false + enabled: false } DoubleField @@ -279,7 +281,8 @@ Form { name: "samplingDistExplain" label: qsTr("Show explanatory text") - checked: true + checked: false + enabled: false } } diff --git a/inst/qml/LSTdescriptives.qml b/inst/qml/LSTdescriptives.qml index 653f85c..a6ebb6e 100644 --- a/inst/qml/LSTdescriptives.qml +++ b/inst/qml/LSTdescriptives.qml @@ -255,6 +255,8 @@ Form { name: "LSdescExplanation" label: qsTr("Show explanation") + checked: false + enabled: false } } } diff --git a/inst/qml/LSTsampleVariability.qml b/inst/qml/LSTsampleVariability.qml index dbbd080..101653b 100644 --- a/inst/qml/LSTsampleVariability.qml +++ b/inst/qml/LSTsampleVariability.qml @@ -94,7 +94,8 @@ Form { name: "parentExplain" label: qsTr("Show explanatory text") - checked: true + checked: false + enabled: false } } @@ -249,7 +250,8 @@ Form { name: "samplesExplain" label: qsTr("Show explanatory text") - checked: true + checked: false + enabled: false } DoubleField diff --git a/inst/qml/LSTstandardError.qml b/inst/qml/LSTstandardError.qml index edc3280..539a112 100644 --- a/inst/qml/LSTstandardError.qml +++ b/inst/qml/LSTstandardError.qml @@ -58,7 +58,8 @@ Form { name: "parentExplain" label: qsTr("Show explanatory text") - checked: true + checked: false + enabled: false } } @@ -187,7 +188,8 @@ Form { name: "samplesExplain" label: qsTr("Show explanatory text") - checked: true + checked: false + enabled: false } DoubleField @@ -287,7 +289,8 @@ Form { name: "samplingDistExplain" label: qsTr("Show explanatory text") - checked: true + checked: false + enabled: false } }