Skip to content

Commit e36bb70

Browse files
committed
version bump
1 parent 3a19abd commit e36bb70

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: SimDesign
22
Title: Structure for Organizing Monte Carlo Simulation Designs
3-
Version: 2.11.4
3+
Version: 2.12
44
Authors@R: c(person("Phil", "Chalmers", email = "[email protected]", role = c("aut", "cre"),
55
comment = c(ORCID="0000-0001-5332-2810")),
66
person("Matthew", "Sigal", role = c("ctb")),

NEWS.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# NEWS file for SimDesign
22

3+
## Changes in SimDesign 2.12
4+
5+
- `createDesign()` gains a `fractional` argument to support design
6+
input structures from the `FrF2` package for fractional factorial designs.
7+
Useful when detecting main/low-dimensional interaction effects
8+
across a large number of factor variables (suggested by Achim Zeileis).
9+
Example added to the wiki to demonstrate its use
10+
11+
- When `summarise()` function not supplied the `Design` input
12+
is now appended to the `results` object when
13+
using `SimExtract(res, what = 'results'`). Only supported when the `results`
14+
object is a `matrix`-like structure
15+
16+
- `RAM` element added to resulting objects to indicate the amount of RAM used
17+
during each evaluation. This is particularly useful when using
18+
`runSimulation(..., store_results = TRUE)` to inspect how much RAM is being
19+
being consumed (otherwise, `runSimulation(..., save_results = TRUE)` should be
20+
used if RAM storage is suspected to be an issue)
21+
22+
- `resummarise()` and `aggregate_simulation()` now better support
23+
the internally stored results terms when using `store_results = TRUE`
24+
25+
- `runSimulation(..., save = TRUE)` changed to `save = replications > 10`
26+
to only write temporary files when the replications are larger (less
27+
hard-drive strain when initially testing simulation experiment with very
28+
small replications)
29+
30+
- hexsticker added to make `SimDesign` part of the cool-kids club
31+
32+
- `filename` and `save_results_dirname` extractors added to `SimExtract()`
33+
334
## Changes in SimDesign 2.11
435

536
- `PBA()` function added for probabilistic bisection algorithm, with associated

0 commit comments

Comments
 (0)