{
  "_id": "6a1bf0281d7bb097a0a2264e",
  "Package": "olr",
  "Title": "Optimal Linear Regression",
  "Version": "1.2",
  "Date": "2025-05-05",
  "Authors@R": "person(given = \"Mathew\", family = \"Fok\", role = c(\"aut\", \"cre\"), email = \"quiksilver67213@yahoo.com\")",
  "Description": "The olr function systematically evaluates multiple linear\nregression models by exhaustively fitting all possible\ncombinations of independent variables against the specified\ndependent variable. It selects the model that yields the\nhighest adjusted R-squared (by default) or R-squared, depending\non user preference. In model evaluation, both R-squared and\nadjusted R-squared are key metrics: R-squared measures the\nproportion of variance explained but tends to increase with the\naddition of predictors—regardless of relevance—potentially\nleading to overfitting. Adjusted R-squared compensates for this\nby penalizing model complexity, providing a more balanced view\nof fit quality. The goal of olr is to identify the most\nsuitable model that captures the underlying structure of the\ndata while avoiding unnecessary complexity. By comparing both\nmetrics, it offers a robust evaluation framework that balances\npredictive power with model parsimony. Example Analogy: Imagine\na gardener trying to understand what influences plant growth\n(the dependent variable). They might consider variables like\nsunlight, watering frequency, soil type, and nutrients\n(independent variables). Instead of manually guessing which\ncombination works best, the olr function automatically tests\nevery possible combination of predictors and identifies the\nmost effective model—based on either the highest R-squared or\nadjusted R-squared value. This saves the user from\ntrial-and-error modeling and highlights only the most\nmeaningful variables for explaining the outcome. A Python\nversion is also available at <https://pypi.org/project/olr>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/MatHatter/olr_r, https://pypi.org/project/olr/",
  "BugReports": "https://github.com/MatHatter/olr_r/issues",
  "Repository": "https://mathatter.r-universe.dev",
  "Date/Publication": "2025-05-10 00:52:47 UTC",
  "RemoteUrl": "https://github.com/mathatter/olr_r",
  "RemoteRef": "HEAD",
  "RemoteSha": "9620ab7e0441c6ecc9e0b905882c41a35ea72e59",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 08:08:21 UTC",
    "User": "root"
  },
  "Author": "Mathew Fok [aut, cre]",
  "Maintainer": "Mathew Fok <quiksilver67213@yahoo.com>",
  "MD5sum": "8bb667f7c534f253a6f2fb56e51176ab",
  "_user": "mathatter",
  "_type": "src",
  "_file": "olr_1.2.tar.gz",
  "_fileid": "fd66559d7fa442d3ae567d302ae379e09b941f819a372c37eeb9a661a9fe4739",
  "_filesize": 395282,
  "_sha256": "fd66559d7fa442d3ae567d302ae379e09b941f819a372c37eeb9a661a9fe4739",
  "_created": "2026-05-31T08:08:21.000Z",
  "_published": "2026-05-31T08:24:08.403Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78710980853,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315104955"
    },
    {
      "job": 78710980847,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315103560"
    },
    {
      "job": 78710980843,
      "time": 198,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315157197"
    },
    {
      "job": 78710980842,
      "time": 133,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315192801"
    },
    {
      "job": 78710823634,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315089402"
    },
    {
      "job": 78710980856,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315102175"
    },
    {
      "job": 78710980898,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315099012"
    },
    {
      "job": 78710980871,
      "time": 88,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315100240"
    },
    {
      "job": 78710980869,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315098517"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mathatter/actions/runs/26707257740",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mathatter/olr_r",
  "_commit": {
    "id": "9620ab7e0441c6ecc9e0b905882c41a35ea72e59",
    "author": "Mathew Fok <quiksilver67213@yahoo.com>",
    "committer": "Mathew Fok <quiksilver67213@yahoo.com>",
    "message": "Clean push: rebuilt documentation, vignette, and removed stray files\n",
    "time": 1746838367
  },
  "_maintainer": {
    "name": "Mathew Fok",
    "email": "quiksilver67213@yahoo.com",
    "login": "mathatter",
    "linkedin": "in/mathewfok",
    "description": "DDESONN is meant for people to enjoy and love as it comes from a stance of passion. Super dedicated deveoper.",
    "uuid": 7362338
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "plyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "readxl",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    }
  ],
  "_owner": "mathatter",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "mathatter",
      "count": 22,
      "uuid": 7362338
    }
  ],
  "_userbio": {
    "uuid": 7362338,
    "type": "user",
    "name": "MatHatter",
    "description": "DDESONN is meant for people to enjoy and love as it comes from a stance of passion. Super dedicated deveoper."
  },
  "_downloads": {
    "count": 544,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/olr"
  },
  "_devurl": "https://github.com/mathatter/olr_r",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/olr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mathatter/olr_r",
  "_realowner": "mathatter",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2019-12-22"
    },
    {
      "version": "1.1",
      "date": "2020-01-08"
    },
    {
      "version": "1.2",
      "date": "2025-05-20"
    }
  ],
  "_exports": [
    "adjr2list",
    "load_custom_data",
    "olr",
    "olrformulas",
    "olrformulasorder",
    "olrmodels",
    "r2list"
  ],
  "_help": [
    {
      "page": "load_custom_data",
      "title": "Load custom data from inst/extdata or a user-specified path",
      "topics": [
        "load_custom_data"
      ]
    },
    {
      "page": "olr",
      "title": "olr: Optimal Linear Regression",
      "topics": [
        "adjr2list",
        "olr",
        "olrformulas",
        "olrformulasorder",
        "olrmodels",
        "r2list"
      ]
    }
  ],
  "_rundeps": [
    "base64enc",
    "cellranger",
    "cli",
    "cpp11",
    "crayon",
    "digest",
    "fastmap",
    "glue",
    "hms",
    "htmltools",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "plyr",
    "prettyunits",
    "progress",
    "R6",
    "Rcpp",
    "readxl",
    "rematch",
    "rlang",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "olr_introduction.Rmd",
      "filename": "olr_introduction.html",
      "title": "Getting Started with olr: Optimal Linear Regression",
      "engine": "knitr::rmarkdown",
      "headings": [
        "📦 Introduction",
        "📊 Load Example Dataset",
        "🔎 Run OLR Models",
        "📈 Visual Comparison of Model Fits",
        "📊 Model Comparison Summary Table",
        "✅ Best Practice Tips",
        "📌 Summary",
        "of significant coefficients"
      ],
      "created": "2025-05-09 03:58:46",
      "modified": "2025-05-10 00:52:47",
      "commits": 3
    }
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "olr",
  "_universes": [
    "mathatter"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-05-31T08:10:26.000Z",
      "distro": "noble",
      "commit": "9620ab7e0441c6ecc9e0b905882c41a35ea72e59",
      "fileid": "9951b0c6a4d10f812223f11d41c9d247d3f0c6cad1f22a1ab6be5402383d6772",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mathatter/actions/runs/26707257740"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-05-31T08:10:16.000Z",
      "distro": "noble",
      "commit": "9620ab7e0441c6ecc9e0b905882c41a35ea72e59",
      "fileid": "a1cad390c5795a5109a6231345805dca2d6891d5d6b6972986e4a1e5d7981cdc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mathatter/actions/runs/26707257740"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2",
      "date": "2026-05-31T08:17:59.000Z",
      "commit": "9620ab7e0441c6ecc9e0b905882c41a35ea72e59",
      "fileid": "60e8357851207d90fb73ab97cc40fb9b21fa5ebea391c54b995221f0c0852b66",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mathatter/actions/runs/26707257740"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2",
      "date": "2026-05-31T08:23:18.000Z",
      "commit": "9620ab7e0441c6ecc9e0b905882c41a35ea72e59",
      "fileid": "21ffc127d09baa1d162d46c365a4380c5820c71ac8789a421689c9e42b021758",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mathatter/actions/runs/26707257740"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2",
      "date": "2026-05-31T08:10:22.000Z",
      "commit": "9620ab7e0441c6ecc9e0b905882c41a35ea72e59",
      "fileid": "2adec21fb6a35d92b6c26b4230685ec1c4d689cccf71ba98193d9426290dde86",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mathatter/actions/runs/26707257740"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2",
      "date": "2026-05-31T08:09:31.000Z",
      "commit": "9620ab7e0441c6ecc9e0b905882c41a35ea72e59",
      "fileid": "0aa5015d723043aedef9fb51afa6de674dd480c9a05a61016a783ff7c2c4232d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mathatter/actions/runs/26707257740"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2",
      "date": "2026-05-31T08:09:44.000Z",
      "commit": "9620ab7e0441c6ecc9e0b905882c41a35ea72e59",
      "fileid": "3de2a78edb3db4591cfc2c3dab1feb2996041db9056ecb3703507a33b57b1b97",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mathatter/actions/runs/26707257740"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2",
      "date": "2026-05-31T08:09:25.000Z",
      "commit": "9620ab7e0441c6ecc9e0b905882c41a35ea72e59",
      "fileid": "b7d72df1b9c0f557c12663d7967e72cfb3c144bf9a5f36bdb88dda012d1b7fee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mathatter/actions/runs/26707257740"
    }
  ]
}