Skip to content

Commit

Permalink
Refactor setSeed and getResultList (#676)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 15, 2023
1 parent 153a71a commit a804814
Show file tree
Hide file tree
Showing 16 changed files with 292 additions and 248 deletions.
4 changes: 1 addition & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export(prob)
export(probFunction)
export(probit)
export(saveSample)
export(setSeed)
export(set_seed)
export(size)
export(stopTrial)
export(test_length)
Expand Down Expand Up @@ -535,10 +535,8 @@ importFrom(kableExtra,kbl)
importFrom(lifecycle,badge)
importFrom(magrittr,"%>%")
importFrom(mvtnorm,rmvnorm)
importFrom(parallel,clusterApply)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(parallelly,availableCores)
importFrom(rjags,jags.model)
importFrom(rjags,jags.samples)
Expand Down
Loading

0 comments on commit a804814

Please sign in to comment.