Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Dec 6, 2024
1 parent 26b2a14 commit 97b4a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/SimCollect.R
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ subset_results <- function(obj, select){
obj <- dplyr::select(obj, c(design.names, select))
} else {
if(length(select))
obj <- dplyr::select(obj, c(design.names, select))
res <- dplyr::select(res, select)
}
attr(obj, 'extra_info')$stored_results <- res
obj
Expand Down

0 comments on commit 97b4a4f

Please sign in to comment.