Skip to content

Commit

Permalink
preliminary work for jasp-stats/INTERNAL-jasp#2583
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Jun 20, 2024
1 parent ee19b09 commit 49ea528
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 49ea528

Please sign in to comment.