Skip to content

Commit 05c0d06

Browse files
authored
Merge pull request #45 from jhelvy/new-design-methods
Improves greedy design methods
2 parents bf52e16 + 463ad96 commit 05c0d06

14 files changed

+649
-467
lines changed

.Rbuildignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
^foo\.R$
1313
^cran-comments\.md$
1414
^CRAN-SUBMISSION$
15-
.vscode
15+
^CLAUDE.md$
16+
^.claude$
17+
.vscode

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.6.2
2-
Date: 2025-07-14 14:45:57 UTC
3-
SHA: a97701441bb93e6a2ffda4c3dc0e6c0884a2bf95
1+
Version: 0.6.3
2+
Date: 2025-08-10 18:38:19 UTC
3+
SHA: f8d19a5756909877247d65f9a413d89404b32593

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cbcTools
22
Title: Design and Analyze Choice-Based Conjoint Experiments
3-
Version: 0.6.2
3+
Version: 0.6.3
44
Maintainer: John Helveston <john.helveston@gmail.com>
55
Authors@R: c(
66
person(given = "John",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# cbcTools (development version)
22

3+
# cbcTools 0.6.3
4+
5+
- Improve the greedy methods to include proper handling of the dominance checking and overall efficiency improvements.
6+
37
# cbcTools 0.6.1
48

59
- Added `include_probs` argument to `cbc_design()`, which includes predicted choice probabilities in the returned design data frame if `include_probs = TRUE`. Defaults to `FALSE`.

0 commit comments

Comments
 (0)