Package: rfacts
Title: R Interface to 'FACTS' on Unix-Like Systems
Description: The 'rfacts' package is an R interface to the
  Fixed and Adaptive Clinical Trial Simulator ('FACTS')
  on Unix-like systems. It programmatically invokes 'FACTS' to run clinical
  trial simulations, and it aggregates simulation output data
  into tidy data frames. These capabilities provide end-to-end
  automation for large-scale simulation pipelines, and
  they enhance computational reproducibility.
  For more information on 'FACTS' itself,
  please visit <https://www.berryconsultants.com/software/>.
Version: 0.2.0
License: MIT + file LICENSE
URL: https://elilillyco.github.io/rfacts/,
        https://github.com/EliLillyCo/rfacts
BugReports: https://github.com/EliLillyCo/rfacts/issues
Authors@R: c(
  person(
    family = "Landau",
    given = c("William", "Michael"),
    email = "will.landau@gmail.com",
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0003-1878-3253")
  ),
  person(
    family = "Eli Lilly and Company",
    role = "cph"
  ))
SystemRequirements: FACTS Linux engines (>= 6.2.4), FLFLL (>= 6.2.4),
        Mono (>= 5.20.1.19)
Depends: R (>= 3.6.0)
Imports: digest (>= 0.6.25), fs (>= 1.3.1), tibble (>= 2.1.3), utils,
        xml2 (>= 1.2.2)
Suggests: dplyr (>= 0.8.4), knitr (>= 1.28), rmarkdown (>= 2.1),
        testthat (>= 3.0.0), withr (>= 2.2.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-01-04 21:11:37 UTC; c240390
Author: William Michael Landau [aut, cre]
    (<https://orcid.org/0000-0003-1878-3253>),
  Eli Lilly and Company [cph]
Maintainer: William Michael Landau <will.landau@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-04 21:40:02 UTC
Built: R 4.0.5; ; 2022-01-25 02:44:00 UTC; unix
