-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skpr v1.7.4: Fix bug in skprGUI where a model with hard to change ter…
…ms and a manually specified model would not be converted from a character string to a formula
- Loading branch information
1 parent
1d0a744
commit 7e00961
Showing
6 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,5 @@ | |
^pkgdown$ | ||
^tests/.*$ | ||
_\.new\.png$ | ||
^compile_commands\.json$ | ||
^\.cache$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Package: skpr | ||
Title: Design of Experiments Suite: Generate and Evaluate Optimal Designs | ||
Date: 2024-07-11 | ||
Version: 1.7.3 | ||
Date: 2024-12-03 | ||
Version: 1.7.4 | ||
Authors@R: c(person("Tyler", "Morgan-Wall", email = "[email protected]", role = c("aut", "cre")), | ||
person("George", "Khoury", email = "[email protected]", role = c("aut"))) | ||
Description: Generates and evaluates D, I, A, Alias, E, T, and G optimal designs. Supports generation and evaluation of blocked and split/split-split/.../N-split plot designs. Includes parametric and Monte Carlo power evaluation functions, and supports calculating power for censored responses. Provides a framework to evaluate power using functions provided in other packages or written by the user. Includes a Shiny graphical user interface that displays the underlying code used to create and evaluate the design to improve ease-of-use and make analyses more reproducible. For details, see Morgan-Wall et al. (2021) <doi:10.18637/jss.v099.i01>. | ||
Copyright: Institute for Defense Analyses | ||
Depends: | ||
R (>= 3.0.2) | ||
License: GPL-3 | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
Imports: | ||
utils, | ||
iterators, | ||
|
@@ -36,3 +36,4 @@ Encoding: UTF-8 | |
URL: https://github.com/tylermorganwall/skpr, | ||
https://tylermorganwall.github.io/skpr/ | ||
BugReports: https://github.com/tylermorganwall/skpr/issues | ||
Config/build/compilation-database: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters