{
  "_id": "6a49d5fb739471f8fd07ccdb",
  "Package": "SplitReg",
  "Type": "Package",
  "Title": "Split Regularized Regression",
  "Version": "1.0.2",
  "Date": "2020-02-05",
  "Author": "Anthony Christidis <anthony.christidis@stat.ubc.ca>, Ezequiel\nSmucler <ezequiels.90@gmail.com>, Ruben Zamar\n<ruben@stat.ubc.ca>",
  "Maintainer": "Anthony Christidis <anthony.christidis@stat.ubc.ca>",
  "Description": "Functions for computing split regularized estimators\ndefined in Christidis, Lakshmanan, Smucler and Zamar (2019)\n<arXiv:1712.03561>. The approach fits linear regression models\nthat split the set of covariates into groups. The optimal split\nof the variables into groups and the regularized estimation of\nthe regression coefficients are performed by minimizing an\nobjective function that encourages sparsity within each group\nand diversity among them. The estimated coefficients are then\npooled together to form the final fit.",
  "License": "GPL (>= 2)",
  "Biarch": "true",
  "NeedsCompilation": "yes",
  "RoxygenNote": "7.0.2",
  "Repository": "https://anthonychristidis.r-universe.dev",
  "Date/Publication": "2024-09-02 18:28:12 UTC",
  "RemoteUrl": "https://github.com/anthonychristidis/splitreg",
  "RemoteRef": "HEAD",
  "RemoteSha": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
  "Packaged": {
    "Date": "2026-06-16 07:15:33 UTC",
    "User": "root"
  },
  "_user": "anthonychristidis",
  "_type": "src",
  "_file": "SplitReg_1.0.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/84eff8eb5eb332bb0b5b3b673c23c10f0b1dd8c0226de35134cb60b45c890718",
  "_filesize": 238207,
  "_sha256": "84eff8eb5eb332bb0b5b3b673c23c10f0b1dd8c0226de35134cb60b45c890718",
  "_expires": "2026-10-13T03:56:41.000Z",
  "_created": "2026-06-16T07:15:33.000Z",
  "_published": "2026-07-05T03:56:43.167Z",
  "_jobs": [
    {
      "job": 85190826264,
      "time": 164,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7659859282"
    },
    {
      "job": 85190826166,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7659849877"
    },
    {
      "job": 85190826213,
      "time": 128,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7659848765"
    },
    {
      "job": 85190826287,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7659849253"
    },
    {
      "job": 85190826226,
      "time": 112,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7659869705"
    },
    {
      "job": 85190826207,
      "time": 209,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7659946518"
    },
    {
      "job": 85190826256,
      "time": 99,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7659862890"
    },
    {
      "job": 85190826148,
      "time": 286,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7659950902"
    },
    {
      "job": 85190826131,
      "time": 168,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7659808359"
    },
    {
      "job": 85190826217,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7659843071"
    },
    {
      "job": 85190826168,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7659843175"
    },
    {
      "job": 85190826257,
      "time": 62,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 85190826204,
      "time": 127,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7659848457"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492",
  "_status": "success",
  "_upstream": "https://github.com/anthonychristidis/splitreg",
  "_commit": {
    "id": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
    "author": "Anthony Christidis <34141555+AnthonyChristidis@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.md",
    "time": 1725301692
  },
  "_maintainer": {
    "name": "Anthony Christidis",
    "email": "anthony.christidis@stat.ubc.ca",
    "login": "anthonychristidis",
    "description": "Computational Scientist, Core for Computational Biomedicine, Harvard Medical School",
    "uuid": 34141555
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.12",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    }
  ],
  "_owner": "anthonychristidis",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "anthonychristidis",
      "count": 36,
      "uuid": 34141555
    }
  ],
  "_userbio": {
    "uuid": 34141555,
    "type": "user",
    "name": "Anthony Christidis",
    "followers": 21,
    "description": "Computational Scientist, Core for Computational Biomedicine, Harvard Medical School"
  },
  "_downloads": {
    "count": 210,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/SplitReg"
  },
  "_devurl": "https://github.com/anthonychristidis/splitreg",
  "_searchresults": 20,
  "_topics": [
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "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",
    "extra/SplitReg.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/anthonychristidis/splitreg",
  "_realowner": "anthonychristidis",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2019-04-26"
    },
    {
      "version": "1.0.1",
      "date": "2020-01-17"
    },
    {
      "version": "1.0.2",
      "date": "2020-02-05"
    },
    {
      "version": "1.0.3",
      "date": "2025-03-30"
    }
  ],
  "_exports": [
    "cv.SplitReg"
  ],
  "_help": [
    {
      "page": "coef.cv.SplitReg",
      "title": "Extract coefficients from a cv.SplitReg object.",
      "topics": [
        "coef.cv.SplitReg"
      ]
    },
    {
      "page": "cv.SplitReg",
      "title": "Split Regularized Regression algorithm with a sparsity and diversity penalty.",
      "topics": [
        "cv.SplitReg"
      ]
    },
    {
      "page": "predict.cv.SplitReg",
      "title": "Make predictions from a cv.SplitReg object.",
      "topics": [
        "predict.cv.SplitReg"
      ]
    }
  ],
  "_readme": "https://github.com/anthonychristidis/splitreg/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "splitreg",
  "_universes": [
    "anthonychristidis"
  ],
  "_binaries": [
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-04-17T07:02:40.000Z",
      "arch": "x86_64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/5cfcd3380e40017527306d5a3bd10b32d31aa671cad0c65a8a6b146ac69a43fd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/24552212494"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-06-16T07:18:23.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/3821c6b0362b65900b76157c088973d8ad0fd27273f0136851b1c3461a933829",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-06-16T07:17:48.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/d08e5cad1d130e096343dfbb0d965399f5843d072d534a3493af62a1ae39d06a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-06-16T07:17:45.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/6836dc8bc91d63465d0e1db9fc4c10e72d364f363836a7696f47763f13263e43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-06-16T07:17:46.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/7e6dd3b8a34089c0a802251dae31a98ce76967bdfaf3cbd3a42a5c84bbf3edbb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-06-16T07:18:56.000Z",
      "arch": "aarch64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/47fe2ba04750f3fd41ba97cb68e4695a69f3418a912068a60a9341030683eb19",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-06-16T07:22:38.000Z",
      "arch": "x86_64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/d6ca9bc2d375027c29416aa76015c193f9e90b5cb48adb8c167a6b1ed9d4bffd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-06-16T07:18:37.000Z",
      "arch": "aarch64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/e19b8a1a74bc65cf772c54712b014539d02f4758a674a2fa8953acf335765c94",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-06-16T07:22:33.000Z",
      "arch": "x86_64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/dbd90a44f7e08fcdbc6ad8361c6fc2753665c2a126a9699f675de482be5f571e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-06-16T07:17:41.000Z",
      "arch": "emscripten",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/e45f55d07d762a9b1dd0c28b5d209fb239a33322c43ead407b424c78612c6523",
      "status": "success",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-06-16T07:17:01.000Z",
      "arch": "x86_64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/9b86d2c4b37382cf90146c95d94c9f582d2e16f000669844a0f4b91643d283dd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-06-16T07:17:17.000Z",
      "arch": "x86_64",
      "commit": "d8ac6c2ff493f92dc36e49135486ea041386f7db",
      "fileid": "https://r2.ropensci.org/90c764073493f36f63d515a613528402ace927f8a2adb33f3f460e7eb07f1580",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/anthonychristidis/actions/runs/27600702492"
    }
  ]
}