Skip to content

Commit

Permalink
rm last tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Dec 6, 2024
1 parent 00e1201 commit 262585d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/SimCollect.R
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ SimCollect <- function(dir=NULL, files = NULL, filename = NULL,
stop(c('Could not read file ', filenames[i]))
readin[[i]] <- subset_results(tmp, select=select)
}
rm(tmp)
extra_info1 <- attr(readin[[1L]], 'extra_info')
ncores <- sum(sapply(readin, function(x) attr(x, 'extra_info')$ncores))
extra_info1[c("seeds", "date_completed", "summarise_list", "stored_results",
Expand Down

0 comments on commit 262585d

Please sign in to comment.