{
  "_id": "6a1ff07ab401979e73442113",
  "Encoding": "UTF-8",
  "Package": "sisal",
  "Type": "Package",
  "Title": "Sequential Input Selection Algorithm",
  "Version": "0.49",
  "Date": "2024-10-25",
  "Authors@R": "person(\"Mikko\", \"Korpela\", role = c(\"aut\", \"cre\"),\nemail = \"mvkorpel@iki.fi\")",
  "Author": "Mikko Korpela [aut, cre]",
  "Maintainer": "Mikko Korpela <mvkorpel@iki.fi>",
  "Copyright": "Aalto University",
  "Description": "Implements the SISAL algorithm by Tikka and Hollmén. It is\na sequential backward selection algorithm which uses a linear\nmodel in a cross-validation setting. Starting from the full\nmodel, one variable at a time is removed based on the\nregression coefficients. From this set of models, a\nparsimonious (sparse) model is found by choosing the model with\nthe smallest number of variables among those models where the\nvalidation error is smaller than a threshold. Also implements\nextensions which explore larger parts of the search space\nand/or use ridge regression instead of ordinary least squares.",
  "License": "GPL (>= 2)",
  "URL": "https://github.com/mvkorpel/sisal",
  "BugReports": "https://github.com/mvkorpel/sisal/issues",
  "LazyData": "yes",
  "Repository": "https://mvkorpel.r-universe.dev",
  "Date/Publication": "2024-10-25 23:27:15 UTC",
  "RemoteUrl": "https://github.com/mvkorpel/sisal",
  "RemoteRef": "HEAD",
  "RemoteSha": "de3b7119bdff3dc4e591b75002ed7ee8c9846f91",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 09:10:45 UTC",
    "User": "root"
  },
  "MD5sum": "5abf658521c091d99dc710fdc26c272c",
  "_user": "mvkorpel",
  "_type": "src",
  "_file": "sisal_0.49.tar.gz",
  "_fileid": "6af942c53bccf3c10d28307313799664ef50751e9d21509c6b26272284ff619c",
  "_filesize": 487514,
  "_sha256": "6af942c53bccf3c10d28307313799664ef50751e9d21509c6b26272284ff619c",
  "_created": "2026-06-03T09:10:45.000Z",
  "_published": "2026-06-03T09:14:34.045Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79260205078,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7380410613"
    },
    {
      "job": 79260205136,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7380404180"
    },
    {
      "job": 79260205278,
      "time": 179,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7380409024"
    },
    {
      "job": 79260205108,
      "time": 152,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7380401889"
    },
    {
      "job": 79259780552,
      "time": 147,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7380353451"
    },
    {
      "job": 79260205174,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7380394547"
    },
    {
      "job": 79260205124,
      "time": 135,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7380411693"
    },
    {
      "job": 79260205169,
      "time": 104,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7380394985"
    },
    {
      "job": 79260205200,
      "time": 129,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7380404230"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mvkorpel/actions/runs/26874979896",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mvkorpel/sisal",
  "_commit": {
    "id": "de3b7119bdff3dc4e591b75002ed7ee8c9846f91",
    "author": "Mikko Korpela <mvkorpel@iki.fi>",
    "committer": "Mikko Korpela <mvkorpel@iki.fi>",
    "message": "NEWS about the update\n",
    "time": 1729898835
  },
  "_maintainer": {
    "name": "Mikko Korpela",
    "email": "mvkorpel@iki.fi",
    "login": "mvkorpel",
    "description": "Data analyst working in the public sector",
    "uuid": 2980656
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3.0",
      "role": "Depends"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "boot",
      "role": "Imports"
    },
    {
      "package": "lattice",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "R.matlab",
      "role": "Imports"
    },
    {
      "package": "R.methodsS3",
      "role": "Imports"
    },
    {
      "package": "graph",
      "role": "Suggests"
    },
    {
      "package": "Rgraphviz",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 0.8",
      "role": "Suggests"
    }
  ],
  "_owner": "mvkorpel",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "mvkorpel",
      "count": 3,
      "uuid": 2980656
    }
  ],
  "_userbio": {
    "uuid": 2980656,
    "type": "user",
    "name": "Mikko Korpela",
    "description": "Data analyst working in the public sector"
  },
  "_downloads": {
    "count": 638,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sisal"
  },
  "_devurl": "https://github.com/mvkorpel/sisal",
  "_searchresults": 21,
  "_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/sisal.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mvkorpel/sisal",
  "_realowner": "mvkorpel",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.46",
      "date": "2015-10-10"
    },
    {
      "version": "0.48",
      "date": "2020-02-15"
    },
    {
      "version": "0.49",
      "date": "2024-10-26"
    }
  ],
  "_exports": [
    "bootMSE",
    "dynTextGrob",
    "laggedData",
    "plot.sisal",
    "plotSelected",
    "print.sisal",
    "sisal",
    "sisalData",
    "sisalTable",
    "summary.sisal",
    "testSisal"
  ],
  "_datasets": [
    {
      "name": "toy.learn",
      "title": "Toy Data for SISAL (Learning Set)",
      "object": "sisalToy",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "y",
        "noise",
        "X1",
        "X2",
        "X3",
        "X4",
        "X5",
        "X6",
        "X7",
        "X8",
        "X9",
        "X10"
      ],
      "rows": 1000,
      "table": true,
      "tojson": true
    },
    {
      "name": "toy.test",
      "title": "Toy Data for SISAL (Test Set)",
      "object": "sisalToy",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "y",
        "noise",
        "X1",
        "X2",
        "X3",
        "X4",
        "X5",
        "X6",
        "X7",
        "X8",
        "X9",
        "X10"
      ],
      "rows": 500,
      "table": true,
      "tojson": true
    },
    {
      "name": "tsToy.learn",
      "title": "Toy Time Series Data for SISAL (Learning Set)",
      "object": "sisalToyTs",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "tsToy.test",
      "title": "Toy Time Series Data for SISAL (Test Set)",
      "object": "sisalToyTs",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "sisal-package",
      "title": "sisal: Sequential input selection algorithm",
      "topics": [
        "sisal-package"
      ]
    },
    {
      "page": "bootMSE",
      "title": "Bootstrap Estimate of Mean Squared Error Using SISAL Object",
      "topics": [
        "bootMSE"
      ]
    },
    {
      "page": "dynTextGrob",
      "title": "Create Text with Changing Size",
      "topics": [
        "dynTextGrob"
      ]
    },
    {
      "page": "laggedData",
      "title": "Create Input Matrix and Output Vector for Time Series Prediction",
      "topics": [
        "laggedData"
      ]
    },
    {
      "page": "plot.sisal",
      "title": "Plotting Sequential Input Selection Results",
      "topics": [
        "plot.sisal"
      ]
    },
    {
      "page": "plotSelected.sisal",
      "title": "Plotting Sets of Inputs Produced by Sequential Input Selection",
      "topics": [
        "plotSelected",
        "plotSelected.list",
        "plotSelected.sisal"
      ]
    },
    {
      "page": "print.sisal",
      "title": "Printing Sequential Input Selection Objects",
      "topics": [
        "print.sisal"
      ]
    },
    {
      "page": "sisal",
      "title": "Sequential Input Selection Algorithm (SISAL)",
      "topics": [
        "sisal"
      ]
    },
    {
      "page": "sisalData",
      "title": "Download External Datasets for SISAL",
      "topics": [
        "sisalData"
      ]
    },
    {
      "page": "sisalTable",
      "title": "Draw Table with Equally Sized Cells",
      "topics": [
        "sisalTable"
      ]
    },
    {
      "page": "summary.sisal",
      "title": "Summarizing Sequential Input Selection Results",
      "topics": [
        "print.summary.sisal",
        "summary.sisal"
      ]
    },
    {
      "page": "testSisal",
      "title": "Testing the Sequential Input Selection Algorithm",
      "topics": [
        "testSisal"
      ]
    },
    {
      "page": "toy.learn",
      "title": "Toy Data for SISAL (Learning Set)",
      "topics": [
        "toy.learn"
      ]
    },
    {
      "page": "toy.test",
      "title": "Toy Data for SISAL (Test Set)",
      "topics": [
        "toy.test"
      ]
    },
    {
      "page": "tsToy.learn",
      "title": "Toy Time Series Data for SISAL (Learning Set)",
      "topics": [
        "tsToy.learn"
      ]
    },
    {
      "page": "tsToy.test",
      "title": "Toy Time Series Data for SISAL (Test Set)",
      "topics": [
        "tsToy.test"
      ]
    }
  ],
  "_readme": "https://github.com/mvkorpel/sisal/raw/HEAD/README.md",
  "_rundeps": [
    "boot",
    "digest",
    "lattice",
    "Matrix",
    "mgcv",
    "nlme",
    "R.matlab",
    "R.methodsS3",
    "R.oo",
    "R.utils"
  ],
  "_score": 3.0211892990699383,
  "_indexed": true,
  "_nocasepkg": "sisal",
  "_universes": [
    "mvkorpel"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.49",
      "date": "2026-06-03T09:12:55.000Z",
      "distro": "noble",
      "commit": "de3b7119bdff3dc4e591b75002ed7ee8c9846f91",
      "fileid": "0d6dc10a56c2c11d4f4a1233eaae3341c7d158d5a2f1da51bc119ab01b3e8f3c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mvkorpel/actions/runs/26874979896"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.49",
      "date": "2026-06-03T09:12:41.000Z",
      "distro": "noble",
      "commit": "de3b7119bdff3dc4e591b75002ed7ee8c9846f91",
      "fileid": "ce0fc1018d5740bdeb6317617479150b77aa48f73f07d3dba02dd6997c40e5b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mvkorpel/actions/runs/26874979896"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.49",
      "date": "2026-06-03T09:13:06.000Z",
      "commit": "de3b7119bdff3dc4e591b75002ed7ee8c9846f91",
      "fileid": "ae668ddd861c4d3dc59b913c9cbbac76f26b6ecb9c7a97cb1a8048af633bf0ef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mvkorpel/actions/runs/26874979896"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.49",
      "date": "2026-06-03T09:12:48.000Z",
      "commit": "de3b7119bdff3dc4e591b75002ed7ee8c9846f91",
      "fileid": "d431297f7bbc595cab168a679cbc85c14c149d7398658af38c2845bcb111ebcd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mvkorpel/actions/runs/26874979896"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.49",
      "date": "2026-06-03T09:12:57.000Z",
      "commit": "de3b7119bdff3dc4e591b75002ed7ee8c9846f91",
      "fileid": "e1dba75ea8f3a417bcf3400379c5d6b361372f328559ed055c0977d2057861f0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mvkorpel/actions/runs/26874979896"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.49",
      "date": "2026-06-03T09:12:47.000Z",
      "commit": "de3b7119bdff3dc4e591b75002ed7ee8c9846f91",
      "fileid": "7af551a23bc78363f573e32a96dad1b1e0fb879e19de71bc11b3b0d9ce2565dd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mvkorpel/actions/runs/26874979896"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.49",
      "date": "2026-06-03T09:12:07.000Z",
      "commit": "de3b7119bdff3dc4e591b75002ed7ee8c9846f91",
      "fileid": "15f6e96d6b164cb019ca425d4d4b3ff16add9037802f49126a768491de75f702",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mvkorpel/actions/runs/26874979896"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.49",
      "date": "2026-06-03T09:12:22.000Z",
      "commit": "de3b7119bdff3dc4e591b75002ed7ee8c9846f91",
      "fileid": "1d97d9ea330440f0a9363881b705a4500de9534734d10ceed5bdc4c893eb8a7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mvkorpel/actions/runs/26874979896"
    }
  ]
}