Package: ADMM Type: Package Title: Algorithms using Alternating Direction Method of Multipliers Version: 0.3.4 Authors@R: c(person("Kisung", "You", role = c("aut", "cre"), email = "kisung.you@outlook.com",comment=c(ORCID="0000-0002-8584-459X")),person("Xiaozhi","Zhu",role="aut",email="xzhu4@nd.edu")) Description: Provides algorithms to solve popular optimization problems in statistics such as regression or denoising based on Alternating Direction Method of Multipliers (ADMM). See Boyd et al (2010) for complete introduction to the method. License: GPL (>=3) Encoding: UTF-8 Imports: Rcpp, Matrix, Rdpack, stats, doParallel, foreach, parallel, utils LinkingTo: Rcpp, RcppArmadillo RoxygenNote: 7.3.2 RdMacros: Rdpack Repository: https://kisungyou.r-universe.dev Date/Publication: 2025-09-21 02:09:43 UTC RemoteUrl: https://github.com/kisungyou/admm RemoteRef: HEAD RemoteSha: bfcfaa4480485a927afea8b5f7cb4cc818808c6a NeedsCompilation: yes Packaged: 2026-06-24 02:11:03 UTC; root Author: Kisung You [aut, cre] (ORCID: ), Xiaozhi Zhu [aut] Maintainer: Kisung You