simChef icon indicating copy to clipboard operation
simChef copied to clipboard

An R package to facilitate PCS simulation studies.

Results 30 simChef issues
Sort by recently updated
recently updated
newest added
trafficstars

Some (most?) messages show non-user facing helper function calls; e.g., consider the error message from this line: https://github.com/Yu-Group/simChef/blob/b3d71a2d5594eab4f8f8ec1006aba8e723508b68/tests/testthat/test-experiment.R#L762 ``` Error in `private$.check_vary_across()`: ! z: not valid argument(s) to DGP1's dgp_fun...

enhancement

We might be able to use https://github.com/tj-actions/changed-files to do this.

github_workflow

The user may just want to pass a function directly rather than having to initialize the DGP (etc.) object with the function before passing to `Experiment$new`. Passing objects is the...

enhancement

Future allows for [nested parallelization](https://cran.r-project.org/web/packages/future/vignettes/future-3-topologies.html), e.g. `plan(cluster, multicore)` where the first level parallelizes across nodes and the second level uses the cores on each node. A use case for this...

enhancement

PR to fix #164 - [ ] `rename_dgps()` - [ ] `rename_methods()` - [ ] `rename_evaluators()` - [ ] `rename_visualizers()` - [ ] `rename_experiment()`

enhancement

- [ ] Example of `export_visualizers()` - [ ] Using `render_docs()` with `eval_cache = "none"` and `viz_cache = "none"` or `"png"` - Can set separate export options for each Visualizer...

documentation

Currently, users must manually provide docs for DGPs, Methods, Evaluators, and Visualizers that are part of the Experiment. If users use Roxygen to document these functions, it would be nice...

enhancement