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
.
Version: 0.2.1.9000
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev
Repository: https://elilillyco.r-universe.dev
Date/Publication: 2022-08-19 12:56:17 UTC
RemoteUrl: https://github.com/elilillyco/rfacts
RemoteRef: HEAD
RemoteSha: 6b7c160a418234def7bc095b65d84ba34f91a9a1
NeedsCompilation: no
Packaged: 2026-06-17 11:03:44 UTC; root
Author: William Michael Landau [aut, cre] (ORCID:
),
Eli Lilly and Company [cph]
Maintainer: William Michael Landau