Package: survobj
Title: Simulate Parametric and Semi-Parametric Survival Times with
        Object-Oriented Design
Version: 3.2.0
Authors@R: person(
    "Aponte", 
    "John", 
    email = "john.j.aponte@gmail.com", 
    role = c("aut","cre", "cph"),
    comment = c(ORCID = "0000-0002-3014-3673"))
Description: Simulate parametric and semi-parametric survival times through a
    consistent, reusable interface for each distribution, using an
    object-oriented design. Supported distributions include Exponential,
    Weibull, Gompertz, Log-Logistic, Log-Normal, and Piecewise Exponential.
    Random variates can be generated under Proportional Hazards, Accelerated
    Failure Time, and Extended Hazards models, as well as under renewal and
    non-homogeneous Poisson recurrent event processes, following the methods
    described by Bender (2003) <doi:10.5282/UBM/EPUB.1716> and Leemis (1987)
    in Operations Research, 35(6), 892-894.
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 4.1.0)
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0)
Language: en-US
Config/testthat/edition: 3
Imports: dplyr, tidyr, ggplot2, survival
VignetteBuilder: knitr
URL: https://johnaponte.github.io/survobj/,
        https://github.com/johnaponte/survobj
BugReports: https://github.com/johnaponte/survobj/issues
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-20 16:20:02 UTC; master
Author: Aponte John [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-3014-3673>)
Maintainer: Aponte John <john.j.aponte@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-20 18:30:10 UTC
Built: R 4.6.1; ; 2026-09-20 19:37:39 UTC; unix
