Skip to content

Commit

Permalink
Automated build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeksterslab committed Mar 19, 2024
1 parent e1e2666 commit c015cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .setup/vignettes/mc.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mc <- MCMed(
from = "x",
to = "y",
med = "m",
R = 20000L,
R = 1000L,
ncores = parallel::detectCores(),
seed = 42
)
Expand Down Expand Up @@ -155,7 +155,7 @@ mc <- MCMed(
from = "x",
to = "y",
med = "m",
R = 20000L,
R = 1000L,
ncores = parallel::detectCores(),
seed = 42
)
Expand Down Expand Up @@ -183,7 +183,7 @@ mc <- MCMed(
from = "x",
to = "y",
med = "m",
R = 20000L,
R = 1000L,
ncores = parallel::detectCores(),
seed = 42
)
Expand Down

0 comments on commit c015cf7

Please sign in to comment.