Package: skpr Title: Design of Experiments Suite: Generate and Evaluate Optimal Designs Date: 2026-05-29 Version: 1.9.5 Authors@R: c(person("Tyler", "Morgan-Wall", email = "tylermw@gmail.com", role = c("aut", "cre")), person("George", "Khoury", email = "george.m.khoury@gmail.com", 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) . Copyright: Institute for Defense Analyses Depends: R (>= 4.1.0) License: GPL-3 Roxygen: list(markdown = TRUE) Imports: utils, iterators, stats, lme4, Rcpp (>= 0.11.0), foreach, doParallel, survival, future, car, viridis, magrittr, lmerTest, methods, progress, doRNG, doFuture, progressr, geometry, digest LinkingTo: Rcpp, RcppEigen Suggests: testthat, mbest, ggplot2, lmtest, cli, gridExtra, rintrojs, shinythemes, shiny, shinyjs, gt, shinytest2 Encoding: UTF-8 URL: https://github.com/tylermorganwall/skpr, https://tylermorganwall.github.io/skpr/ BugReports: https://github.com/tylermorganwall/skpr/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev Repository: https://tylermorganwall.r-universe.dev Date/Publication: 2026-05-30 04:09:19 UTC RemoteUrl: https://github.com/tylermorganwall/skpr RemoteRef: HEAD RemoteSha: a2c99832fff2cc633dfd5e1be2fc4c536b632db3 NeedsCompilation: yes Packaged: 2026-05-30 09:42:16 UTC; root Author: Tyler Morgan-Wall [aut, cre], George Khoury [aut] Maintainer: Tyler Morgan-Wall