Package: SeedMaker
Title: Generate a Collection of Seeds from a Single Seed
Version: 1.0.0
Authors@R: c(
    person(given = "Hollins",
           family = "Showalter",
           email = "hollins.showalter@gmail.com",
           role = c("aut", "cre")),
    person(family = "Eli Lilly and Company",
           role = c("cph", "fnd")))
Description: A mechanism for easily generating and organizing a collection of 
  seeds from a single seed, which may be subsequently used to ensure 
  reproducibility in processes/pipelines that utilize multiple random 
  components (e.g., trial simulation).
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Suggests: devtools (>= 2.4.5), knitr (>= 1.45), rmarkdown (>= 2.25),
        testthat (>= 3.2.0), usethis (>= 2.2.2)
Imports: checkmate (>= 2.3.0), dplyr (>= 1.1.4), rlang (>= 1.1.2),
        tibble (>= 3.2.1), tidyr (>= 1.3.0)
URL: https://github.com/hdhshowalter/SeedMaker
BugReports: https://github.com/hdhshowalter/SeedMaker/issues
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-16 12:10:26 UTC; r865461
Author: Hollins Showalter [aut, cre],
  Eli Lilly and Company [cph, fnd]
Maintainer: Hollins Showalter <hollins.showalter@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-17 09:00:02 UTC
Built: R 4.4.3; ; 2025-10-21 14:37:42 UTC; windows
