Skip to content

Commit

Permalink
Use new dataSetRequestedNative() function in runJaspResults
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Sep 17, 2024
1 parent f12f1ff commit ebf628b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions R/common.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,7 @@ runJaspResults <- function(name, title, dataKey, options, stateKey, functionCall

analysis <- eval(parse(text=functionCall))

dataset <- NULL
if (! is.null(dataKey)) {
cols <- .getDataSetCols(dataKey, options)
dataset <- do.call(.readDataSetToEnd, cols)
}
dataset <- .readDataSetRequestedNative()

# ensure an analysis always starts with a clean hashtable of computed jasp Objects
emptyRecomputed()
Expand Down

0 comments on commit ebf628b

Please sign in to comment.