Package: simtte
Title: Simulate Bespoke Time-to-Event Models Using ODEs
Version: 1.0.2
Language: en-US
Authors@R: person("Carlos", "Traynor", email = "carlos.traynor.qcp@gmail.com",
    role = c("aut", "cre"))
Description: Simulates time-to-event (survival) datasets for clinical trial
    design and analysis using ordinary differential equation (ODE) models
    solved via the 'mrgsolve' backend. Built-in Weibull and flexible
    M-spline baseline hazard models are provided out of the box, and fully
    bespoke hazard models can be implemented as custom 'mrgsolve' ODE
    systems. Event times are generated by inverse transform sampling from
    the resulting cumulative hazard functions. See Bender et al. (2005)
    <doi:10.1002/sim.2059> for the inverse transform sampling methodology
    and Royston and Parmar (2002) <doi:10.1002/sim.1203> for flexible
    parametric survival models.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0.0)
Imports: dplyr, magrittr, mrgsolve
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/csetraynor/simtte
BugReports: https://github.com/csetraynor/simtte/issues
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
RoxygenNote: 8.0.0
NeedsCompilation: no
Packaged: 2026-07-31 10:57:00 UTC; carlostraynor
Author: Carlos Traynor [aut, cre]
Maintainer: Carlos Traynor <carlos.traynor.qcp@gmail.com>
Repository: CRAN
Date/Publication: 2026-07-31 15:20:09 UTC
Built: R 4.6.1; ; 2026-07-31 23:51:32 UTC; windows
