Package: gbrs
Title: Gradient Boosted Risk Scores
Version: 0.1.0
Authors@R:
    person("Costa", "Georgantas", email = "costa.georgantas@chuv.ch", role = c("aut", "cre"))
Description: Fits interpretable risk scores via gradient boosting for
    regression, binary classification, and survival outcomes. Provides a
    formula interface, bootstrap confidence intervals, and serialization to
    a portable JSON format that can be re-loaded from Python.
License: MIT + file LICENSE
SystemRequirements: C++17, GNU make
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://github.com/cogeor/GBRS
BugReports: https://github.com/cogeor/GBRS/issues
LinkingTo:
    Rcpp, RcppEigen
Imports:
    Rcpp
Suggests:
    jsonlite,
    survival
Config/roxygen2/version: 8.0.0
