{
  "_id": "6a495a94f6c47c441949e321",
  "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\"),\nemail = \"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\nin statistics such as regression or denoising based on\nAlternating Direction Method of Multipliers (ADMM). See Boyd et\nal (2010) <doi:10.1561/2200000016> for complete introduction to\nthe method.",
  "License": "GPL (>=3)",
  "Encoding": "UTF-8",
  "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": {
    "Date": "2026-06-24 02:11:03 UTC",
    "User": "root"
  },
  "Author": "Kisung You [aut, cre] (ORCID: <https://orcid.org/0000-0002-8584-459X>),\nXiaozhi Zhu [aut]",
  "Maintainer": "Kisung You <kisung.you@outlook.com>",
  "_user": "kisungyou",
  "_type": "src",
  "_file": "ADMM_0.3.4.tar.gz",
  "_fileid": "https://r2.ropensci.org/63eac6516cfe148fa771a2b33e68a14b4e333ba4d97c99b61a9d8fcce3b91520",
  "_filesize": 253430,
  "_sha256": "63eac6516cfe148fa771a2b33e68a14b4e333ba4d97c99b61a9d8fcce3b91520",
  "_expires": "2026-10-12T19:10:10.000Z",
  "_created": "2026-06-24T02:11:03.000Z",
  "_published": "2026-07-04T19:10:12.178Z",
  "_jobs": [
    {
      "job": 85159301107,
      "time": 171,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7838491073"
    },
    {
      "job": 85159301040,
      "time": 141,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7838484586"
    },
    {
      "job": 85159301268,
      "time": 151,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838486845"
    },
    {
      "job": 85159301276,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838484632"
    },
    {
      "job": 85159301116,
      "time": 91,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7838474193"
    },
    {
      "job": 85159301269,
      "time": 247,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7838505607"
    },
    {
      "job": 85159301273,
      "time": 149,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838485661"
    },
    {
      "job": 85159301237,
      "time": 263,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838508672"
    },
    {
      "job": 85159301042,
      "time": 203,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838454947"
    },
    {
      "job": 85159301099,
      "time": 157,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838487515"
    },
    {
      "job": 85159301209,
      "time": 145,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7838484996"
    },
    {
      "job": 85159301119,
      "time": 116,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7838479115"
    },
    {
      "job": 85159301105,
      "time": 131,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838482480"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693",
  "_status": "success",
  "_upstream": "https://github.com/kisungyou/admm",
  "_commit": {
    "id": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
    "author": "Kisung You <kisung.you@outlook.com>",
    "committer": "Kisung You <kisung.you@outlook.com>",
    "message": "remove travis-ci\n",
    "time": 1758420583
  },
  "_maintainer": {
    "name": "Kisung You",
    "email": "kisung.you@outlook.com",
    "login": "kisungyou",
    "twitter": "@kisung_you",
    "description": "",
    "uuid": 22312643,
    "orcid": "0000-0002-8584-459X"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "Rdpack",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    }
  ],
  "_owner": "kisungyou",
  "_selfowned": true,
  "_usedby": 9,
  "_updates": [
    {
      "week": "2025-38",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 7,
  "_contributors": [
    {
      "user": "kisungyou",
      "count": 29,
      "uuid": 22312643
    }
  ],
  "_userbio": {
    "uuid": 22312643,
    "type": "user",
    "name": "Kisung You",
    "followers": 34
  },
  "_downloads": {
    "count": 685,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ADMM"
  },
  "_mentions": 20,
  "_devurl": "https://github.com/kisungyou/admm",
  "_searchresults": 17,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/ADMM.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kisungyou/admm",
  "_realowner": "kisungyou",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-11-02"
    },
    {
      "version": "0.1.1",
      "date": "2017-11-02"
    },
    {
      "version": "0.2.0",
      "date": "2018-01-26"
    },
    {
      "version": "0.2.1",
      "date": "2018-02-06"
    },
    {
      "version": "0.2.2",
      "date": "2018-02-25"
    },
    {
      "version": "0.3.0",
      "date": "2018-05-29"
    },
    {
      "version": "0.3.1",
      "date": "2018-09-28"
    },
    {
      "version": "0.3.2",
      "date": "2020-04-22"
    },
    {
      "version": "0.3.3",
      "date": "2021-08-08"
    },
    {
      "version": "0.3.4",
      "date": "2025-09-21"
    }
  ],
  "_exports": [
    "admm.bp",
    "admm.enet",
    "admm.genlasso",
    "admm.lad",
    "admm.lasso",
    "admm.rpca",
    "admm.sdp",
    "admm.spca",
    "admm.tv"
  ],
  "_help": [
    {
      "page": "admm.bp",
      "title": "Basis Pursuit",
      "topics": [
        "admm.bp"
      ]
    },
    {
      "page": "admm.enet",
      "title": "Elastic Net Regularization",
      "topics": [
        "admm.enet"
      ]
    },
    {
      "page": "admm.genlasso",
      "title": "Generalized LASSO",
      "topics": [
        "admm.genlasso"
      ]
    },
    {
      "page": "admm.lad",
      "title": "Least Absolute Deviations",
      "topics": [
        "admm.lad"
      ]
    },
    {
      "page": "admm.lasso",
      "title": "Least Absolute Shrinkage and Selection Operator",
      "topics": [
        "admm.lasso"
      ]
    },
    {
      "page": "admm.rpca",
      "title": "Robust Principal Component Analysis",
      "topics": [
        "admm.rpca"
      ]
    },
    {
      "page": "admm.sdp",
      "title": "Semidefinite Programming",
      "topics": [
        "admm.sdp"
      ]
    },
    {
      "page": "admm.spca",
      "title": "Sparse PCA",
      "topics": [
        "admm.spca"
      ]
    },
    {
      "page": "admm.tv",
      "title": "Total Variation Minimization",
      "topics": [
        "admm.tv"
      ]
    }
  ],
  "_readme": "https://github.com/kisungyou/admm/raw/HEAD/README.md",
  "_rundeps": [
    "codetools",
    "doParallel",
    "foreach",
    "iterators",
    "lattice",
    "Matrix",
    "rbibutils",
    "Rcpp",
    "RcppArmadillo",
    "Rdpack"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 6.205880729887538,
  "_indexed": true,
  "_nocasepkg": "admm",
  "_universes": [
    "kisungyou"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.4",
      "date": "2026-06-24T02:13:59.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/5e8e948234ff1d63e22ca5de78aa990857d31c2de2abbef3427b187c5647d82f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.4",
      "date": "2026-06-24T02:13:23.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/ded8330da80d5de38d899ba050fccf9cba99d504ce7bcf091be7c8559786e657",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.4",
      "date": "2026-06-24T02:13:39.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/51dba8608dd675041aec860847e61642df663054833cf61e13903ccf00c8fb20",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.4",
      "date": "2026-06-24T02:13:21.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/fde3457e1262ad2266a733f269f4f23bae26053487436f9c9abd2a9e696e2f86",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.4",
      "date": "2026-06-24T02:12:50.000Z",
      "arch": "aarch64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/ef617171e4ac88aaed2998de87d1e5070f650008329a815832b7993d7081efe1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.4",
      "date": "2026-06-24T02:14:45.000Z",
      "arch": "x86_64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/6ca4e036416fec9d917110f1ba7fed922d3827bd225ff183bcd9d7fdbda424a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.4",
      "date": "2026-06-24T02:13:18.000Z",
      "arch": "aarch64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/a6aaaf48398e88d2d4d271933f5139c28af6ebb0996966782935b862936c8d43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.4",
      "date": "2026-06-24T02:14:29.000Z",
      "arch": "x86_64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/0fb7265be8a7aa8649e0283c9c2d9867fcb05dc25684071201683f9aa591d52d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.4",
      "date": "2026-06-24T02:14:05.000Z",
      "arch": "emscripten",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/01e28d211418b766abde779445159d3ed57d792c645f726cdc47415cb69501c8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.4",
      "date": "2026-06-24T02:12:41.000Z",
      "arch": "x86_64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/905029496f060d026a8f816b4a099b93db145ab1c0e8bfeb657cb888ab6e4605",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.4",
      "date": "2026-06-24T02:12:29.000Z",
      "arch": "x86_64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/5f1c43f83040e7bcc608829196c8957af42cdee48c289097f3bb322c36eebbe8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.4",
      "date": "2026-06-24T02:12:31.000Z",
      "arch": "x86_64",
      "commit": "bfcfaa4480485a927afea8b5f7cb4cc818808c6a",
      "fileid": "https://r2.ropensci.org/094faa85f2dde759dc3994c98c05c8e1aac42ea55a8bec394dfcf00d1bf3e332",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kisungyou/actions/runs/28070261693"
    }
  ]
}