Package: recforest
Title: Random Survival Forest for Recurrent Events
Version: 1.0.2
Authors@R: 
    c(person("Juliette", "Murris", email = "murris.juliette@gmail.com",
        role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7017-9865")),
    person("Guillaume", "Desachy", email = "guillaume.desachy@pierre-fabre.com",
        role = c("aut"), comment = c(ORCID = "0000-0002-2000-1436")),
    person("Colin", "Fay", email = "colin@thinkr.fr", role = c("aut"),
           comment = c(ORCID = "0000-0001-7343-1846")),
    person("Yohann", "Mansiaux", email = "yohann@thinkr.fr", role = c("aut"),
           comment = c(ORCID = "0000-0002-8905-6603")),
    person("Audrey","Lavenu", email = "audrey.lavenu@univ-rennes.fr",
        role = c("aut"), comment = c(ORCID = "0000-0002-0049-2397")),
    person("Sandrine","Katsahian", email = "sandrine.katsahian@aphp.fr",
        role = c("aut"), comment = c(ORCID = "0000-0002-7261-0671"))
    )
Description: A tool designed to analyze recurrent events when dealing with right-censored data and the potential presence of a terminal event (that prevents further occurrences, like death). It extends the random survival forest algorithm, adapting splitting rules and node estimators to handle complexities of recurrent events. The methodology is fully described in Murris, J., Bouaziz, O., Jakubczak, M., Katsahian, S., & Lavenu, A. (2024) (<https://hal.science/hal-04612431v1/document>).
License: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: frailtypack, knitr, rmarkdown, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
Imports: cli, dplyr, future, future.apply, magrittr, methods, mets,
        purrr, reda, stats, survival, tibble, timereg
VignetteBuilder: knitr
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2026-01-13 16:11:49 UTC; juliettemurris
Author: Juliette Murris [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7017-9865>),
  Guillaume Desachy [aut] (ORCID:
    <https://orcid.org/0000-0002-2000-1436>),
  Colin Fay [aut] (ORCID: <https://orcid.org/0000-0001-7343-1846>),
  Yohann Mansiaux [aut] (ORCID: <https://orcid.org/0000-0002-8905-6603>),
  Audrey Lavenu [aut] (ORCID: <https://orcid.org/0000-0002-0049-2397>),
  Sandrine Katsahian [aut] (ORCID:
    <https://orcid.org/0000-0002-7261-0671>)
Maintainer: Juliette Murris <murris.juliette@gmail.com>
Repository: CRAN
Date/Publication: 2026-01-13 16:40:02 UTC
Built: R 4.4.3; ; 2026-02-04 04:15:58 UTC; windows
