Skip to content

Commit f34e7be

Browse files
Merge pull request #223 from StuartWheater/v6.1-dev_skewness
Added check of 'skewness' methods
2 parents 1b3e708 + e424f80 commit f34e7be

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/testthat/test-smk-ds.listClientsideFunctions.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ test_that("check results", {
104104
"ds.scatterPlot",
105105
"ds.seq",
106106
"ds.setDefaultOpals",
107+
"ds.skewness",
107108
"ds.setSeed",
108109
"ds.subset",
109110
"ds.subsetByClass",

tests/testthat/test-smk-ds.listServersideFunctions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test_that("check results", {
4444
"levelsDS", "lexisDS1", "listDisclosureSettingsDS",
4545
"matrixDetDS1", "meanDS", "meanSdGpDS", "messageDS",
4646
"namesDS", "numNaDS", "quantileMeanDS", "rangeDS",
47-
"recodeValuesDS1", "rmDS", "scatterPlotDS",
47+
"recodeValuesDS1", "rmDS", "skewnessDS1", "skewnessDS2", "scatterPlotDS",
4848
"scoreVectDS", "setSeedDS", "t.test", "tTestFDS2",
4949
"table1DDS", "table2DDS", "tableDS", "tableDS2", "tapplyDS",
5050
"testObjExistsDS", "varDS"

0 commit comments

Comments
 (0)