{
  "_id": "6a1f3085b401979e73427847",
  "Package": "optR",
  "Type": "Package",
  "Title": "Optimization Toolbox for Solving Linear Systems",
  "Version": "1.2.5",
  "Date": "2016-11-29",
  "Author": "Prakash (PKS Prakash) <prakash2@uwalumni.com>",
  "Maintainer": "Prakash <prakash2@uwalumni.com>",
  "Description": "Solves linear systems of form Ax=b via Gauss elimination,\nLU decomposition, Gauss-Seidel, Conjugate Gradient Method (CGM)\nand Cholesky methods.",
  "License": "GPL (>= 2)",
  "Packaged": {
    "Date": "2026-05-15 08:46:58 UTC",
    "User": "root"
  },
  "RoxygenNote": "5.0.1",
  "NeedsCompilation": "no",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2016-11-29 14:08:40 UTC",
  "RemoteUrl": "https://github.com/cran/optR",
  "RemoteRef": "HEAD",
  "RemoteSha": "2898e6f556d1ee80b4a4cd2d5c88f7061c90e9f6",
  "MD5sum": "860e6ec35a944b154b43a6becd8d622d",
  "_user": "cran",
  "_type": "src",
  "_file": "optR_1.2.5.tar.gz",
  "_fileid": "a04e87cf51a7728b1373e01b77235436d1ec6f4ebe5c30de14e6c63eede60da6",
  "_filesize": 136145,
  "_sha256": "a04e87cf51a7728b1373e01b77235436d1ec6f4ebe5c30de14e6c63eede60da6",
  "_created": "2026-05-15T08:46:58.000Z",
  "_published": "2026-06-02T19:35:33.031Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79155962175,
      "time": 101,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7013386781"
    },
    {
      "job": 79155962105,
      "time": 97,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013388068"
    },
    {
      "job": 79155961956,
      "time": 141,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013359618"
    },
    {
      "job": 79155961721,
      "time": 83,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367910058"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25908797150",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/optR",
  "_commit": {
    "id": "2898e6f556d1ee80b4a4cd2d5c88f7061c90e9f6",
    "author": "Prakash <prakash2@uwalumni.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.2.5\n",
    "time": 1480428520
  },
  "_maintainer": {
    "name": "Prakash",
    "email": "prakash2@uwalumni.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "graphics",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 204,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/optR"
  },
  "_searchresults": 16,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/optR.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.3",
      "date": "2014-05-02"
    },
    {
      "version": "1.1.1",
      "date": "2014-06-23"
    },
    {
      "version": "1.2.5",
      "date": "2016-11-29"
    }
  ],
  "_exports": [
    "choleskiDecomposition",
    "hatMatrix",
    "inv.optR",
    "jacobian",
    "LUsplit",
    "optR",
    "optRFun",
    "optRFun.newtonRapson"
  ],
  "_help": [
    {
      "page": "cgm",
      "title": "Optimization & estimation based on Conjugate Gradient Method",
      "topics": [
        "cgm"
      ]
    },
    {
      "page": "choleskiDecomposition",
      "title": "Function for Choleski Decomposition",
      "topics": [
        "choleskiDecomposition"
      ]
    },
    {
      "page": "choleskilm",
      "title": "Function fits linear model using Choleski Decomposition",
      "topics": [
        "choleskilm"
      ]
    },
    {
      "page": "forwardsubsitution.optR",
      "title": "Function to solve linear system using forward substitution",
      "topics": [
        "forwardsubsitution.optR"
      ]
    },
    {
      "page": "gaussSeidel",
      "title": "Gauss-Seidel based Optimization & estimation",
      "topics": [
        "gaussSeidel"
      ]
    },
    {
      "page": "hatMatrix",
      "title": "Function determines the Hat matrix or projection matrix for given X",
      "topics": [
        "hatMatrix"
      ]
    },
    {
      "page": "inv.optR",
      "title": "Invert a matrix using LU decomposition",
      "topics": [
        "inv.optR"
      ]
    },
    {
      "page": "jacobian",
      "title": "Function to evaluate jacobian matrix from functions",
      "topics": [
        "jacobian"
      ]
    },
    {
      "page": "LU.decompose",
      "title": "LU decomposition",
      "topics": [
        "LU.decompose"
      ]
    },
    {
      "page": "LU.optR",
      "title": "Solving system of equations using LU decomposition",
      "topics": [
        "LU.optR"
      ]
    },
    {
      "page": "LUsplit",
      "title": "Function to extract Lower and Upper matrix from LU decomposition",
      "topics": [
        "LUsplit"
      ]
    },
    {
      "page": "machinePrecision",
      "title": "Function to address machine precision error",
      "topics": [
        "machinePrecision"
      ]
    },
    {
      "page": "newtonRapson",
      "title": "Function for Newton Rapson roots for given equations",
      "topics": [
        "newtonRapson"
      ]
    },
    {
      "page": "nonDiagMultipication",
      "title": "Non-diagnoal multipication",
      "topics": [
        "nonDiagMultipication"
      ]
    },
    {
      "page": "opt.matrix.reorder",
      "title": "Function to Re-order the matrix to make dominant diagnals",
      "topics": [
        "opt.matrix.reorder"
      ]
    },
    {
      "page": "optR",
      "title": "Optimization & predictive modelling Toolsets",
      "topics": [
        "optR"
      ]
    },
    {
      "page": "optR.backsubsitution",
      "title": "Function to solve linear system using backsubsitution",
      "topics": [
        "optR.backsubsitution"
      ]
    },
    {
      "page": "optR.default",
      "title": "Optimization & predictive modelling Toolsets",
      "topics": [
        "optR.default"
      ]
    },
    {
      "page": "optR.fit",
      "title": "Fitter function for Linear/Non-linear system with form Ax=b",
      "topics": [
        "optR.fit"
      ]
    },
    {
      "page": "optR.formula",
      "title": "Optimization & predictive modelling Toolsets",
      "topics": [
        "optR.formula"
      ]
    },
    {
      "page": "optR.gauss",
      "title": "gauss to solve linear systems",
      "topics": [
        "optR.gauss"
      ]
    },
    {
      "page": "optR.multiplyfactor",
      "title": "Function to estimate lambda",
      "topics": [
        "optR.multiplyfactor"
      ]
    },
    {
      "page": "optRFun",
      "title": "Function based optimization module",
      "topics": [
        "optRFun"
      ]
    },
    {
      "page": "optRFun.newtonRapson",
      "title": "Function based optimization module",
      "topics": [
        "optRFun.newtonRapson"
      ]
    },
    {
      "page": "predict.optR",
      "title": "Prediction function based on optR class",
      "topics": [
        "predict.optR"
      ]
    },
    {
      "page": "print.optR",
      "title": "print coefficients for optR class",
      "topics": [
        "print.optR"
      ]
    },
    {
      "page": "summary.optR",
      "title": "Generate Summary for optR class",
      "topics": [
        "summary.optR"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1.2041199826559248,
  "_indexed": true,
  "_nocasepkg": "optr",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.5",
      "date": "2026-05-15T08:48:43.000Z",
      "distro": "noble",
      "commit": "2898e6f556d1ee80b4a4cd2d5c88f7061c90e9f6",
      "fileid": "e96ccf7a269e919f4221b1e582bfd53d1d3d82cf03e0ce89bde0d62153ed8623",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25908797150"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.5",
      "date": "2026-05-15T08:48:47.000Z",
      "distro": "noble",
      "commit": "2898e6f556d1ee80b4a4cd2d5c88f7061c90e9f6",
      "fileid": "9e23bb523216bcda44a5214595de007f5d2b398e05d4d31086ef523904fd6990",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25908797150"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.5",
      "date": "2026-06-02T19:35:16.000Z",
      "commit": "2898e6f556d1ee80b4a4cd2d5c88f7061c90e9f6",
      "fileid": "17ae85112872f5bf661c3f4d5c585a70f7fafa36156dfd454ddd8d77c2ebb1c2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25908797150"
    }
  ]
}