Skip to content

Commit

Permalink
missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Jan 31, 2025
1 parent 23c4f51 commit 8d4ce08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ set_seed <- function(seed){
invisible(NULL)
}

recvResult_fun <- utils::getFromNamespace("recvResult", "snow")
recvResult_fun <- utils::getFromNamespace("recvResult", "parallel")

#' Set RNG sub-stream for Pierre L'Ecuyer's RngStreams
#'
Expand Down

0 comments on commit 8d4ce08

Please sign in to comment.