Package: crossfit
Title: A Graph-Based Cross-Fitting Engine in R
Version: 0.1.4
Authors@R: 
    person("Etienne", "Peyrot",
           email = "etienne.peyrot@inserm.fr",
           role = c("aut", "cre"),
	   comment = c(ORCID = "0009-0006-8520-6201")
    )
Description: 
    Provides a general cross-fitting engine for semiparametric estimation
    (e.g., double/debiased machine learning). Supports user-defined target
    functionals and directed acyclic graphs of nuisance learners with per-node
    training fold widths, target-specific evaluation windows, and
    fold-allocation modes ("overlap", "disjoint", "independence"). Returns
    either numeric estimates (mode = "estimate") or cross-fitted prediction
    functions (mode = "predict"), with configurable aggregation over panels
    and repetitions, reuse-aware caching, and failure isolation, making it
    well-suited for simulation studies and large benchmarks.
License: GPL-3
URL: https://github.com/EtiennePeyrot/crossfit-R
BugReports: https://github.com/EtiennePeyrot/crossfit-R/issues
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: stats, utils
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-08-27 12:24:09 UTC; skoua
Author: Etienne Peyrot [aut, cre] (ORCID:
    <https://orcid.org/0009-0006-8520-6201>)
Maintainer: Etienne Peyrot <etienne.peyrot@inserm.fr>
Repository: CRAN
Date/Publication: 2026-08-27 13:10:02 UTC
Built: R 4.6.0; ; 2026-08-27 16:03:58 UTC; unix
