{
  "_id": "6a634b0daecbde9870bb1d74",
  "Package": "frab",
  "Type": "Package",
  "Title": "How to Add Two R Tables",
  "Version": "0.0-7",
  "Authors@R": "person(given=c(\"Robin\", \"K. S.\"), family=\"Hankin\", role = c(\"aut\",\"cre\"), email=\"hankin.robin@gmail.com\", comment = c(ORCID = \"0000-0001-5982-0415\"))",
  "Maintainer": "Robin K. S. Hankin <hankin.robin@gmail.com>",
  "Description": "Methods to \"add\" two R tables; also an alternative\ninterpretation of named vectors as generalized R tables, so\nthat c(a=1,b=2,c=3) + c(b=3,a=-1) will return c(b=5,c=3).  Uses\n'disordR' discipline (Hankin, 2022,\n<doi:10.48550/arXiv.2210.03856>).  Extraction and replacement\nmethods are provided.  The underlying mathematical structure is\nthe Free Abelian group, hence the name.  To cite in\npublications please use Hankin (2023)\n<doi:10.48550/arXiv.2307.13184>.",
  "License": "GPL (>= 2)",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/RobinHankin/frab",
  "BugReports": "https://github.com/RobinHankin/frab/issues",
  "Repository": "https://robinhankin.r-universe.dev",
  "Date/Publication": "2026-07-19 07:21:01 UTC",
  "RemoteUrl": "https://github.com/robinhankin/frab",
  "RemoteRef": "HEAD",
  "RemoteSha": "16cb36800ecb89f12d764781e8cf07bc2609641d",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-24 09:05:24 UTC",
    "User": "root"
  },
  "Author": "Robin K. S. Hankin [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-5982-0415>)",
  "_user": "robinhankin",
  "_type": "src",
  "_file": "frab_0.0-7.tar.gz",
  "_fileid": "https://r2.ropensci.org/90fa962e02788ad2b7f4a5a890996f94fe5137b048f182452c16fbb0709c8c4f",
  "_filesize": 291299,
  "_sha256": "90fa962e02788ad2b7f4a5a890996f94fe5137b048f182452c16fbb0709c8c4f",
  "_expires": "2026-11-01T11:22:51.000Z",
  "_created": "2026-07-24T09:05:24.000Z",
  "_published": "2026-07-24T11:22:53.490Z",
  "_jobs": [
    {
      "job": 89443349224,
      "time": 140,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8591959668"
    },
    {
      "job": 89443349225,
      "time": 221,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8591991318"
    },
    {
      "job": 89443349303,
      "time": 144,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8591962456"
    },
    {
      "job": 89443350554,
      "time": 180,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8591975540"
    },
    {
      "job": 89443349248,
      "time": 171,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8594943341"
    },
    {
      "job": 89443349259,
      "time": 224,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8594991891"
    },
    {
      "job": 89443349239,
      "time": 124,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8595006841"
    },
    {
      "job": 89443349399,
      "time": 323,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8595019653"
    },
    {
      "job": 89442433741,
      "time": 277,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8591898437"
    },
    {
      "job": 89443349193,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8591956213"
    },
    {
      "job": 89443349256,
      "time": 158,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8591967980"
    },
    {
      "job": 89443349206,
      "time": 160,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8591968001"
    },
    {
      "job": 89443349269,
      "time": 133,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8591958029"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105",
  "_status": "success",
  "_upstream": "https://github.com/robinhankin/frab",
  "_commit": {
    "id": "16cb36800ecb89f12d764781e8cf07bc2609641d",
    "author": "robin <hankin.robin@gmail.com>",
    "committer": "robin <hankin.robin@gmail.com>",
    "message": "note on free vector space\n",
    "time": 1784445661
  },
  "_maintainer": {
    "name": "Robin K. S. Hankin",
    "email": "hankin.robin@gmail.com",
    "login": "robinhankin",
    "orcid": "0000-0001-5982-0415",
    "description": "pushing the boundaries of R in non-statistical contexts",
    "uuid": 13262034
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0-7",
      "role": "Imports"
    },
    {
      "package": "disordR",
      "version": ">= 0.9-8-2",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "mvtnorm",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "robinhankin",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [
    {
      "week": "2026-11",
      "n": 8
    },
    {
      "week": "2026-19",
      "n": 7
    },
    {
      "week": "2026-21",
      "n": 4
    },
    {
      "week": "2026-29",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "robinhankin",
      "count": 295,
      "uuid": 13262034
    }
  ],
  "_userbio": {
    "uuid": 13262034,
    "type": "user",
    "name": "Robin Hankin",
    "followers": 69,
    "description": "pushing the boundaries of R in non-statistical contexts"
  },
  "_downloads": {
    "count": 333,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/frab"
  },
  "_devurl": "https://github.com/robinhankin/frab",
  "_searchresults": 0,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/frab.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/robinhankin/frab",
  "_realowner": "robinhankin",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0-1",
      "date": "2023-07-20"
    },
    {
      "version": "0.0-3",
      "date": "2023-08-16"
    },
    {
      "version": "0.0-5",
      "date": "2024-06-21"
    },
    {
      "version": "0.0-6",
      "date": "2024-07-24"
    }
  ],
  "_exports": [
    "arity",
    "array_to_sparsetable",
    "as.array",
    "as.data.frame",
    "as.frab",
    "as.namedvector",
    "as.sparsetable",
    "as.table",
    "asum",
    "asum_exclude_sparsetable",
    "asum_sparsetable",
    "c_frab_add",
    "c_frab_eq",
    "c_frab_identity",
    "c_frab_multiply",
    "c_frab_pmax",
    "df_to_frab",
    "drop",
    "frab",
    "frab_arith_frab",
    "frab_arith_numeric",
    "frab_compare_frab",
    "frab_compare_numeric",
    "frab_eq",
    "frab_eq_num",
    "frab_ge_num",
    "frab_gt_num",
    "frab_le_num",
    "frab_lt_num",
    "frab_multiply_frab",
    "frab_multiply_numeric",
    "frab_ne_num",
    "frab_negative",
    "frab_plus_frab",
    "frab_plus_numeric",
    "frab_power_numeric",
    "frab_print",
    "frab_reciprocal",
    "frab_unary",
    "index",
    "is.1dtable",
    "is.empty",
    "is.frab",
    "is.na<-",
    "is.namedlogical",
    "is.namedvector",
    "is.notna",
    "is.sparsetable",
    "is.unnamedlogical",
    "is.unnamedvector",
    "is.zero",
    "list_to_frab",
    "namedvector",
    "nterms",
    "num_eq_frab",
    "num_eq_sparsetable",
    "num_ge_frab",
    "num_ge_sparsetable",
    "num_gt_frab",
    "num_gt_sparsetable",
    "num_le_frab",
    "num_le_sparsetable",
    "num_lt_frab",
    "num_lt_sparsetable",
    "num_ne_frab",
    "numeric_arith_frab",
    "numeric_arith_sparsetable",
    "numeric_compare_frab",
    "numeric_compare_sparsetable",
    "numeric_multiply_sparsetable",
    "numeric_power_frab",
    "numeric_power_sparsetable",
    "pmax",
    "pmax_dots",
    "pmax_dots_sparsetable",
    "pmax_pair",
    "pmax_pair_sparsetable",
    "pmin",
    "pmin_dots",
    "pmin_dots_sparsetable",
    "pmin_pair",
    "pmin_pair_sparsetable",
    "print_sparsetable_matrixform",
    "rfrab",
    "rfrabb",
    "rfrabbb",
    "rspar",
    "rspar2",
    "rsparr",
    "sort",
    "sparsetable",
    "sparsetable_accessor",
    "sparsetable_add",
    "sparsetable_arith_numeric",
    "sparsetable_arith_sparsetable",
    "sparsetable_asum_include",
    "sparsetable_compare_numeric",
    "sparsetable_compare_sparsetable",
    "sparsetable_eq_num",
    "sparsetable_eq_sparsetable",
    "sparsetable_equality",
    "sparsetable_ge_num",
    "sparsetable_gt_num",
    "sparsetable_le_num",
    "sparsetable_lt_num",
    "sparsetable_maker",
    "sparsetable_multiply_numeric",
    "sparsetable_multiply_sparsetable",
    "sparsetable_negative",
    "sparsetable_overwrite",
    "sparsetable_plus_sparsetable",
    "sparsetable_pmax",
    "sparsetable_power_numeric",
    "sparsetable_reciprocal",
    "sparsetable_setter",
    "sparsetable_to_array",
    "sparsetable_to_frab",
    "sparsetable_unary",
    "table_to_frab",
    "values",
    "values<-",
    "which",
    "zero"
  ],
  "_help": [
    {
      "page": "frab-package",
      "title": "How to Add Two R Tables",
      "topics": [
        "frab-package"
      ]
    },
    {
      "page": "Arith",
      "title": "Arithmetic methods for class '\"frab\"'",
      "topics": [
        "arith",
        "Arith,ANY,frab-method",
        "Arith,frab,ANY-method",
        "Arith,frab,frab-method",
        "Arith,frab,missing-method",
        "Arith,frab,numeric-method",
        "c_frab_add",
        "c_frab_identity",
        "c_frab_multiply",
        "c_frab_pmax",
        "frab_arith_frab",
        "frab_arith_numeric",
        "frab_multiply_frab",
        "frab_multiply_numeric",
        "frab_negative",
        "frab_plus_frab",
        "frab_plus_numeric",
        "frab_power_numeric",
        "frab_reciprocal",
        "frab_unary",
        "numeric_arith_frab",
        "numeric_multiply_frab",
        "numeric_power_frab"
      ]
    },
    {
      "page": "Compare",
      "title": "Comparison methods",
      "topics": [
        "Compare",
        "Compare,frab,frab-method",
        "Compare,frab,numeric-method",
        "Compare,numeric,frab-method",
        "Compare-methods",
        "c_frab_eq",
        "frab_compare_frab",
        "frab_compare_numeric",
        "frab_eq",
        "frab_eq_num",
        "frab_ge_num",
        "frab_gt_num",
        "frab_le_num",
        "frab_lt_num",
        "frab_ne_num",
        "numeric_compare_frab",
        "num_eq_frab",
        "num_ge_frab",
        "num_gt_frab",
        "num_le_frab",
        "num_lt_frab",
        "num_ne_frab"
      ]
    },
    {
      "page": "Concatenate",
      "title": "Concatenation methods for class '\"frab\"'",
      "topics": [
        "c",
        "c,frab-method",
        "Concatenate"
      ]
    },
    {
      "page": "dataframe",
      "title": "Coerce a data frame to a frab",
      "topics": [
        "as.data.frame",
        "as.data.frame,frab-method",
        "as.frab,data.frame-method",
        "data.frame",
        "dataframe",
        "df_to_frab"
      ]
    },
    {
      "page": "Extract",
      "title": "Extraction and replacement methods for class '\"frab\"'",
      "topics": [
        "extract",
        "names",
        "names,frab-method",
        "names<-,frab,character-method",
        "names<-,frab,disord-method",
        "values",
        "values,frab-method",
        "values<-",
        "values<-,frab,disord-method",
        "values<-,frab,numeric-method",
        "[",
        "[,ANY,frab,ANY-method",
        "[,frab,ANY,ANY-method",
        "[,frab,ANY,missing,ANY-method",
        "[,frab,character,missing,ANY-method",
        "[,frab,character,missing-method",
        "[,frab,disindex,missing,ANY-method",
        "[,frab,disord,missing,ANY-method",
        "[,frab,disord,missing-method",
        "[,frab,frab,missing,ANY-method",
        "[,frab,frab,missing-method",
        "[,frab,missing,index-method",
        "[,frab,missing,missing,ANY-method",
        "[,frab,missing,missing-method",
        "[,frab-method",
        "[.frab",
        "[<-",
        "[<-,frab,ANY,ANY,ANY-method",
        "[<-,frab,character,missing,logical-method",
        "[<-,frab,character,missing,numeric-method",
        "[<-,frab,character,missing-method",
        "[<-,frab,disindex,missing,numeric,ANY-method",
        "[<-,frab,disindex,missing,numeric-method",
        "[<-,frab,disord,missing,frab-method",
        "[<-,frab,disord,missing,logical-method",
        "[<-,frab,disord,missing,numeric-method",
        "[<-,frab,disord,missing-method",
        "[<-,frab,missing,missing,ANY-method",
        "[<-,frab,missing,missing,frab-method",
        "[<-,frab,missing,missing,numeric-method"
      ]
    },
    {
      "page": "frab",
      "title": "Creating 'frab' objects",
      "topics": [
        "as.frab",
        "frab",
        "is.frab",
        "list_to_frab"
      ]
    },
    {
      "page": "frab-class",
      "title": "Class \"frab\"",
      "topics": [
        "frab-class",
        "namedvector",
        "namedvector,frab-method"
      ]
    },
    {
      "page": "misc",
      "title": "Miscellaneous functions",
      "topics": [
        "!,frab-method",
        "abs,frab-method",
        "is.na",
        "is.na,frab-method",
        "is.na.frab",
        "is.na<-",
        "is.na<-,frab,disord-method",
        "is.na<-.frab",
        "is.notna",
        "is.notna,frab-method",
        "is.notna.frab",
        "lapply",
        "lapply,disord-method",
        "lapply.disord",
        "length",
        "length,frab-method",
        "length.frab",
        "misc",
        "sort,frab-method",
        "which,disindex-method",
        "which,frab-method"
      ]
    },
    {
      "page": "namedvector",
      "title": "Named vectors and the frab package",
      "topics": [
        "as.namedvector",
        "is.namedlogical",
        "is.namedvector",
        "is.unnamedlogical",
        "is.unnamedvector"
      ]
    },
    {
      "page": "pmax",
      "title": "Parallel maxima and minima for frabs",
      "topics": [
        "pmax",
        "pmax,ANY-method",
        "pmax,frab-method",
        "pmax.frab",
        "pmax_dots",
        "pmax_pair",
        "pmin",
        "pmin,ANY-method",
        "pmin,frab-method",
        "pmin.frab",
        "pmin_dots",
        "pmin_pair"
      ]
    },
    {
      "page": "print",
      "title": "Methods for printing frabs",
      "topics": [
        "frab_print",
        "print",
        "print.frab",
        "show,frab-method"
      ]
    },
    {
      "page": "rfrab",
      "title": "Random frabs",
      "topics": [
        "rfrab",
        "rfrabb",
        "rfrabbb"
      ]
    },
    {
      "page": "sparsetable",
      "title": "Generalized sparse tables: 'sparsetable' objects",
      "topics": [
        "arity",
        "arity,sparsetable-method",
        "array_to_sparsetable",
        "as.array,sparsetable-method",
        "as.sparsetable",
        "asum",
        "asum,sparsetable-method",
        "asum.sparsetable",
        "asum_exclude_sparsetable",
        "asum_sparsetable",
        "dim",
        "dim,sparsetable-method",
        "dimnames,sparsetable-method",
        "dimnames<-,sparsetable,ANY-method",
        "dimnames<-,sparsetable-method",
        "drop",
        "drop,sparsetable-method",
        "index",
        "index,sparsetable-method",
        "is.empty,sparsetable-method",
        "is.sparsetable",
        "names,sparsetable-method",
        "nterms",
        "nterms,sparsetable-method",
        "numeric_arith_sparsetable",
        "numeric_compare_sparsetable",
        "numeric_multiply_sparsetable",
        "numeric_power_sparsetable",
        "num_eq_sparsetable",
        "num_ge_sparsetable",
        "num_gt_sparsetable",
        "num_le_sparsetable",
        "num_lt_sparsetable",
        "pmax,sparsetable-method",
        "pmax.sparsetable",
        "pmax_dots_sparsetable",
        "pmax_pair_sparsetable",
        "pmax_sparsetable",
        "pmin,sparsetable-method",
        "pmin.sparsetable",
        "pmin_dots_sparsetable",
        "pmin_pair_sparsetable",
        "pmin_sparsetable",
        "print_sparsetable_matrixform",
        "rspar",
        "rspar2",
        "rsparr",
        "show,sparsetable-method",
        "sparsetable",
        "sparsetable-class",
        "sparsetable_accessor",
        "sparsetable_add",
        "sparsetable_arith_numeric",
        "sparsetable_arith_sparsetable",
        "sparsetable_asum_exclude",
        "sparsetable_asum_include",
        "sparsetable_compare_numeric",
        "sparsetable_compare_sparsetable",
        "sparsetable_eq",
        "sparsetable_equality",
        "sparsetable_eq_num",
        "sparsetable_eq_sparsetable",
        "sparsetable_ge_num",
        "sparsetable_gt_num",
        "sparsetable_le_num",
        "sparsetable_lt_num",
        "sparsetable_maker",
        "sparsetable_multiply_numeric",
        "sparsetable_multiply_sparsetable",
        "sparsetable_negative",
        "sparsetable_overwrite",
        "sparsetable_plus_sparsetable",
        "sparsetable_pmax",
        "sparsetable_pmin",
        "sparsetable_power_numeric",
        "sparsetable_reciprocal",
        "sparsetable_setter",
        "sparsetable_times_scalar",
        "sparsetable_to_array",
        "sparsetable_to_frab",
        "sparsetable_to_table",
        "sparsetable_unary",
        "table_to_sparsetable",
        "values,sparsetable-method",
        "[,sparsetable,ANY,ANY,ANY-method",
        "[,sparsetable,disindex,missing,ANY-method",
        "[,sparsetable,disord,missing,ANY-method",
        "[,sparsetable,disord,missing-method",
        "[,sparsetable-method",
        "[<-,sparsetable,ANY,ANY,ANY-method",
        "[<-,sparsetable,disindex,missing,ANY-method",
        "[<-,sparsetable,disord,missing,numeric-method",
        "[<-,sparsetable-method"
      ]
    },
    {
      "page": "Summary",
      "title": "Methods for Function 'Summary'",
      "topics": [
        "Summary,frab-method",
        "Summary-methods"
      ]
    },
    {
      "page": "table",
      "title": "Tables and frab objects",
      "topics": [
        "as.table",
        "as.table,frab-method",
        "is.1dtable",
        "table",
        "table_to_frab"
      ]
    },
    {
      "page": "zero",
      "title": "The zero frab object",
      "topics": [
        "empty",
        "is.empty",
        "is.zero",
        "zero"
      ]
    }
  ],
  "_readme": "https://github.com/robinhankin/frab/raw/HEAD/README.md",
  "_rundeps": [
    "digest",
    "disordR",
    "lattice",
    "Matrix",
    "Rcpp"
  ],
  "_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"
    }
  ],
  "_vignettes": [
    {
      "source": "frab.Rmd",
      "filename": "frab.html",
      "title": "Addition of R table objects with the frab package",
      "author": "Robin K. S. Hankin",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Prologue: table()",
        "Named vectors",
        "The frab package",
        "Note on repeated entries",
        "Two dimensional R tables",
        "Arbitrary-dimensioned R tables",
        "Note on nomenclature",
        "References"
      ],
      "created": "2023-07-09 09:57:15",
      "modified": "2026-07-19 07:21:01",
      "commits": 17
    }
  ],
  "_score": 5.079181246047625,
  "_indexed": true,
  "_nocasepkg": "frab",
  "_universes": [
    "robinhankin"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0-7",
      "date": "2026-07-24T09:07:34.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/4f2e9c8b5de7f7c6ff5123bb327a007e5227bacbb9726c17d6468a0d82abf352",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0-7",
      "date": "2026-07-24T09:08:41.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/f4ba0d8ff4754239c5bf6dc5670623ec622879de24e906b29610f61ed0eadfc4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0-7",
      "date": "2026-07-24T09:07:43.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/834dddca2c6bcbe17dd5ee38a61f2951fc32db1f264348cf6ddc983540146640",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0-7",
      "date": "2026-07-24T09:08:00.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/fc84b257973a62bb3d860c74bd83359c4f5a4c617c56b83d3cc0ba003ed2e22a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0-7",
      "date": "2026-07-24T11:18:00.000Z",
      "arch": "aarch64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/df9b6f02522f7b3fd12961017f2109fe63be7a12d23d2d130c41c44042a337c6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0-7",
      "date": "2026-07-24T11:19:54.000Z",
      "arch": "x86_64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/35a8fb1685e0d8750c4dfed88e4368a494d4c65ee0d08c575f62da9dc301be66",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0-7",
      "date": "2026-07-24T11:21:15.000Z",
      "arch": "aarch64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/32807a9bd0e588ce9d58ad1e78516091810c792e2fc5a53b698e9fd9bb4062b9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0-7",
      "date": "2026-07-24T11:20:45.000Z",
      "arch": "x86_64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/50630ac5c0cc667def014f2175d60434e31cffd13132c313cbae4769f0a1184e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0-7",
      "date": "2026-07-24T09:08:06.000Z",
      "arch": "emscripten",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/2d1671b8a8550f16a738b3a66c175859e498ae9c555afffd49ae4caa5abcaef5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0-7",
      "date": "2026-07-24T09:07:12.000Z",
      "arch": "x86_64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/5e03944bac1079bd5b813ebbe00ab1c5f5653f260111ca31bb2943f50c2143d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0-7",
      "date": "2026-07-24T09:07:04.000Z",
      "arch": "x86_64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/d0152d2e59d6841ff0292ab43042c200d7fdcf7cf1a1053839e20747c3c0f8c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0-7",
      "date": "2026-07-24T09:07:08.000Z",
      "arch": "x86_64",
      "commit": "16cb36800ecb89f12d764781e8cf07bc2609641d",
      "fileid": "https://r2.ropensci.org/2806ed4aa7f97c1da3eeca63a5c6e3289b9064c3d9acbc9cafdc21fdb6c6b69b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robinhankin/actions/runs/30081010105"
    }
  ]
}