{
  "_id": "6a5c5a449baadeef8ab4ed91",
  "Package": "sanic",
  "Type": "Package",
  "Title": "Solving Ax = b Nimbly in C++",
  "Version": "0.0.2",
  "Date": "2023-08-22",
  "Authors@R": "c(person(\"Nikolas\", \"Kuschnig\", role = c(\"aut\", \"cre\"),\nemail = \"nikolas.kuschnig@wu.ac.at\",\ncomment = c(ORCID = \"0000-0002-6642-2543\")),\nperson(\"Lukas\", \"Vashold\", role = \"ctb\", comment = c(ORCID = \"0000-0002-3562-3414\")),\nperson(\"Yixuan\", \"Qiu\", role = \"ctb\"))",
  "Author": "Nikolas Kuschnig [aut, cre]\n(<https://orcid.org/0000-0002-6642-2543>), Lukas Vashold [ctb]\n(<https://orcid.org/0000-0002-3562-3414>), Yixuan Qiu [ctb]",
  "Maintainer": "Nikolas Kuschnig <nikolas.kuschnig@wu.ac.at>",
  "Description": "Routines for solving large systems of linear equations and\neigenproblems in R. Direct and iterative solvers from the Eigen\nC++ library are made available. Solvers include Cholesky, LU,\nQR, and Krylov subspace methods (Conjugate Gradient, BiCGSTAB).\nDense and sparse problems are supported.",
  "URL": "https://github.com/nk027/sanic",
  "BugReports": "https://github.com/nk027/sanic/issues",
  "License": "GPL-3 | file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Repository": "https://nk027.r-universe.dev",
  "Date/Publication": "2023-08-23 10:22:59 UTC",
  "RemoteUrl": "https://github.com/nk027/sanic",
  "RemoteRef": "HEAD",
  "RemoteSha": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-19 04:54:48 UTC",
    "User": "root"
  },
  "_user": "nk027",
  "_type": "src",
  "_file": "sanic_0.0.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/3fdb74f5b361f188f6d9065aeda5e883561159bd1555ba45fc88d67b9f7a848a",
  "_filesize": 161610,
  "_sha256": "3fdb74f5b361f188f6d9065aeda5e883561159bd1555ba45fc88d67b9f7a848a",
  "_expires": "2026-10-27T05:01:54.000Z",
  "_created": "2026-07-19T04:54:48.000Z",
  "_published": "2026-07-19T05:01:56.366Z",
  "_jobs": [
    {
      "job": 88157999620,
      "time": 189,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8438257257"
    },
    {
      "job": 88157999631,
      "time": 227,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8438261662"
    },
    {
      "job": 88157999606,
      "time": 182,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8438256217"
    },
    {
      "job": 88157999615,
      "time": 200,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8438258435"
    },
    {
      "job": 88157999618,
      "time": 191,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8438252826"
    },
    {
      "job": 88157999638,
      "time": 327,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8438272300"
    },
    {
      "job": 88157999613,
      "time": 160,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8438250591"
    },
    {
      "job": 88157999624,
      "time": 307,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8438269568"
    },
    {
      "job": 88157744583,
      "time": 239,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8438232026"
    },
    {
      "job": 88157999590,
      "time": 156,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8438252611"
    },
    {
      "job": 88157999604,
      "time": 195,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8438257680"
    },
    {
      "job": 88157999629,
      "time": 202,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8438258619"
    },
    {
      "job": 88157999619,
      "time": 223,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8438261062"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767",
  "_status": "success",
  "_upstream": "https://github.com/nk027/sanic",
  "_commit": {
    "id": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
    "author": "Nikolas Kuschnig <nkuschni@wu.ac.at>",
    "committer": "Nikolas Kuschnig <nkuschni@wu.ac.at>",
    "message": "Change to HTTPS for CRAN check\n",
    "time": 1692786179
  },
  "_maintainer": {
    "name": "Nikolas Kuschnig",
    "email": "nikolas.kuschnig@wu.ac.at",
    "login": "nk027",
    "description": "",
    "uuid": 31620977,
    "orcid": "0000-0002-6642-2543"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppEigen",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.5",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    }
  ],
  "_owner": "nk027",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "bicgstab",
    "cholesky",
    "conjugate-gradient",
    "eigen",
    "linear-equations",
    "solvers",
    "cpp"
  ],
  "_stars": 9,
  "_contributors": [
    {
      "user": "nk027",
      "count": 30,
      "uuid": 31620977
    },
    {
      "user": "odnaudio",
      "count": 1,
      "uuid": 41572883
    }
  ],
  "_userbio": {
    "uuid": 31620977,
    "type": "user",
    "name": "Nikolas Kuschnig",
    "followers": 55
  },
  "_downloads": {
    "count": 377,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sanic"
  },
  "_devurl": "https://github.com/nk027/sanic",
  "_searchresults": 2,
  "_rbuild": "4.6.1",
  "_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/sanic.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/nk027/sanic",
  "_realowner": "nk027",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2020-09-22"
    },
    {
      "version": "0.0.2",
      "date": "2023-08-24"
    }
  ],
  "_exports": [
    "arnoldi",
    "eigen2",
    "lanczos",
    "solve_cg",
    "solve_chol",
    "solve_lu",
    "solve_qr",
    "solve2",
    "sparsify",
    "svd2"
  ],
  "_help": [
    {
      "page": "arnoldi",
      "title": "Krylov Subspace Spectral Decomposition",
      "topics": [
        "arnoldi",
        "lanczos"
      ]
    },
    {
      "page": "eigen2",
      "title": "Spectral Decomposition",
      "topics": [
        "eigen2"
      ]
    },
    {
      "page": "sanic",
      "title": "Solving Ax = b Nimbly in C++",
      "topics": [
        "sanic"
      ]
    },
    {
      "page": "solve_cg",
      "title": "Solve Systems of Equations Using Iterative Methods",
      "topics": [
        "solve_cg"
      ]
    },
    {
      "page": "solve_chol",
      "title": "Solve Systems of Equations Using Direct Methods",
      "topics": [
        "solve_chol",
        "solve_lu",
        "solve_qr"
      ]
    },
    {
      "page": "solve2",
      "title": "Solve Systems of Equations",
      "topics": [
        "solve2"
      ]
    },
    {
      "page": "sparsify",
      "title": "Transform a Matrix to Be Sparse.",
      "topics": [
        "sparsify"
      ]
    },
    {
      "page": "svd2",
      "title": "Singular Value Decomposition",
      "topics": [
        "svd2"
      ]
    }
  ],
  "_readme": "https://github.com/nk027/sanic/raw/HEAD/README.md",
  "_rundeps": [
    "lattice",
    "Matrix",
    "Rcpp",
    "RcppEigen"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 4.431363764158987,
  "_indexed": true,
  "_nocasepkg": "sanic",
  "_universes": [
    "nk027"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-07-19T04:57:59.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/4cc8e17a869a5e42964902bae8565e8905d6cfc27e356f99b3119ac845a25a28",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-07-19T04:58:12.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/b263d324f1df0db75af966591b6e521eca580977c35af052d6e8e5db82c1f42e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-07-19T04:57:53.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/57b52dbae7ecc8beac13ffe9722e635befad55e599f0d7dd70c52e5d19431495",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-07-19T04:57:41.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/b6e83f93c217fc8b29c6cf2c9ae8fe89ca1cf894a7d37ae4602a8a4add2fadbd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-07-19T04:57:44.000Z",
      "arch": "aarch64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/1e3d4e0f45686d2952595fc68ae92ec08e0666af20b76d75eaeb743b582581c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-07-19T04:59:16.000Z",
      "arch": "x86_64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/0f03354a84d1ec596b71ad97f6b1810099ae1978d53a5642606819136d6a14b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-07-19T04:57:30.000Z",
      "arch": "aarch64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/ec2d321563acbd1d2177e025a13cffc370a30cdcf4802f97ad7426166278cf11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-07-19T04:58:39.000Z",
      "arch": "x86_64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/49b888206e26c51c3151ebd41123614d7ca7c674be903ffa52998c0add62363f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.2",
      "date": "2026-07-19T04:57:44.000Z",
      "arch": "emscripten",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/6715d8b7dff2a33799eeca4df9fe7644e35def77efce684ac752e86163920353",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-07-19T04:56:52.000Z",
      "arch": "x86_64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/e2b34f6ab1446201dab328463c026789f998b14e7451da8adf6925957cd7db6a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-07-19T04:57:07.000Z",
      "arch": "x86_64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/4340dbc9330b8c5ffd7c70b9f1109353fcc23cd93b175ac48f9759403cdb5879",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-07-19T04:57:07.000Z",
      "arch": "x86_64",
      "commit": "045c8d6e576485dd3628779c2a023bf05ea78a3d",
      "fileid": "https://r2.ropensci.org/791024e09b1832886372b077a8f5053688124422c8661598d813a816f522130b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nk027/actions/runs/29673957767"
    }
  ]
}