Skip to content

Commit 8bda0d1

Browse files
committed
version bump
1 parent 65614df commit 8bda0d1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.20.4
3+
Version: 2.21
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Changes in SimDesign 2.21
44

5+
- `createDesign()` gains a `fully.crossed = TRUE` argument. When disabled (`FALSE`) will create a
6+
column-binded object instead of a fully crossed experimental design
7+
8+
- `verbose` flags now check for interactivity instead of simple logical. Provides less verbose
9+
output when compiled in, for instance, markdown files
10+
11+
- Maximum number of errors (`max_errors`) reduced to 5 during interactive debugging mode to
12+
slightly avoid delayed browsing
13+
514
- `Attach(..., Rstudio_flags = TRUE)` now copies the output to the
615
clipboard for easier insertion into existing code. Only performed
716
in interative sessions

0 commit comments

Comments
 (0)