{
  "_id": "6a250d4a4b233be19838880a",
  "Package": "logStirling2",
  "Title": "Fast Stirling Numbers of the Second Kind",
  "Version": "0.2.1",
  "Date": "2026-05-08",
  "Authors@R": "person(\"Jon\", \"Blood\", , \"jblood94@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Provides efficient tools for calculating Stirling numbers\nof the second kind and their logarithms. Includes an exact\narbitrary-precision implementation using 'gmp' that avoids\nnumerical cancellation, a fast C++ backend with internal\ncaching for log-scale calculations, and Temme's asymptotic\napproximation for very large inputs.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/jblood94/logStirling2",
  "BugReports": "https://github.com/jblood94/logStirling2/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libgmp3-dev",
  "Repository": "https://jblood94.r-universe.dev",
  "Date/Publication": "2026-05-08 19:55:28 UTC",
  "RemoteUrl": "https://github.com/jblood94/logstirling2",
  "RemoteRef": "HEAD",
  "RemoteSha": "655dd73d846e52b929a4b70a14802bf61833de2c",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-07 06:13:29 UTC",
    "User": "root"
  },
  "Author": "Jon Blood [aut, cre]",
  "Maintainer": "Jon Blood <jblood94@gmail.com>",
  "MD5sum": "431ac75f5d5aea8019bffa413166203f",
  "_user": "jblood94",
  "_type": "src",
  "_file": "logStirling2_0.2.1.tar.gz",
  "_fileid": "f26786150c2118378becd8829631ff079aa23c5501f0d73f9597152cfb19da63",
  "_filesize": 163971,
  "_sha256": "f26786150c2118378becd8829631ff079aa23c5501f0d73f9597152cfb19da63",
  "_created": "2026-06-07T06:13:29.000Z",
  "_published": "2026-06-07T06:18:50.908Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79936620312,
      "time": 135,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7461364192"
    },
    {
      "job": 79936620324,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7461361812"
    },
    {
      "job": 79936620323,
      "time": 146,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461365523"
    },
    {
      "job": 79936620322,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461362750"
    },
    {
      "job": 79936620298,
      "time": 163,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7461364583"
    },
    {
      "job": 79936620277,
      "time": 287,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7461380123"
    },
    {
      "job": 79936620284,
      "time": 134,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461361021"
    },
    {
      "job": 79936620292,
      "time": 194,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461368651"
    },
    {
      "job": 79936456998,
      "time": 166,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461347954"
    },
    {
      "job": 79936620276,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461358647"
    },
    {
      "job": 79936620287,
      "time": 130,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7461363275"
    },
    {
      "job": 79936620297,
      "time": 125,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7461362609"
    },
    {
      "job": 79936620318,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461358471"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jblood94/logstirling2",
  "_commit": {
    "id": "655dd73d846e52b929a4b70a14802bf61833de2c",
    "author": "jblood94 <jblood94@gmail.com>",
    "committer": "jblood94 <jblood94@gmail.com>",
    "message": "devtools::document() update\n",
    "time": 1778270128
  },
  "_maintainer": {
    "name": "Jon Blood",
    "email": "jblood94@gmail.com",
    "login": "jblood94",
    "description": "",
    "uuid": 66835165
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "gmp",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "jblood94",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-15",
      "n": 15
    },
    {
      "week": "2026-16",
      "n": 1
    },
    {
      "week": "2026-18",
      "n": 9
    },
    {
      "week": "2026-19",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-04-13"
    },
    {
      "name": "v0.2.0",
      "date": "2026-04-29"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jblood94",
      "count": 6,
      "uuid": 66835165
    }
  ],
  "_userbio": {
    "uuid": 66835165,
    "type": "user",
    "name": "jblood94"
  },
  "_downloads": {
    "count": 213,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/logStirling2"
  },
  "_devurl": "https://github.com/jblood94/logstirling2",
  "_searchresults": 0,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/logStirling2.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jblood94/logstirling2",
  "_realowner": "jblood94",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2026-05-05"
    }
  ],
  "_exports": [
    "get_state_data",
    "logStirling2",
    "logStirling2Temme",
    "stirling2direct"
  ],
  "_help": [
    {
      "page": "get_state_data",
      "title": "Download and Cache Stirling State Data",
      "topics": [
        "get_state_data"
      ]
    },
    {
      "page": "logStirling2",
      "title": "Logarithms of Stirling Numbers of the Second Kind",
      "topics": [
        "logStirling2",
        "logStirling2Temme"
      ]
    },
    {
      "page": "stirling2direct",
      "title": "Stirling Numbers of the Second Kind (Exact)",
      "topics": [
        "stirling2direct"
      ]
    }
  ],
  "_readme": "https://github.com/jblood94/logstirling2/raw/HEAD/README.md",
  "_rundeps": [
    "gmp",
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "logstirling2",
  "_universes": [
    "jblood94"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-07T06:15:46.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "cc07a6bbdfae43d3446f720e46ec4794850068e5e3840bd725ffc7f592bca2dd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-07T06:15:28.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "102c17f737ecd603160f59b6ed551ff99d34aa6bcda665f853959bbc90feea74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-07T06:15:58.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "445fd2e37456b7a09e01904d6971fd52c2e34e5ce688e2e3bda4e55c0cd9eb6e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-07T06:15:34.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "3c35b1634a2331929863ed349f20b23ef2059b05e6f07b073c372ecc79dedbae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-07T06:15:53.000Z",
      "arch": "aarch64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "95150a8e1eca8ec5be4bb48f091b716ed9a63da6f1b724328f4639b0246f587e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-07T06:17:42.000Z",
      "arch": "x86_64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "f8e5f3e050dbf900c3c638a0cc6b1c18bf808fcf285ba6d8b640a5b14cb7c46c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-07T06:15:22.000Z",
      "arch": "aarch64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "9864eff34db1dcf766d84b10f0ea37ddb1fcd245d49b45cf82c09bbd729ef614",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-07T06:16:15.000Z",
      "arch": "x86_64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "465a81466a0c367d2fbc7b18d7b17db81f2854564ea979ca29c4e76c77c07b54",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-06-07T06:15:13.000Z",
      "arch": "emscripten",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "e06f9cf8522c216313e160718301796e2b5c2bb337fcd9bd46477f7b0c6ed3a9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-07T06:15:10.000Z",
      "arch": "x86_64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "13eb08874f109e7ab8f563441e12ff2036f94c381f00e0dfd2b6478651e180d4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-07T06:15:09.000Z",
      "arch": "x86_64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "1656f1fdae91da7420412950f980e45bf268400c121cc9c1c1f768f51303653b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-07T06:14:38.000Z",
      "arch": "x86_64",
      "commit": "655dd73d846e52b929a4b70a14802bf61833de2c",
      "fileid": "4f8bfc2ea3780adcfd17192f959ed9218e7bcadbe4251fc4d678672e9ea1ac2d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jblood94/actions/runs/27084598289"
    }
  ]
}