Skip to content

Commit c60c31f

Browse files
committed
Updated functions list
1 parent c48c358 commit c60c31f

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
@@ -61,6 +61,7 @@ test_that("check results", {
6161
"ds.histogram",
6262
"ds.isNA",
6363
"ds.isValid",
64+
"ds.kurtosis",
6465
"ds.length",
6566
"ds.levels",
6667
"ds.lexis",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_that("check results", {
4040
"exists", "glmDS1", "glmDS1", "glmDS2",
4141
"glmDS2", "glmSLMADS2", "histogramDS1", "is.character",
4242
"is.factor", "is.list", "is.null", "is.numeric",
43-
"isNaDS", "isValidDS", "lengthDS",
43+
"isNaDS", "isValidDS", "kurtosisDS1", "kurtosisDS2", "lengthDS",
4444
"levelsDS", "lexisDS1", "listDisclosureSettingsDS",
4545
"matrixDetDS1", "meanDS", "meanSdGpDS", "messageDS",
4646
"namesDS", "numNaDS", "quantileMeanDS", "rangeDS",

0 commit comments

Comments
 (0)