{
  "_id": "6a105d44acfb0bcc41ca499a",
  "Package": "quickr",
  "Title": "Compiler for R",
  "Version": "0.3.0.9000",
  "Authors@R": "c(\nperson(\"Tomasz\", \"Kalinowski\", , \"tomasz@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"),\ncomment = c(ROR = \"03wc8by49\"))\n)",
  "Description": "Compile R functions annotated with type and shape\ndeclarations for extremely fast performance and robust runtime\ntype checking. Supports both just-in-time (JIT) and\nahead-of-time (AOT) compilation. Compilation is performed by\nlowering R code to Fortran.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/t-kalinowski/quickr",
  "BugReports": "https://github.com/t-kalinowski/quickr/issues",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "true",
  "Config/testthat/start-first": "unary-intrinsics, loops",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Repository": "https://fastverse.r-universe.dev",
  "Date/Publication": "2026-05-08 17:16:51 UTC",
  "RemoteUrl": "https://github.com/t-kalinowski/quickr",
  "RemoteRef": "HEAD",
  "RemoteSha": "836b3f9fd4340548f70a0c54991e80151d85bfe1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-08 19:15:04 UTC",
    "User": "root"
  },
  "Author": "Tomasz Kalinowski [aut, cre],\nPosit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
  "Maintainer": "Tomasz Kalinowski <tomasz@posit.co>",
  "MD5sum": "18bcc162508b88e7d6175a635c5c9a94",
  "_user": "fastverse",
  "_type": "src",
  "_file": "quickr_0.3.0.9000.tar.gz",
  "_fileid": "c23843ee8408f9775f07457c2eda87aba876a6481c4fcf460ec2e8ed5572cdc3",
  "_filesize": 1923260,
  "_sha256": "c23843ee8408f9775f07457c2eda87aba876a6481c4fcf460ec2e8ed5572cdc3",
  "_created": "2026-05-08T19:15:04.000Z",
  "_published": "2026-05-22T13:42:28.056Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77391680089,
      "time": 141,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6886951789"
    },
    {
      "job": 77391680065,
      "time": 116,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6886944371"
    },
    {
      "job": 77391680339,
      "time": 90,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6886934281"
    },
    {
      "job": 77391680161,
      "time": 102,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6886938354"
    },
    {
      "job": 77391679968,
      "time": 168,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6886906683"
    },
    {
      "job": 77391679443,
      "time": 93,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161954732"
    },
    {
      "job": 77391680311,
      "time": 104,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6886943050"
    },
    {
      "job": 77391680191,
      "time": 112,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6886941771"
    },
    {
      "job": 77391680318,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6886940438"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/25574502456",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/t-kalinowski/quickr",
  "_commit": {
    "id": "836b3f9fd4340548f70a0c54991e80151d85bfe1",
    "author": "Tomasz Kalinowski <tomasz@posit.co>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Preload Windows runtime DLL dependencies (#115)\n\n* Preload Windows runtime DLL dependencies\n\n* Preserve PATH order for Windows DLL preload\n\nFinding: Preserve PATH order when preloading DLLs\n\nquickr_windows_add_dll_paths() now returns the final post-update PATH directory order instead of synthetic candidate order. Added a regression test that keeps two candidate directories in reversed candidate order on PATH and asserts the returned preload order follows PATH precedence.\n\n* Limit Windows DLL preload to candidate directories\n\nFinding: Avoid preloading unrelated PATH DLLs\n\nquickr_windows_add_dll_paths() now preserves post-update PATH order only among quickr candidate runtime/link directories, instead of returning every directory on PATH. Added a regression test proving unrelated PATH directories with matching DLL basenames are excluded from preload search.\n\n* Restore Windows runtime path discovery\n\n* Limit grandparent Windows bin discovery\n\nFinding: Limit grandparent bin lookup to arch library dirs\n\nRestrict the ../../bin probe to -L directories shaped like .../lib/x64 or .../lib/i386, while keeping the regular ../bin probe for ordinary library paths.\n\n* set `TESTTHAT_CPUS` on CI",
    "time": 1778260611
  },
  "_maintainer": {
    "name": "Tomasz Kalinowski",
    "email": "tomasz@posit.co",
    "login": "t-kalinowski",
    "mastodon": "@t_kalinowski@fosstodon.org",
    "bluesky": "@t-kalinowski.bsky.social",
    "uuid": 8462255
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3.0",
      "role": "Depends"
    },
    {
      "package": "dotty",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "S7",
      "role": "Imports"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "cli",
      "role": "Suggests"
    },
    {
      "package": "pkgload",
      "version": ">= 1.4.0",
      "role": "Suggests"
    },
    {
      "package": "rlang",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "t-kalinowski",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-20",
      "n": 8
    },
    {
      "week": "2025-22",
      "n": 2
    },
    {
      "week": "2025-23",
      "n": 4
    },
    {
      "week": "2025-25",
      "n": 2
    },
    {
      "week": "2025-27",
      "n": 2
    },
    {
      "week": "2025-30",
      "n": 4
    },
    {
      "week": "2025-34",
      "n": 8
    },
    {
      "week": "2025-35",
      "n": 8
    },
    {
      "week": "2025-36",
      "n": 4
    },
    {
      "week": "2025-49",
      "n": 3
    },
    {
      "week": "2025-50",
      "n": 5
    },
    {
      "week": "2025-51",
      "n": 6
    },
    {
      "week": "2026-01",
      "n": 2
    },
    {
      "week": "2026-02",
      "n": 2
    },
    {
      "week": "2026-03",
      "n": 3
    },
    {
      "week": "2026-04",
      "n": 4
    },
    {
      "week": "2026-05",
      "n": 1
    },
    {
      "week": "2026-06",
      "n": 7
    },
    {
      "week": "2026-07",
      "n": 2
    },
    {
      "week": "2026-11",
      "n": 2
    },
    {
      "week": "2026-16",
      "n": 3
    },
    {
      "week": "2026-17",
      "n": 2
    },
    {
      "week": "2026-19",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2025-06-03"
    },
    {
      "name": "v0.2.0",
      "date": "2025-08-25"
    },
    {
      "name": "v0.2.1",
      "date": "2025-12-05"
    },
    {
      "name": "v0.3.0",
      "date": "2026-04-20"
    }
  ],
  "_stars": 179,
  "_contributors": [
    {
      "user": "t-kalinowski",
      "count": 398,
      "uuid": 8462255
    },
    {
      "user": "mns-nordicals",
      "count": 51,
      "uuid": 177323030
    },
    {
      "user": "mikmart",
      "count": 2,
      "uuid": 13412395
    },
    {
      "user": "shikokuchuo",
      "count": 1,
      "uuid": 53399081
    }
  ],
  "_userbio": {
    "uuid": 105517888,
    "type": "organization",
    "name": "fastverse",
    "description": "An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R"
  },
  "_downloads": {
    "count": 666,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/quickr"
  },
  "_devurl": "https://github.com/t-kalinowski/quickr",
  "_searchresults": 7,
  "_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/quickr.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/t-kalinowski/quickr",
  "_realowner": "t-kalinowski",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-06-03"
    },
    {
      "version": "0.2.0",
      "date": "2025-08-25"
    },
    {
      "version": "0.2.1",
      "date": "2025-12-11"
    },
    {
      "version": "0.3.0",
      "date": "2026-04-18"
    }
  ],
  "_exports": [
    "compile_package",
    "quick"
  ],
  "_help": [
    {
      "page": "compile_package",
      "title": "Compile all 'quick()' functions in a package.",
      "topics": [
        "compile_package"
      ]
    },
    {
      "page": "quick",
      "title": "Compile a Quick Function",
      "topics": [
        "quick"
      ]
    }
  ],
  "_pkglogo": "https://github.com/t-kalinowski/quickr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/t-kalinowski/quickr/raw/HEAD/README.md",
  "_rundeps": [
    "dotty",
    "glue",
    "S7"
  ],
  "_score": 6.790672126053168,
  "_indexed": false,
  "_nocasepkg": "quickr",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://t-kalinowski.r-universe.dev/quickr",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0.9000",
      "date": "2026-05-08T19:17:26.000Z",
      "distro": "noble",
      "commit": "836b3f9fd4340548f70a0c54991e80151d85bfe1",
      "fileid": "05d38aace8d8bfd420748e2e91a235d05ff03c0cef71b59b95df82810857fdc1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25574502456"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0.9000",
      "date": "2026-05-08T19:17:03.000Z",
      "distro": "noble",
      "commit": "836b3f9fd4340548f70a0c54991e80151d85bfe1",
      "fileid": "d615df877f738578392fb617425776daa6047dc4fc62634862f68fd89d5bdc4f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25574502456"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0.9000",
      "date": "2026-05-08T19:16:35.000Z",
      "commit": "836b3f9fd4340548f70a0c54991e80151d85bfe1",
      "fileid": "ac9f96a2b3bcf44fd1e1826bba62fb26351af9ba81d8c1ec564e128667065268",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25574502456"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0.9000",
      "date": "2026-05-08T19:16:47.000Z",
      "commit": "836b3f9fd4340548f70a0c54991e80151d85bfe1",
      "fileid": "837ccc87e74b8ffb04f5b4f4ce29b8d1d002c11c3a3a9c012c74b9a69a5c5c9b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25574502456"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0.9000",
      "date": "2026-05-08T19:16:39.000Z",
      "commit": "836b3f9fd4340548f70a0c54991e80151d85bfe1",
      "fileid": "e1719d455453bca24047f19149873cd4d8bb262d32224e7ed3abf84706c7af03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25574502456"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0.9000",
      "date": "2026-05-08T19:16:32.000Z",
      "commit": "836b3f9fd4340548f70a0c54991e80151d85bfe1",
      "fileid": "69cf832dfc6379807a6f8cb4dd449267de8f27483115afc896ba7e324f356a7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25574502456"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0.9000",
      "date": "2026-05-08T19:16:24.000Z",
      "commit": "836b3f9fd4340548f70a0c54991e80151d85bfe1",
      "fileid": "2f204f5627b1ca7bafb9c35b014ed1ec3d7931b7f44d5cb9cbf2ff907d5d8628",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25574502456"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0.9000",
      "date": "2026-05-22T13:42:07.000Z",
      "commit": "836b3f9fd4340548f70a0c54991e80151d85bfe1",
      "fileid": "13d19c0943bc83335dfbe9056c69387675eeb5fbc1d7e6dea5f1506257db51f6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25574502456"
    }
  ]
}