{
  "_id": "6a16c005acfb0bcc41d87aab",
  "Package": "SplitWise",
  "Type": "Package",
  "Title": "Hybrid Stepwise Regression with Single-Split Dummy Encoding",
  "Version": "1.0.2",
  "Authors@R": "c(\nperson(\"Marcell T.\", \"Kurbucz\", email = \"m.kurbucz@ucl.ac.uk\", role = c(\"aut\", \"cre\")),\nperson(\"Nikolaos\", \"Tzivanakis\", role = \"aut\"),\nperson(\"Nilufer Sari\", \"Aslam\", role = \"aut\"),\nperson(\"Adam M.\", \"Sykulski\", role = \"aut\"))",
  "Description": "Implements 'SplitWise', a hybrid regression approach that\ntransforms numeric variables into either single-split (0/1)\ndummy variables or retains them as continuous predictors. The\ntransformation is followed by stepwise selection to identify\nthe most relevant variables. The default 'iterative' mode\nadaptively explores partial synergies among variables to\nenhance model performance, while an alternative 'univariate'\nmode applies simpler transformations independently to each\npredictor. For details, see Kurbucz et al. (2025)\n<doi:10.48550/arXiv.2505.15423>.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 09:54:28 UTC",
    "User": "root"
  },
  "Author": "Marcell T. Kurbucz [aut, cre], Nikolaos Tzivanakis [aut],\nNilufer Sari Aslam [aut], Adam M. Sykulski [aut]",
  "Maintainer": "Marcell T. Kurbucz <m.kurbucz@ucl.ac.uk>",
  "Repository": "https://mtkurbucz-ucl.r-universe.dev",
  "Date/Publication": "2025-07-31 05:46:58 UTC",
  "RemoteUrl": "https://github.com/cran/SplitWise",
  "RemoteRef": "HEAD",
  "RemoteSha": "054bcaf37843a8fa7b05c579e1cf2b5a5d62a3e3",
  "MD5sum": "5f8db69750739cc05ed3f89584096f43",
  "_user": "mtkurbucz-ucl",
  "_type": "src",
  "_file": "SplitWise_1.0.2.tar.gz",
  "_fileid": "f518e0007c26e28cbcbafe7640d04a86762c6a2c31b9f91f3c654cecbd0e03f6",
  "_filesize": 103970,
  "_sha256": "f518e0007c26e28cbcbafe7640d04a86762c6a2c31b9f91f3c654cecbd0e03f6",
  "_created": "2026-05-27T09:54:28.000Z",
  "_published": "2026-05-27T09:57:25.252Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78052038353,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7237412441"
    },
    {
      "job": 78052038291,
      "time": 114,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7237410045"
    },
    {
      "job": 78052038284,
      "time": 150,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7237410774"
    },
    {
      "job": 78052038355,
      "time": 144,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7237412557"
    },
    {
      "job": 78051657857,
      "time": 143,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7237373274"
    },
    {
      "job": 78052038289,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7237406885"
    },
    {
      "job": 78052038345,
      "time": 119,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7237411862"
    },
    {
      "job": 78052038316,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7237393604"
    },
    {
      "job": 78052038328,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7237399102"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mtkurbucz-ucl/actions/runs/26504022959",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/SplitWise",
  "_commit": {
    "id": "054bcaf37843a8fa7b05c579e1cf2b5a5d62a3e3",
    "author": "Marcell T. Kurbucz <m.kurbucz@ucl.ac.uk>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.2\n",
    "time": 1753940818
  },
  "_maintainer": {
    "name": "Marcell T. Kurbucz",
    "email": "m.kurbucz@ucl.ac.uk",
    "login": "mtkurbucz-ucl",
    "description": "",
    "uuid": 206442185
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "rpart",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-22",
      "n": 1
    },
    {
      "week": "2025-31",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.0",
      "date": "2025-05-28"
    },
    {
      "name": "1.0.2",
      "date": "2025-07-31"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "mtkurbucz-ucl",
      "count": 2,
      "uuid": 206442185
    }
  ],
  "_userbio": {
    "uuid": 206442185,
    "type": "user",
    "name": "mtkurbucz-ucl"
  },
  "_downloads": {
    "count": 117,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/SplitWise"
  },
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/SplitWise.html",
    "manual.pdf"
  ],
  "_realowner": "mtkurbucz-ucl",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2025-05-28"
    },
    {
      "version": "1.0.2",
      "date": "2025-08-01"
    }
  ],
  "_exports": [
    "splitwise"
  ],
  "_help": [
    {
      "page": "splitwise",
      "title": "SplitWise Regression",
      "topics": [
        "coef.splitwise_lm",
        "fitted.splitwise_lm",
        "model.matrix.splitwise_lm",
        "predict.splitwise_lm",
        "print.splitwise_lm",
        "residuals.splitwise_lm",
        "splitwise",
        "summary.splitwise_lm"
      ]
    }
  ],
  "_readme": "https://github.com/cran/SplitWise/raw/HEAD/README.md",
  "_rundeps": [
    "rpart"
  ],
  "_vignettes": [
    {
      "source": "splitwise.Rmd",
      "filename": "splitwise.html",
      "title": "Using the SplitWise Package with the mtcars Dataset",
      "author": "Marcell T. Kurbucz, Nikolaos Tzivanakis, Nilufer Sari Aslam, Adam M. Sykulski",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "The mtcars Dataset",
        "Iterative Transformations",
        "Univariate Transformations",
        "Conclusion"
      ],
      "created": "2025-05-28 16:43:33",
      "modified": "2025-07-31 05:46:58",
      "commits": 2
    }
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "splitwise",
  "_universes": [
    "mtkurbucz-ucl"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-27T09:56:28.000Z",
      "distro": "noble",
      "commit": "054bcaf37843a8fa7b05c579e1cf2b5a5d62a3e3",
      "fileid": "3b3de1871609cff05831ea97dd4dcec5e490b9dd635494934ddabca8cf68acd0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mtkurbucz-ucl/actions/runs/26504022959"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-27T09:56:21.000Z",
      "distro": "noble",
      "commit": "054bcaf37843a8fa7b05c579e1cf2b5a5d62a3e3",
      "fileid": "5abf9a43e71c8a1d34b95dfe2f8ba356405641c66b294709a5ff5c0801c8bb74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mtkurbucz-ucl/actions/runs/26504022959"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-05-27T09:56:27.000Z",
      "commit": "054bcaf37843a8fa7b05c579e1cf2b5a5d62a3e3",
      "fileid": "ab05609e169a1ee601c45f5ecf5c2e39211a71ddc80963f9da19c86b61c1634d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mtkurbucz-ucl/actions/runs/26504022959"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-05-27T09:56:30.000Z",
      "commit": "054bcaf37843a8fa7b05c579e1cf2b5a5d62a3e3",
      "fileid": "c34fa021e97177b72193375f0b9c42bb8a4b3a86679ecba2f5d8aa48a09531a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mtkurbucz-ucl/actions/runs/26504022959"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-05-27T09:56:26.000Z",
      "commit": "054bcaf37843a8fa7b05c579e1cf2b5a5d62a3e3",
      "fileid": "fde1ad9240c71ee2d424586448770ce87e4ddd1d6f07e6e131c1c024372a1152",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mtkurbucz-ucl/actions/runs/26504022959"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-27T09:56:20.000Z",
      "commit": "054bcaf37843a8fa7b05c579e1cf2b5a5d62a3e3",
      "fileid": "933b389a34e9b3b7d969277698b411f0723ea242b0fb9a0ad2d29e222a608c3e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mtkurbucz-ucl/actions/runs/26504022959"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-27T09:55:26.000Z",
      "commit": "054bcaf37843a8fa7b05c579e1cf2b5a5d62a3e3",
      "fileid": "1043f39f7b8a590451560c7eb34ac0d70c4217cfb4bf6e577ae0e7a87f9a4053",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mtkurbucz-ucl/actions/runs/26504022959"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-27T09:55:40.000Z",
      "commit": "054bcaf37843a8fa7b05c579e1cf2b5a5d62a3e3",
      "fileid": "c5eaf0fde742f3bd7d1f725e47d2a9bb09f8fd6ea4b6dc4b9ebdd35edbd51f25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mtkurbucz-ucl/actions/runs/26504022959"
    }
  ]
}