Skip to content

Commit 94f1c0a

Browse files
committed
chore: set privacy level to permissive, fix expDS authorship
1 parent 3258018 commit 94f1c0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/expDS.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ expDS <- function(x) {
1414
x.var <- .loadServersideObject(x)
1515
.checkClass(obj = x.var, obj_name = x, permitted_classes = c("numeric", "integer"))
1616

17-
out <- exp(x.var)
17+
out <- exp(x.var)
1818
return(out)
1919
}
2020
# ASSIGN FUNCTION

inst/DATASHIELD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ AssignMethods:
163163
unlist=base::unlist
164164
Options:
165165
datashield.privacyLevel=5,
166-
default.datashield.privacyControlLevel="banana",
166+
default.datashield.privacyControlLevel="permissive",
167167
default.nfilter.glm=0.33,
168168
default.nfilter.kNN=3,
169169
default.nfilter.string=80,

0 commit comments

Comments
 (0)