Package: cirls
Title: Constrained Iteratively Reweighted Least Squares
Version: 0.3.1
Authors@R: c( 
    person(given = "Pierre",
           family = "Masselot",
           role = c("aut", "cre", "cph"),
           email = "pierre.masselot@lshtm.ac.uk",
           comment = c(ORCID = "0000-0002-7326-1290")),
	person(given = "Antonio",
           family = "Gasparrini",
           role = c("aut"),
           email = "antonio.gasparrini@lshtm.ac.uk",
           comment = c(ORCID = "0000-0002-2271-3568"))
	)
Description: Routines to fit generalized linear models with constrained coefficients, along with inference on the coefficients. Designed to be used in conjunction with the base glm() function.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: quadprog, osqp, coneproj, TruncatedNormal, stats
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/PierreMasselot/cirls
NeedsCompilation: no
Packaged: 2024-09-09 13:15:56 UTC; PierreMasselot
Author: Pierre Masselot [aut, cre, cph]
    (<https://orcid.org/0000-0002-7326-1290>),
  Antonio Gasparrini [aut] (<https://orcid.org/0000-0002-2271-3568>)
Maintainer: Pierre Masselot <pierre.masselot@lshtm.ac.uk>
Repository: CRAN
Date/Publication: 2024-09-12 11:20:06 UTC
Built: R 4.3.3; ; 2025-04-07 01:19:17 UTC; windows
