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 workflows, and
  they enhance computational reproducibility.
  For more information on 'FACTS' itself,
  please visit <https://www.berryconsultants.com/software/>.
Version: 0.0.2
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: tibble (>= 2.1.3), utils, xml2 (>= 1.2.2)
Suggests: dplyr (>= 0.8.4), fs (>= 1.3.1), knitr (>= 1.28), rmarkdown
        (>= 2.1), testthat (>= 2.1.0), withr (>= 2.2.0)
VignetteBuilder: knitr
Language: en-US
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
NeedsCompilation: no
Packaged: 2020-10-07 13:45:00 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: 2020-10-14 12:30:02 UTC
