{
  "_id": "6a1021f1acfb0bcc41c8c8f3",
  "Package": "sparsestep",
  "Version": "1.0.1",
  "Date": "2021-01-10",
  "Title": "SparseStep Regression",
  "Authors@R": "c(person(\"Gertjan\", \"van den Burg\", role=c(\"aut\", \"cre\"), \nemail=\"gertjanvandenburg@gmail.com\"),\nperson(\"Patrick\", \"Groenen\", email=\"groenen@ese.eur.nl\", role=\"ctb\"),\nperson(\"Andreas\", \"Alfons\", email=\"alfons@ese.eur.nl\", role=\"ctb\"))",
  "Description": "Implements the SparseStep model for solving regression\nproblems with a sparsity constraint on the parameters. The\nSparseStep regression model was proposed in Van den Burg,\nGroenen, and Alfons (2017) <arXiv:1701.06967>. In the model, a\nregularization term is added to the regression problem which\napproximates the counting norm of the parameters. By\niteratively improving the approximation a sparse solution to\nthe regression problem can be obtained.  In this package both\nthe standard SparseStep algorithm is implemented as well as a\npath algorithm which uses golden section search to determine\nsolutions with different values for the regularization\nparameter.",
  "License": "GPL (>= 2)",
  "Classification/MSC": "62J05, 62J07",
  "URL": "https://github.com/GjjvdBurg/SparseStep,\nhttps://arxiv.org/abs/1701.06967",
  "BugReports": "https://github.com/GjjvdBurg/SparseStep",
  "RoxygenNote": "7.1.0",
  "Repository": "https://gjjvdburg.r-universe.dev",
  "Date/Publication": "2021-01-12 16:31:08 UTC",
  "RemoteUrl": "https://github.com/gjjvdburg/sparsestep",
  "RemoteRef": "HEAD",
  "RemoteSha": "4c49fabae8e6c4392dd6afa0c0be8731b16f1cee",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 05:12:50 UTC",
    "User": "root"
  },
  "Author": "Gertjan van den Burg [aut, cre],\nPatrick Groenen [ctb],\nAndreas Alfons [ctb]",
  "Maintainer": "Gertjan van den Burg <gertjanvandenburg@gmail.com>",
  "MD5sum": "df0cb658670c8274918e38dc32e8c20c",
  "_user": "gjjvdburg",
  "_type": "src",
  "_file": "sparsestep_1.0.1.tar.gz",
  "_fileid": "174fed2d6e4c42d9cbd7cc279901490f0fae3de3bd638b5e461c260e3724f7c2",
  "_filesize": 193911,
  "_sha256": "174fed2d6e4c42d9cbd7cc279901490f0fae3de3bd638b5e461c260e3724f7c2",
  "_created": "2026-05-14T05:12:50.000Z",
  "_published": "2026-05-22T09:29:21.593Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77352922905,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6987645239"
    },
    {
      "job": 77352923292,
      "time": 118,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6987642259"
    },
    {
      "job": 77352923303,
      "time": 117,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6987796159"
    },
    {
      "job": 77352923204,
      "time": 124,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6987813392"
    },
    {
      "job": 77352922713,
      "time": 154,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6987620777"
    },
    {
      "job": 77352922571,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157282113"
    },
    {
      "job": 77352923123,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6987634900"
    },
    {
      "job": 77352923473,
      "time": 83,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6987635640"
    },
    {
      "job": 77352923644,
      "time": 107,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6987640161"
    }
  ],
  "_buildurl": "https://github.com/r-universe/gjjvdburg/actions/runs/25784308432",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/gjjvdburg/sparsestep",
  "_commit": {
    "id": "4c49fabae8e6c4392dd6afa0c0be8731b16f1cee",
    "author": "Gertjan van den Burg <gertjanvandenburg@gmail.com>",
    "committer": "Gertjan van den Burg <gertjanvandenburg@gmail.com>",
    "message": "minor readme fixes\n",
    "time": 1610469068
  },
  "_maintainer": {
    "name": "Gertjan van den Burg",
    "email": "gertjanvandenburg@gmail.com",
    "login": "gjjvdburg",
    "twitter": "@GjjvdBurg",
    "uuid": 3286696
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "Matrix",
      "version": ">= 1.0-6",
      "role": "Depends"
    },
    {
      "package": "graphics",
      "role": "Imports"
    }
  ],
  "_owner": "gjjvdburg",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "feature-selection",
    "lasso-variants",
    "regularized-linear-regression",
    "sparse-regression",
    "sparse-regularization"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "gjjvdburg",
      "count": 21,
      "uuid": 3286696
    }
  ],
  "_userbio": {
    "uuid": 3286696,
    "type": "user",
    "name": "Gertjan van den Burg",
    "description": "Machine Learning Research Scientist."
  },
  "_downloads": {
    "count": 206,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sparsestep"
  },
  "_devurl": "https://github.com/gjjvdburg/sparsestep",
  "_searchresults": 7,
  "_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/sparsestep.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/gjjvdburg/sparsestep",
  "_realowner": "gjjvdburg",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2017-01-27"
    },
    {
      "version": "1.0.1",
      "date": "2021-01-10"
    }
  ],
  "_exports": [
    "path.sparsestep",
    "sparsestep"
  ],
  "_help": [
    {
      "page": "sparsestep-package",
      "title": "SparseStep: Approximating the Counting Norm for Sparse Regularization",
      "topics": [
        "sparsestep-package"
      ]
    },
    {
      "page": "coef.sparsestep",
      "title": "Get the coefficients of a fitted SparseStep model",
      "topics": [
        "coef",
        "coef.sparsestep"
      ]
    },
    {
      "page": "path.sparsestep",
      "title": "Approximate path algorithm for the SparseStep model",
      "topics": [
        "path.sparsestep"
      ]
    },
    {
      "page": "plot.sparsestep",
      "title": "Plot the SparseStep path",
      "topics": [
        "plot",
        "plot.sparsestep"
      ]
    },
    {
      "page": "predict.sparsestep",
      "title": "Make predictions from a SparseStep model",
      "topics": [
        "predict",
        "predict.sparsestep"
      ]
    },
    {
      "page": "print.sparsestep",
      "title": "Print the fitted SparseStep model",
      "topics": [
        "print.sparsestep"
      ]
    },
    {
      "page": "sparsestep",
      "title": "Fit the SparseStep model",
      "topics": [
        "sparsestep"
      ]
    }
  ],
  "_readme": "https://github.com/gjjvdburg/sparsestep/raw/HEAD/README.md",
  "_rundeps": [
    "lattice",
    "Matrix"
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "sparsestep",
  "_universes": [
    "gjjvdburg"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-14T05:14:56.000Z",
      "distro": "noble",
      "commit": "4c49fabae8e6c4392dd6afa0c0be8731b16f1cee",
      "fileid": "a70478001da768f49c84939b821276da56fcbda111ab0ab784ad8144198bf95f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gjjvdburg/actions/runs/25784308432"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-14T05:14:39.000Z",
      "distro": "noble",
      "commit": "4c49fabae8e6c4392dd6afa0c0be8731b16f1cee",
      "fileid": "70faa467b9ea8a23787c40669dea857cb68377808382a8c8ddbafb85d6526765",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gjjvdburg/actions/runs/25784308432"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-14T05:27:51.000Z",
      "commit": "4c49fabae8e6c4392dd6afa0c0be8731b16f1cee",
      "fileid": "e5dc7276fd55f2849877eb2583c0b26e1d59729227312ba5bd97502a8c0322d4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gjjvdburg/actions/runs/25784308432"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-14T05:29:11.000Z",
      "commit": "4c49fabae8e6c4392dd6afa0c0be8731b16f1cee",
      "fileid": "b01a44fb768fa99c9e1f8a2f0903c85a2badca1175295fc8e52c1c8620c46efd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gjjvdburg/actions/runs/25784308432"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-14T05:13:58.000Z",
      "commit": "4c49fabae8e6c4392dd6afa0c0be8731b16f1cee",
      "fileid": "d8b5ec19dfce16f69d2e15c35095d9e2395c1cb64f49b27c55b72d5b5db0ef4a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gjjvdburg/actions/runs/25784308432"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-14T05:14:03.000Z",
      "commit": "4c49fabae8e6c4392dd6afa0c0be8731b16f1cee",
      "fileid": "4a42d292922029f2798fe5835f3025458344ea8aa46ba6bcfde521c4bd46d220",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gjjvdburg/actions/runs/25784308432"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-14T05:14:25.000Z",
      "commit": "4c49fabae8e6c4392dd6afa0c0be8731b16f1cee",
      "fileid": "530992640c333333cfb09ccaf5c1d6974164cf906c6b6a57bdbacd899f6ef58a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gjjvdburg/actions/runs/25784308432"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-05-22T09:28:55.000Z",
      "commit": "4c49fabae8e6c4392dd6afa0c0be8731b16f1cee",
      "fileid": "ab8e9382c13a3bf0f92a142ff73a924fec7512b630e3f6a3bc5d2acfc94ac9ff",
      "status": "success",
      "buildurl": "https://github.com/r-universe/gjjvdburg/actions/runs/25784308432"
    }
  ]
}