{
  "_id": "6a3663a83efcd9bda4406917",
  "Package": "L2E",
  "Type": "Package",
  "Title": "Robust Structured Regression via the L2 Criterion",
  "Version": "2.0",
  "Description": "An implementation of a computational framework for\nperforming robust structured regression with the L2 criterion\nfrom Chi and Chi (2021+). Improvements using the\nmajorization-minimization (MM) principle from Liu, Chi, and\nLange (2022+) added in Version 2.0.",
  "Authors@R": "c(\nperson(\"Xiaoqian\", \"Liu\", email=\"xiaoqian.liu1025@gmail.com\", role=c(\"aut\", \"ctb\")),\nperson(\"Jocelyn\", \"Chi\", email=\"jocetchi@gmail.com\", role=c(\"aut\", \"cre\")),\nperson(\"Lisa\", \"Lin\", email=\"llin.texas@hotmail.com\", role=c(\"ctb\")),\nperson(\"Kenneth\", \"Lange\", email=\"klange@ucla.edu\", role=c(\"aut\")),\nperson(\"Eric\", \"Chi\", email=\"ecchi1105@gmail.com\", role=c(\"aut\"))\n)",
  "Maintainer": "Jocelyn Chi <jocetchi@gmail.com>",
  "VignetteBuilder": "knitr",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-20 09:52:35 UTC",
    "User": "root"
  },
  "Author": "Xiaoqian Liu [aut, ctb], Jocelyn Chi [aut, cre], Lisa Lin\n[ctb], Kenneth Lange [aut], Eric Chi [aut]",
  "Config/pak/sysreqs": "make",
  "Repository": "https://jocelynchi.r-universe.dev",
  "Date/Publication": "2022-09-08 20:13:00 UTC",
  "RemoteUrl": "https://github.com/cran/L2E",
  "RemoteRef": "HEAD",
  "RemoteSha": "a30f7a539613530b370a20d63936ac52bd3877be",
  "MD5sum": "25dcfb0f1f65243f0bc5823cd44fd1bb",
  "_user": "jocelynchi",
  "_type": "src",
  "_file": "L2E_2.0.tar.gz",
  "_fileid": "2e19d1173670d225b92db577a27630cb5a38aaaa55cc98da8c4d3356be34d45a",
  "_filesize": 950607,
  "_sha256": "2e19d1173670d225b92db577a27630cb5a38aaaa55cc98da8c4d3356be34d45a",
  "_created": "2026-06-20T09:52:35.000Z",
  "_published": "2026-06-20T09:55:52.270Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82474106274,
      "time": 154,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7764292132"
    },
    {
      "job": 82474106276,
      "time": 151,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7764291816"
    },
    {
      "job": 82474106257,
      "time": 114,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7764287748"
    },
    {
      "job": 82474106267,
      "time": 126,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7764288964"
    },
    {
      "job": 82473912563,
      "time": 200,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764275483"
    },
    {
      "job": 82474106264,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764286960"
    },
    {
      "job": 82474106272,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7764286396"
    },
    {
      "job": 82474106278,
      "time": 101,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7764286330"
    },
    {
      "job": 82474106275,
      "time": 108,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7764287261"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jocelynchi/actions/runs/27867497586",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/L2E",
  "_commit": {
    "id": "a30f7a539613530b370a20d63936ac52bd3877be",
    "author": "Jocelyn Chi <jocetchi@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 2.0\n",
    "time": 1662667980
  },
  "_maintainer": {
    "name": "Jocelyn Chi",
    "email": "jocetchi@gmail.com",
    "login": "jocelynchi",
    "description": "\n",
    "uuid": 2458628
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "osqp",
      "role": "Depends"
    },
    {
      "package": "isotone",
      "role": "Imports"
    },
    {
      "package": "cobs",
      "role": "Imports"
    },
    {
      "package": "ncvreg",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "signal",
      "role": "Imports"
    },
    {
      "package": "robustbase",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "latex2exp",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jocelynchi",
      "count": 2,
      "uuid": 2458628
    }
  ],
  "_userbio": {
    "uuid": 2458628,
    "type": "user",
    "name": "Jocelyn T. Chi",
    "followers": 0
  },
  "_downloads": {
    "count": 233,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/L2E"
  },
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/L2E.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "jocelynchi",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2022-01-07"
    },
    {
      "version": "2.0",
      "date": "2022-09-08"
    }
  ],
  "_exports": [
    "CV_L2E_sparse_dist",
    "CV_L2E_sparse_ncv",
    "CV_L2E_TF_dist",
    "CV_L2E_TF_lasso",
    "L2E_convex",
    "L2E_isotonic",
    "L2E_multivariate",
    "l2e_regression",
    "l2e_regression_convex",
    "l2e_regression_convex_MM",
    "l2e_regression_isotonic",
    "l2e_regression_isotonic_MM",
    "l2e_regression_MM",
    "L2E_sparse_dist",
    "L2E_sparse_ncv",
    "L2E_TF_dist",
    "L2E_TF_lasso",
    "myGetDkn",
    "objective",
    "objective_tau"
  ],
  "_datasets": [
    {
      "name": "bank",
      "title": "Bank data",
      "object": "bank",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x1",
        "x2",
        "x3",
        "x4",
        "x5",
        "x6",
        "x7",
        "x8",
        "x9",
        "x10",
        "x11",
        "x12",
        "x13",
        "y"
      ],
      "rows": 1949,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "bank",
      "title": "Bank data",
      "topics": [
        "bank"
      ]
    },
    {
      "page": "CV_L2E_sparse_dist",
      "title": "Cross validation for L2E sparse regression with distance penalization",
      "topics": [
        "CV_L2E_sparse_dist"
      ]
    },
    {
      "page": "CV_L2E_sparse_ncv",
      "title": "Cross validation for L2E sparse regression with existing penalization methods",
      "topics": [
        "CV_L2E_sparse_ncv"
      ]
    },
    {
      "page": "CV_L2E_TF_dist",
      "title": "Cross validation for L2E trend filtering regression with distance penalization",
      "topics": [
        "CV_L2E_TF_dist"
      ]
    },
    {
      "page": "CV_L2E_TF_lasso",
      "title": "Cross validation for L2E trend filtering regression with Lasso penalization",
      "topics": [
        "CV_L2E_TF_lasso"
      ]
    },
    {
      "page": "L2E",
      "title": "L2E",
      "topics": [
        "L2E"
      ]
    },
    {
      "page": "L2E_convex",
      "title": "L2E convex regression",
      "topics": [
        "L2E_convex"
      ]
    },
    {
      "page": "L2E_isotonic",
      "title": "L2E isotonic regression",
      "topics": [
        "L2E_isotonic"
      ]
    },
    {
      "page": "L2E_multivariate",
      "title": "L2E multivariate regression",
      "topics": [
        "L2E_multivariate"
      ]
    },
    {
      "page": "l2e_regression",
      "title": "L2E multivariate regression - PG",
      "topics": [
        "l2e_regression"
      ]
    },
    {
      "page": "l2e_regression_convex",
      "title": "L2E convex regression - PG",
      "topics": [
        "l2e_regression_convex"
      ]
    },
    {
      "page": "l2e_regression_convex_MM",
      "title": "L2E convex regression - MM",
      "topics": [
        "l2e_regression_convex_MM"
      ]
    },
    {
      "page": "l2e_regression_isotonic",
      "title": "L2E isotonic regression - PG",
      "topics": [
        "l2e_regression_isotonic"
      ]
    },
    {
      "page": "l2e_regression_isotonic_MM",
      "title": "L2E isotonic regression - MM",
      "topics": [
        "l2e_regression_isotonic_MM"
      ]
    },
    {
      "page": "l2e_regression_MM",
      "title": "L2E multivariate regression - MM",
      "topics": [
        "l2e_regression_MM"
      ]
    },
    {
      "page": "l2e_regression_sparse_dist",
      "title": "L2E sparse regression with distance penalization",
      "topics": [
        "l2e_regression_sparse_dist"
      ]
    },
    {
      "page": "l2e_regression_sparse_ncv",
      "title": "L2E sparse regression with existing penalization methods",
      "topics": [
        "l2e_regression_sparse_ncv"
      ]
    },
    {
      "page": "l2e_regression_TF_dist",
      "title": "L2E trend filtering regression with distance penalization",
      "topics": [
        "l2e_regression_TF_dist"
      ]
    },
    {
      "page": "l2e_regression_TF_lasso",
      "title": "L2E trend filtering regression with Lasso penalization",
      "topics": [
        "l2e_regression_TF_lasso"
      ]
    },
    {
      "page": "L2E_sparse_dist",
      "title": "Solution path of L2E sparse regression with distance penalization",
      "topics": [
        "L2E_sparse_dist"
      ]
    },
    {
      "page": "L2E_sparse_ncv",
      "title": "Solution path of L2E sparse regression with existing penalization methods",
      "topics": [
        "L2E_sparse_ncv"
      ]
    },
    {
      "page": "L2E_TF_dist",
      "title": "Solution path of the L2E trend filtering regression with distance penalization",
      "topics": [
        "L2E_TF_dist"
      ]
    },
    {
      "page": "L2E_TF_lasso",
      "title": "Solution path of the L2E trend filtering regression with Lasso",
      "topics": [
        "L2E_TF_lasso"
      ]
    },
    {
      "page": "myGetDkn",
      "title": "Compute kth order differencing matrix",
      "topics": [
        "myGetDkn"
      ]
    },
    {
      "page": "objective",
      "title": "Objective function of the L2E regression - eta",
      "topics": [
        "objective"
      ]
    },
    {
      "page": "objective_tau",
      "title": "Objective function of the L2E regression - tau",
      "topics": [
        "objective_tau"
      ]
    },
    {
      "page": "update_beta_convex",
      "title": "Beta update in L2E convex regression - PG",
      "topics": [
        "update_beta_convex"
      ]
    },
    {
      "page": "update_beta_isotonic",
      "title": "Beta update in L2E isotonic regression - PG",
      "topics": [
        "update_beta_isotonic"
      ]
    },
    {
      "page": "update_beta_MM_convex",
      "title": "Beta update in L2E convex regression - MM",
      "topics": [
        "update_beta_MM_convex"
      ]
    },
    {
      "page": "update_beta_MM_isotonic",
      "title": "Beta update in L2E isotonic regression - MM",
      "topics": [
        "update_beta_MM_isotonic"
      ]
    },
    {
      "page": "update_beta_MM_ls",
      "title": "Beta update in L2E multivariate regression - MM",
      "topics": [
        "update_beta_MM_ls"
      ]
    },
    {
      "page": "update_beta_MM_sparse",
      "title": "Beta update in L2E sparse regression - MM",
      "topics": [
        "update_beta_MM_sparse"
      ]
    },
    {
      "page": "update_beta_MM_TF",
      "title": "Beta update in L2E trend filtering regression - MM",
      "topics": [
        "update_beta_MM_TF"
      ]
    },
    {
      "page": "update_beta_qr",
      "title": "Beta update in L2E multivariate regression - PG",
      "topics": [
        "update_beta_qr"
      ]
    },
    {
      "page": "update_beta_sparse_ncv",
      "title": "Beta update in L2E sparse regression - NCV",
      "topics": [
        "update_beta_sparse_ncv"
      ]
    },
    {
      "page": "update_beta_TF_lasso",
      "title": "Beta update in L2E trend filtering regression using Lasso",
      "topics": [
        "update_beta_TF_lasso"
      ]
    },
    {
      "page": "update_eta_bktk",
      "title": "Eta update using Newton's method with backtracking",
      "topics": [
        "update_eta_bktk"
      ]
    },
    {
      "page": "update_tau_R",
      "title": "Tau update function",
      "topics": [
        "update_tau_R"
      ]
    }
  ],
  "_readme": "https://github.com/cran/L2E/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cobs",
    "DEoptimR",
    "isotone",
    "lattice",
    "MASS",
    "Matrix",
    "MatrixModels",
    "ncvreg",
    "nnls",
    "osqp",
    "quantreg",
    "Rcpp",
    "robustbase",
    "S7",
    "signal",
    "SparseM",
    "survival"
  ],
  "_vignettes": [
    {
      "source": "l2e-intro.Rmd",
      "filename": "l2e-intro.html",
      "title": "Introduction to the L2E Package (version 2.0)",
      "author": "Xiaoqian Liu, Jocelyn T. Chi, Lisa Lin, Kennth Lange, and Eric C. Chi",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Examples",
        "Isotonic Regression",
        "Convex Regression",
        "Multivariate Regression",
        "Other Examples",
        "References"
      ],
      "created": "2022-01-07 12:32:55",
      "modified": "2022-09-08 20:13:00",
      "commits": 2
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "l2e",
  "_universes": [
    "jocelynchi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0",
      "date": "2026-06-20T09:54:47.000Z",
      "distro": "noble",
      "commit": "a30f7a539613530b370a20d63936ac52bd3877be",
      "fileid": "1ecf8cc630d9f3fbf31fd05ecbf732c30d65e39f4606856b4d928c02852a1ca1",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jocelynchi/actions/runs/27867497586"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0",
      "date": "2026-06-20T09:54:46.000Z",
      "distro": "noble",
      "commit": "a30f7a539613530b370a20d63936ac52bd3877be",
      "fileid": "fe12a2ff2ce4c92a62d92b3cf26af5210a11ad7eda561548e98d9c7848b91610",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jocelynchi/actions/runs/27867497586"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0",
      "date": "2026-06-20T09:54:22.000Z",
      "commit": "a30f7a539613530b370a20d63936ac52bd3877be",
      "fileid": "43b65805c5f6d928d3fa6a1f13dde42b498b59babfa17fb29d38e40d309fa51e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jocelynchi/actions/runs/27867497586"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0",
      "date": "2026-06-20T09:54:28.000Z",
      "commit": "a30f7a539613530b370a20d63936ac52bd3877be",
      "fileid": "3aa72111923df9e4d981d1b897d4525f278c1ed72133b464528c616499ffe59d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jocelynchi/actions/runs/27867497586"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0",
      "date": "2026-06-20T09:54:44.000Z",
      "commit": "a30f7a539613530b370a20d63936ac52bd3877be",
      "fileid": "16b1f0b820fa946bc6baefb8e1adac25bcf9852baf7d4c3ab9d0b74ff89fd259",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jocelynchi/actions/runs/27867497586"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0",
      "date": "2026-06-20T09:53:50.000Z",
      "commit": "a30f7a539613530b370a20d63936ac52bd3877be",
      "fileid": "30342970adfbe5c1f633e8b64bf30b0bab393cd69fa9aaefe3d7437d6d942a30",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jocelynchi/actions/runs/27867497586"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0",
      "date": "2026-06-20T09:53:47.000Z",
      "commit": "a30f7a539613530b370a20d63936ac52bd3877be",
      "fileid": "c45d597efcdb74f4897823702c33a5f8c31786fa16fa34d3e8b1a3e6ef290420",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jocelynchi/actions/runs/27867497586"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0",
      "date": "2026-06-20T09:53:56.000Z",
      "commit": "a30f7a539613530b370a20d63936ac52bd3877be",
      "fileid": "74f0cda9a44adfa42615d5afdfedeafd7a7732083cc44b21c39fed4a95cc8bb6",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/jocelynchi/actions/runs/27867497586"
    }
  ]
}