Skip to content

Commit

Permalink
Add namespace back?
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Feb 21, 2025
1 parent 319769c commit f8aecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/run_simulations.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ run_simulations_in_background <- function(sample_size, sample_prob, prob0, prob1
.rng_kind, .rng_normal_kind, .rng_sample_kind, tempfile) {
lapply(sample_size, function(x) {
writeLines(as.character(x), con = tempfile)
run_simulations(x,
ordinalsimr::run_simulations(x,
sample_prob = sample_prob, prob0 = prob0, prob1 = prob1, niter = niter, included = included,
.rng_kind = .rng_kind, .rng_normal_kind = .rng_normal_kind, .rng_sample_kind = .rng_sample_kind
)
Expand Down

0 comments on commit f8aecea

Please sign in to comment.