Package: tmle3
Title: The Extensible TMLE Framework
Version: 0.2.0
Authors@R: c(
  person("Jeremy", "Coyle", email = "jeremyrcoyle@gmail.com",
         role = c("aut", "cre", "cph"),
         comment = c(ORCID = "0000-0002-9874-6649")),
  person("Nima", "Hejazi", email = "nh@nimahejazi.org",
         role = c("ctb"),
         comment = c(ORCID = "0000-0002-7127-2789"))
  )
Maintainer: Jeremy Coyle <jeremyrcoyle@gmail.com>
Description: A general framework supporting the implementation of targeted
    maximum likelihood estimators (TMLEs) of a diverse range of statistical
    target parameters through a unified interface. The goal is that the exposed
    framework be as general as the mathematical framework upon which it draws.
Depends:
    R (>= 3.6.0),
    graphics
Imports:
    sl3 (>= 1.4.2),
    delayed,
    data.table,
    assertthat,
    R6,
    uuid,
    methods,
    ggplot2,
    stats,
    foreach,
    mvtnorm,
    magrittr,
    stringr,
    digest
Suggests:
    testthat,
    knitr,
    origami (>= 1.0.3),
    tableone,
    speedglm,
    rmarkdown,
    Rsolnp,
    nnls,
    tmle,
    future,
    future.apply,
    xgboost
Remotes:
    github::tlverse/sl3
License: GPL-3
URL: https://tlverse.org/tmle3
BugReports: https://github.com/tlverse/tmle3/issues
Encoding: UTF-8
LazyData: yes
LazyLoad: yes
VignetteBuilder: knitr
RoxygenNote: 7.1.1.9000
Roxygen: list(markdown = TRUE, r6 = FALSE)
