Package: riskscores
Title: Optimized Integer Risk Score Models
Version: 1.2.3
Authors@R: c(
    person("Hannah", "Eglinton", , "eglintonh@gmail.com", role = c("aut", "cre")),
    person("Seehanah", "Tang", , "seehanah_tang@brown.edu", role = c("aut", "aut")),
    person("Alice", "Paul", , "alice_paul@brown.edu", role = c("aut", "cph")),
    person("Oscar", "Yan", , "yu_yan@brown.edu", role = "aut"),
    person(given = "R Core Team", role = c("ctb", "cph"), 
      comment = "Copyright holder of Rinternals.h, R.h, lm.c, Applic.h, statsR.h,
      glm package"),
    person(given = "Robert", family = "Gentleman", role = c("ctb", "cph"),
      comment = "Author and copyright holder of Rinternals.h"),
    person(given = "Ross", family = "Ihaka", role = c("ctb", "cph"),
      comment = "Author and copyright holder of Rinternals.h"),
    person(given = "Simon", family = "Davies", role = "ctb",
      comment = "Author of glm.fit function (modified in cv_risk_mod.R)"),
    person(given = "Thomas", family = "Lumley", role = "ctb",
      comment = "Author of glm.fit function (modified in cv_risk_mod.R)"))
Description: Implements an optimized approach to learning risk score models, where sparsity and integer constraints are integrated into the model-fitting process.
URL: https://github.com/hjeglinton/riskscores
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: dplyr, foreach, ggplot2, magrittr, pROC, stats
Suggests: knitr, kableExtra, rmarkdown, doParallel
VignetteBuilder: knitr, kableExtra
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2025-07-28 17:01:31 UTC; hannaheglinton
Author: Hannah Eglinton [aut, cre],
  Seehanah Tang [aut, aut],
  Alice Paul [aut, cph],
  Oscar Yan [aut],
  R Core Team [ctb, cph] (Copyright holder of Rinternals.h, R.h, lm.c,
    Applic.h, statsR.h, glm package),
  Robert Gentleman [ctb, cph] (Author and copyright holder of
    Rinternals.h),
  Ross Ihaka [ctb, cph] (Author and copyright holder of Rinternals.h),
  Simon Davies [ctb] (Author of glm.fit function (modified in
    cv_risk_mod.R)),
  Thomas Lumley [ctb] (Author of glm.fit function (modified in
    cv_risk_mod.R))
Maintainer: Hannah Eglinton <eglintonh@gmail.com>
Repository: CRAN
Date/Publication: 2025-07-28 17:20:02 UTC
Built: R 4.4.1; ; 2025-07-28 18:18:39 UTC; unix
