Skip to content

Commit 396dcb4

Browse files
committed
throw early stop
1 parent 28770bb commit 396dcb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/SimCollect.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ SimCollect <- function(dir=NULL, files = NULL, filename = NULL,
203203
any(select %in% c('ERRORS', 'WARNINGS'))){
204204
SimExtract(tmp, what=tolower(select))
205205
} else subset_results(tmp, select=select)
206+
if(!is.null(readin[[i]]$SUMMARISE))
207+
stop('SUMMARISE column cannot be collapsed automatically', call.=FALSE)
206208
if(gc){
207209
rm(tmp)
208210
gc()

0 commit comments

Comments
 (0)