{
  "_id": "6a55d554ff0138dec5d69723",
  "Package": "insitu",
  "Type": "Package",
  "Title": "By-Reference Routines for Numeric Vectors",
  "Version": "0.1.3.9023",
  "Authors@R": "c(\nperson(\"Mike\", \"Cheng\", role = c(\"aut\", \"cre\", 'cph'), email = \"mikefc@coolbutuseless.com\")\n)",
  "Maintainer": "Mike Cheng <mikefc@coolbutuseless.com>",
  "URL": "https://github.com/coolbutuseless/insitu",
  "BugReports": "https://github.com/coolbutuseless/insitu/issues",
  "Description": "Using by-reference semantics, functions in this package\nare crafted to modify the input objects in-place and avoid\nallocating new memory.  By avoiding memory allocations (and the\nassociated garbage colection these require), operations\nperformed by-reference can be faster than those performed with\nR's default copy-on-modify semantics.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Repository": "https://coolbutuseless.r-universe.dev",
  "Date/Publication": "2026-05-15 09:13:40 UTC",
  "RemoteUrl": "https://github.com/coolbutuseless/insitu",
  "RemoteRef": "HEAD",
  "RemoteSha": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-14 06:15:22 UTC",
    "User": "root"
  },
  "Author": "Mike Cheng [aut, cre, cph]",
  "_user": "coolbutuseless",
  "_type": "src",
  "_file": "insitu_0.1.3.9023.tar.gz",
  "_fileid": "https://r2.ropensci.org/fba8fc461ff4d3fa93e6fde1a4daad4f44ca311ae5d7ce120f00e6819fb7e867",
  "_filesize": 221131,
  "_sha256": "fba8fc461ff4d3fa93e6fde1a4daad4f44ca311ae5d7ce120f00e6819fb7e867",
  "_expires": "2026-10-22T06:21:06.000Z",
  "_created": "2026-07-14T06:15:22.000Z",
  "_published": "2026-07-14T06:21:07.914Z",
  "_jobs": [
    {
      "job": 87014012868,
      "time": 143,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8302027728"
    },
    {
      "job": 87014012867,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8302020737"
    },
    {
      "job": 87014012967,
      "time": 172,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8302036135"
    },
    {
      "job": 87014012875,
      "time": 162,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8302032108"
    },
    {
      "job": 87014012997,
      "time": 97,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8302022232"
    },
    {
      "job": 87014013021,
      "time": 154,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8302034071"
    },
    {
      "job": 87014012949,
      "time": 109,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8302021560"
    },
    {
      "job": 87014012906,
      "time": 253,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8302075910"
    },
    {
      "job": 87013453861,
      "time": 221,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8301981176"
    },
    {
      "job": 87014012859,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8302017038"
    },
    {
      "job": 87014012902,
      "time": 112,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8302018611"
    },
    {
      "job": 87014012892,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8302012516"
    },
    {
      "job": 87014012861,
      "time": 95,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8302012696"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007",
  "_status": "success",
  "_upstream": "https://github.com/coolbutuseless/insitu",
  "_commit": {
    "id": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
    "author": "mike <mikefc@coolbutuseless.com>",
    "committer": "mike <mikefc@coolbutuseless.com>",
    "message": "address -Wconversion errors\n",
    "time": 1778836420
  },
  "_maintainer": {
    "name": "Mike Cheng",
    "email": "mikefc@coolbutuseless.com",
    "login": "coolbutuseless",
    "description": "Cool, but useless.",
    "uuid": 181818
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rlang",
      "role": "Suggests"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "coolbutuseless",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-20",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 37,
  "_contributors": [
    {
      "user": "coolbutuseless",
      "count": 92,
      "uuid": 181818
    }
  ],
  "_userbio": {
    "uuid": 181818,
    "type": "user",
    "name": "mikefc",
    "followers": 793,
    "description": "Cool, but useless."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/insitu"
  },
  "_devurl": "https://github.com/coolbutuseless/insitu",
  "_searchresults": 10,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/insitu.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "alloc_along",
    "alloc_mat_mat_mul",
    "alloc_mat_vec_mul",
    "alloc_matrix",
    "alloc_n",
    "br_abs",
    "br_acos",
    "br_acosh",
    "br_add",
    "br_and",
    "br_asin",
    "br_asinh",
    "br_assign",
    "br_atan",
    "br_atanh",
    "br_ceil",
    "br_copy",
    "br_cos",
    "br_cosh",
    "br_cospi",
    "br_cummax",
    "br_cummin",
    "br_cumprod",
    "br_cumsum",
    "br_diffsq",
    "br_div",
    "br_eq",
    "br_exp",
    "br_expm1",
    "br_floor",
    "br_fmadd",
    "br_fmsub",
    "br_fnmadd",
    "br_fnmsub",
    "br_ge",
    "br_gt",
    "br_idiv",
    "br_is_na",
    "br_le",
    "br_log",
    "br_log10",
    "br_log1p",
    "br_log2",
    "br_lt",
    "br_mat_col_get",
    "br_mat_col_set",
    "br_mat_dist2",
    "br_mat_dist3",
    "br_mat_hypot2",
    "br_mat_hypot3",
    "br_mat_mat_mul",
    "br_mat_mat_mul_bsq",
    "br_mat_normalise2",
    "br_mat_normalise3",
    "br_mat_roll",
    "br_mat_row_get",
    "br_mat_row_set",
    "br_mat_transpose",
    "br_mat_vec_mul",
    "br_mat_vec_mul_asq",
    "br_max",
    "br_min",
    "br_mod",
    "br_mul",
    "br_ne",
    "br_not",
    "br_or",
    "br_pow",
    "br_pow2",
    "br_rem",
    "br_replace",
    "br_rev",
    "br_roll",
    "br_round",
    "br_round_fast",
    "br_round_fast_unchecked",
    "br_runif",
    "br_seq",
    "br_shuffle",
    "br_sign",
    "br_sin",
    "br_sinh",
    "br_sinpi",
    "br_sort",
    "br_sqrt",
    "br_sub",
    "br_sumsq",
    "br_tan",
    "br_tanh",
    "br_tanpi",
    "br_trunc",
    "br_zero",
    "by_reference",
    "duplicate",
    "is_altrep",
    "set_seed_lehmer",
    "tf2_add_rotate",
    "tf2_add_scale",
    "tf2_add_translate",
    "tf2_apply",
    "tf2_new",
    "tf2_reset",
    "tf3_add_rotate_x",
    "tf3_add_rotate_y",
    "tf3_add_rotate_z",
    "tf3_add_scale",
    "tf3_add_translate",
    "tf3_apply",
    "tf3_new",
    "tf3_reset"
  ],
  "_help": [
    {
      "page": "alloc_mat_mat_mul",
      "title": "Allocate empty matrix for the result of the matrix multiplication 'A * B'",
      "topics": [
        "alloc_mat_mat_mul"
      ]
    },
    {
      "page": "alloc_mat_vec_mul",
      "title": "Allocate empty vector for the result of the matrix-vector multiplication 'A * x'",
      "topics": [
        "alloc_mat_vec_mul"
      ]
    },
    {
      "page": "alloc_matrix",
      "title": "Allocate empty matrix of the given dimensions.",
      "topics": [
        "alloc_matrix"
      ]
    },
    {
      "page": "alloc_n",
      "title": "Allocate a new numeric vector",
      "topics": [
        "alloc_along",
        "alloc_n"
      ]
    },
    {
      "page": "br_abs",
      "title": "Math operations taking only a single input vector",
      "topics": [
        "br_abs",
        "br_acos",
        "br_acosh",
        "br_asin",
        "br_asinh",
        "br_atan",
        "br_atanh",
        "br_ceil",
        "br_cos",
        "br_cosh",
        "br_cospi",
        "br_exp",
        "br_expm1",
        "br_floor",
        "br_is_na",
        "br_log",
        "br_log10",
        "br_log1p",
        "br_log2",
        "br_not",
        "br_pow2",
        "br_sign",
        "br_sin",
        "br_sinh",
        "br_sinpi",
        "br_sqrt",
        "br_tan",
        "br_tanh",
        "br_tanpi",
        "br_trunc",
        "br_zero"
      ]
    },
    {
      "page": "br_add",
      "title": "Math operations taking two arguments",
      "topics": [
        "br_add",
        "br_and",
        "br_assign",
        "br_diffsq",
        "br_div",
        "br_eq",
        "br_ge",
        "br_gt",
        "br_idiv",
        "br_le",
        "br_lt",
        "br_max",
        "br_min",
        "br_mod",
        "br_mul",
        "br_ne",
        "br_or",
        "br_pow",
        "br_rem",
        "br_sub",
        "br_sumsq"
      ]
    },
    {
      "page": "br_copy",
      "title": "Copy all or part of one vector into another",
      "topics": [
        "br_copy"
      ]
    },
    {
      "page": "br_cumsum",
      "title": "Math operations taking only a single input vector",
      "topics": [
        "br_cummax",
        "br_cummin",
        "br_cumprod",
        "br_cumsum"
      ]
    },
    {
      "page": "br_fmadd",
      "title": "Fused multiply add",
      "topics": [
        "br_fmadd",
        "br_fmsub",
        "br_fnmadd",
        "br_fnmsub"
      ]
    },
    {
      "page": "br_mat_col_get",
      "title": "Get/set a column or row of a matrix",
      "topics": [
        "br_mat_col_get",
        "br_mat_col_set",
        "br_mat_row_get",
        "br_mat_row_set"
      ]
    },
    {
      "page": "br_mat_dist2",
      "title": "Distance calculation",
      "topics": [
        "br_mat_dist2",
        "br_mat_dist3"
      ]
    },
    {
      "page": "br_mat_hypot2",
      "title": "Hypotenuse length calculation (distance from origin)",
      "topics": [
        "br_mat_hypot2",
        "br_mat_hypot3"
      ]
    },
    {
      "page": "br_mat_mat_mul",
      "title": "Matrix-matrix multiplication",
      "topics": [
        "br_mat_mat_mul"
      ]
    },
    {
      "page": "br_mat_mat_mul_bsq",
      "title": "Matrix-matrix multiplication when B is a square matrix",
      "topics": [
        "br_mat_mat_mul_bsq"
      ]
    },
    {
      "page": "br_mat_normalise2",
      "title": "Normalise matrix of (x,y) coordinates to length 1",
      "topics": [
        "br_mat_normalise2",
        "br_mat_normalise3"
      ]
    },
    {
      "page": "br_mat_roll",
      "title": "Roll elements of a matrix",
      "topics": [
        "br_mat_roll"
      ]
    },
    {
      "page": "br_mat_transpose",
      "title": "Transpose matrix",
      "topics": [
        "br_mat_transpose"
      ]
    },
    {
      "page": "br_mat_vec_mul",
      "title": "Matrix-vector multiplication",
      "topics": [
        "br_mat_vec_mul"
      ]
    },
    {
      "page": "br_mat_vec_mul_asq",
      "title": "Matrix-vector multiplication when A is square",
      "topics": [
        "br_mat_vec_mul_asq"
      ]
    },
    {
      "page": "br_replace",
      "title": "Replace elements of one vector with another",
      "topics": [
        "br_replace"
      ]
    },
    {
      "page": "br_rev",
      "title": "Reverse a vector in place",
      "topics": [
        "br_rev"
      ]
    },
    {
      "page": "br_roll",
      "title": "Roll a vector",
      "topics": [
        "br_roll"
      ]
    },
    {
      "page": "br_round",
      "title": "Round",
      "topics": [
        "br_round"
      ]
    },
    {
      "page": "br_round_fast",
      "title": "Fast Round",
      "topics": [
        "br_round_fast",
        "br_round_fast_unchecked"
      ]
    },
    {
      "page": "br_runif",
      "title": "Fill a vector with uniform random values",
      "topics": [
        "br_runif"
      ]
    },
    {
      "page": "br_seq",
      "title": "Fill vector with a numeric sequence",
      "topics": [
        "br_seq"
      ]
    },
    {
      "page": "br_shuffle",
      "title": "Shuffle a vector in place",
      "topics": [
        "br_shuffle"
      ]
    },
    {
      "page": "br_sort",
      "title": "Sort a numeric vector by-reference",
      "topics": [
        "br_sort"
      ]
    },
    {
      "page": "by_reference",
      "title": "List of all functions",
      "topics": [
        "by_reference"
      ]
    },
    {
      "page": "duplicate",
      "title": "Duplicate an R object",
      "topics": [
        "duplicate"
      ]
    },
    {
      "page": "is_altrep",
      "title": "Is this an ALTREP object?",
      "topics": [
        "is_altrep"
      ]
    },
    {
      "page": "set_seed_lehmer",
      "title": "Initialise the state of this package's Lehmer RNG",
      "topics": [
        "set_seed_lehmer"
      ]
    },
    {
      "page": "tf2_add_rotate",
      "title": "Add rotation to a transformation matrix",
      "topics": [
        "tf2_add_rotate"
      ]
    },
    {
      "page": "tf2_add_scale",
      "title": "Add scaling to a transformation matrix",
      "topics": [
        "tf2_add_scale"
      ]
    },
    {
      "page": "tf2_add_translate",
      "title": "Add translation to a transformation matrix",
      "topics": [
        "tf2_add_translate"
      ]
    },
    {
      "page": "tf2_apply",
      "title": "Apply a 2-D affine transform to a matrix or data.frame of coordinates",
      "topics": [
        "tf2_apply"
      ]
    },
    {
      "page": "tf2_new",
      "title": "Create identity transform for 2-D",
      "topics": [
        "tf2_new"
      ]
    },
    {
      "page": "tf2_reset",
      "title": "Reset a 2-D transformation matrix back to the identity matrix",
      "topics": [
        "tf2_reset"
      ]
    },
    {
      "page": "tf3_add_rotate_x",
      "title": "Add rotation to a transformation matrix",
      "topics": [
        "tf3_add_rotate_x",
        "tf3_add_rotate_y",
        "tf3_add_rotate_z"
      ]
    },
    {
      "page": "tf3_add_scale",
      "title": "Add scaling to a transformation matrix",
      "topics": [
        "tf3_add_scale"
      ]
    },
    {
      "page": "tf3_add_translate",
      "title": "Add translation to a transformation matrix",
      "topics": [
        "tf3_add_translate"
      ]
    },
    {
      "page": "tf3_apply",
      "title": "Apply a 3D affine transform to a matrix or data.frame of coordinates",
      "topics": [
        "tf3_apply"
      ]
    },
    {
      "page": "tf3_new",
      "title": "Create identity transform",
      "topics": [
        "tf3_new"
      ]
    },
    {
      "page": "tf3_reset",
      "title": "Reset a transformation matrix back to the identity matrix",
      "topics": [
        "tf3_reset"
      ]
    }
  ],
  "_readme": "https://github.com/coolbutuseless/insitu/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "convolution.Rmd",
      "filename": "convolution.html",
      "title": "Example: fast convolution",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2024-11-26 02:14:01",
      "modified": "2024-11-30 10:11:04",
      "commits": 5
    },
    {
      "source": "references.Rmd",
      "filename": "references.html",
      "title": "References",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "R copy-on-modify",
        "Modification in-place"
      ],
      "created": "2020-09-03 09:31:01",
      "modified": "2024-11-30 10:11:04",
      "commits": 6
    }
  ],
  "_score": 4.568201724066995,
  "_indexed": true,
  "_nocasepkg": "insitu",
  "_universes": [
    "coolbutuseless"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:17:57.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/c7326598ac8a2063daff955eaadcc0f3604f1b9b3e02f199f1e7c82f6aafc1ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:17:34.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/733d2a218f05787e24337b880b531aad8dff9c81f9d96f0a83cd5271b6939143",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:18:24.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/5f1f7f67ce8140367b878e63105c8ec3ec33fa58cc105b1f7b7cf3f22fcc5f57",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:18:07.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/c5592b04296051a2488689c1e1ad7eec4398567dc33367e50441a518825fdfab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:17:35.000Z",
      "arch": "aarch64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/db67ac3e443fad9f307c9bc82c03e0869a86c7502324fab8e12d447cf0d36403",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:18:02.000Z",
      "arch": "x86_64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/80608fa9accb7c95cdf8f1aa760cbc3113bd3e4d3195f04b4bf7aa6a64b3c20e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:17:28.000Z",
      "arch": "aarch64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/7089072d703e57f9047b5c267171a4694b07153ccecb8d71152838793da95987",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:20:00.000Z",
      "arch": "x86_64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/f1dee27113cb2cfd9173c7f1fce5710e724d1dec3c07d74f02639770610bb6dc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:17:29.000Z",
      "arch": "emscripten",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/5f8eb3ffa9b430e29ae722fe04aeb7411d1ce86781540e55e58d83ba02f2137e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:16:58.000Z",
      "arch": "x86_64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/f4023aab307579f5b1d7927dc173acc551bf2303449a927779ad652b6a787df8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:16:42.000Z",
      "arch": "x86_64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/cfc363263f1f7a04f703929c0fedff5029401d09fdfa8cda9b0c007f96d347ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.3.9023",
      "date": "2026-07-14T06:16:40.000Z",
      "arch": "x86_64",
      "commit": "df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9",
      "fileid": "https://r2.ropensci.org/c72568271a6b20b136c143e88f36292f92683e94840c50a5162254b50b889bb7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29310625007"
    }
  ]
}