Skip to content

Commit 493a796

Browse files
committed
removed sapply
1 parent 4d2a7ca commit 493a796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/makeMBOInfillCriterion.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ print.MBOInfillCriterion = function(x, ...) {
8686
}
8787

8888
paramsToString = function(params) {
89-
str.params = sapply(names(params), function(n) {
89+
str.params = vcapply(names(params), function(n) {
9090
paste0(n, "=", params[[n]])
9191
})
9292
collapse(str.params, ", ")

0 commit comments

Comments
 (0)