{
  "_id": "6a365e7f3efcd9bda4405579",
  "Package": "r2c",
  "Title": "Fast Iterated Statistic Computation in R",
  "Description": "Compiles a subset of R into machine code so that\nexpressions composed with that subset can be applied repeatedly\non varying data without interpreter overhead.",
  "Version": "0.3.0",
  "Authors@R": "c(\nperson(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"aut\", \"cre\")))",
  "License": "GPL-2 | GPL-3",
  "URL": "https://github.com/brodieG/r2c",
  "BugReports": "https://github.com/brodieG/r2c/issues",
  "RoxygenNote": "7.2.3",
  "Roxygen": "list(markdown = TRUE)",
  "Encoding": "UTF-8",
  "Collate": "'util.R' 'preproc-copy.R' 'rename.R' 'optim.R' 'code-rep.R'\n'code-concat.R' 'constants.R' 'code-unary.R' 'code-bin.R'\n'code-mean.R' 'code-summary.R' 'code-numeric.R' 'code-subset.R'\n'code-logical.R' 'code-pow.R' 'code-seq.R' 'code-loop.R'\n'r2c-package.R' 'code-ifelse.R' 'code-assign-braces.R' 'code.R'\n'preprocess.R' 'alloc.R' 'compile.R' 'group.R' 'load.R' 'run.R'\n'size.R' 'window.R'",
  "Repository": "https://fastverse.r-universe.dev",
  "Date/Publication": "2024-02-24 14:33:55 UTC",
  "RemoteUrl": "https://github.com/brodieG/r2c",
  "RemoteRef": "HEAD",
  "RemoteSha": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-20 09:26:05 UTC",
    "User": "root"
  },
  "Author": "Brodie Gaslam [aut, cre]",
  "Maintainer": "Brodie Gaslam <brodie.gaslam@yahoo.com>",
  "MD5sum": "73e5152637cee1ffb35cbfeb098422d7",
  "_user": "fastverse",
  "_type": "src",
  "_file": "r2c_0.3.0.tar.gz",
  "_fileid": "95072d0d2a453fc8c410805d1970a8b11bd39c7a3a046cd4a62805afc1697c1e",
  "_filesize": 1435360,
  "_sha256": "95072d0d2a453fc8c410805d1970a8b11bd39c7a3a046cd4a62805afc1697c1e",
  "_created": "2026-06-20T09:26:05.000Z",
  "_published": "2026-06-20T09:33:51.654Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82472581012,
      "time": 135,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7764111492"
    },
    {
      "job": 82472581013,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7764110759"
    },
    {
      "job": 82472581042,
      "time": 156,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7764113731"
    },
    {
      "job": 82472581023,
      "time": 158,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7764113646"
    },
    {
      "job": 82472581044,
      "time": 121,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7764109459"
    },
    {
      "job": 82472581048,
      "time": 430,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7764144025"
    },
    {
      "job": 82472581062,
      "time": 124,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7764109835"
    },
    {
      "job": 82472581047,
      "time": 263,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7764125470"
    },
    {
      "job": 82472444165,
      "time": 137,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764095006"
    },
    {
      "job": 82472580981,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764105975"
    },
    {
      "job": 82472580979,
      "time": 231,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7764121657"
    },
    {
      "job": 82472581043,
      "time": 214,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7764119800"
    },
    {
      "job": 82472580982,
      "time": 204,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7764118414"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/brodieG/r2c",
  "_commit": {
    "id": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
    "author": "brodieG <brodieG@users.noreply.github.com>",
    "committer": "brodieG <brodieG@users.noreply.github.com>",
    "message": "Github release of v0.3.0\n",
    "time": 1708785235
  },
  "_maintainer": {
    "name": "Brodie Gaslam",
    "email": "brodie.gaslam@yahoo.com",
    "login": "brodieg",
    "description": "Hobbyist programmer based on the East Coast of the USA.  Interested in data analysis and visualization.",
    "uuid": 6105908
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "vetr",
      "version": ">= 0.2.14.9000",
      "role": "Imports"
    },
    {
      "package": "unitizer",
      "role": "Suggests"
    },
    {
      "package": "stats",
      "role": "Suggests"
    }
  ],
  "_owner": "brodieg",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 89,
  "_contributors": [
    {
      "user": "brodieg",
      "count": 975,
      "uuid": 6105908
    }
  ],
  "_userbio": {
    "uuid": 105517888,
    "type": "organization",
    "name": "fastverse",
    "followers": 28,
    "description": "An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/r2c"
  },
  "_devurl": "https://github.com/brodieg/r2c",
  "_searchresults": 17,
  "_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/r2c.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "bsac",
    "first_vec",
    "for_0",
    "for_init",
    "for_iter",
    "for_n",
    "get_c_code",
    "get_compile_out",
    "get_r_code",
    "get_so_loc",
    "group_exec",
    "if_false",
    "if_test",
    "if_true",
    "lcopy",
    "lcurry",
    "loaded_r2c_dynlibs",
    "lset",
    "mean1",
    "numeric_along",
    "numeric_alongn",
    "process_groups",
    "r2c_for",
    "r2c_if",
    "r2cf",
    "r2cl",
    "r2cq",
    "rec",
    "reuse_calls",
    "rollat_exec",
    "rollbw_exec",
    "rollby_exec",
    "rolli_exec",
    "show_c_code",
    "square",
    "subassign",
    "uminus",
    "unload_r2c_dynlibs",
    "uplus",
    "vcopy"
  ],
  "_help": [
    {
      "page": "r2c-package",
      "title": "Fast Iterated Statistic Computation in R",
      "topics": [
        "r2c-package",
        "r2c"
      ]
    },
    {
      "page": "bsac",
      "title": "Basic Split Apply Combine",
      "topics": [
        "bsac"
      ]
    },
    {
      "page": "first_vec",
      "title": "Retrieve First Vector from Data",
      "topics": [
        "first_vec"
      ]
    },
    {
      "page": "group_exec",
      "title": "Execute r2c Function Iteratively on Groups in Data",
      "concept": [
        "runners"
      ],
      "topics": [
        "group_exec"
      ]
    },
    {
      "page": "lcurry",
      "title": "Pre-Set Function Parameters",
      "topics": [
        "lcurry"
      ]
    },
    {
      "page": "loaded_r2c_dynlibs",
      "title": "Manage 'r2c' Dynamic Libraries",
      "topics": [
        "loaded_r2c_dynlibs",
        "unload_r2c_dynlibs"
      ]
    },
    {
      "page": "mean1",
      "title": "Single Pass Mean Calculation",
      "topics": [
        "mean1"
      ]
    },
    {
      "page": "numeric_along",
      "title": "Initialize a Numeric Vector Sized to Match Input",
      "topics": [
        "numeric_along",
        "numeric_alongn"
      ]
    },
    {
      "page": "process_groups",
      "title": "Compute Group Meta Data",
      "topics": [
        "process_groups"
      ]
    },
    {
      "page": "r2c-compile",
      "title": "Compile Eligible R Calls Into Native Instructions",
      "topics": [
        "r2c-compile",
        "r2cf",
        "r2cl",
        "r2cq"
      ]
    },
    {
      "page": "r2c-inspect",
      "title": "Extract Data from \"r2c_fun\" Objects",
      "topics": [
        "get_compile_out",
        "get_c_code",
        "get_r_code",
        "get_so_loc",
        "r2c-inspect",
        "show_c_code"
      ]
    },
    {
      "page": "reuse_calls",
      "title": "Identify Repeated Calls and Reuse First Instance",
      "topics": [
        "reuse_calls"
      ]
    },
    {
      "page": "rollby_exec",
      "title": "Compute on Sequential Windows on Data",
      "concept": [
        "runners"
      ],
      "topics": [
        "rollat_exec",
        "rollbw_exec",
        "rollby_exec"
      ]
    },
    {
      "page": "rolli_exec",
      "title": "Compute on Sequential Regular Windows on Equidistant Data",
      "concept": [
        "runners"
      ],
      "topics": [
        "rolli_exec"
      ]
    },
    {
      "page": "square",
      "title": "Raise a Vector to the Power of Two",
      "topics": [
        "square"
      ]
    }
  ],
  "_readme": "https://github.com/brodieG/r2c/raw/HEAD/README.md",
  "_rundeps": [
    "vetr"
  ],
  "_score": 3.8788089323592057,
  "_indexed": false,
  "_nocasepkg": "r2c",
  "_universes": [
    "fastverse"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-06-20T09:27:56.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "363ef420b787e983a08de4f8ef919523e9c11c15d98d1ea9929dcc73dd4e5001",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-06-20T09:27:44.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "b6e91c6d6f1593919c67d58e607b8422cfe8ec9d075ed4e00814b046718604e8",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-06-20T09:28:15.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "650fd532eeb0b222f3050be870ec29298b50e690a8f6ad9408f58b7828222ac6",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-06-20T09:28:02.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "e792c7c4986628b80914b6ce5f1b86b1ccdb712c43591e015e66df9d050a41f8",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-06-20T09:27:23.000Z",
      "arch": "aarch64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "6b42b40174f009fc2a84b57482ce9f3c0f3dbb4ffc5141928f21f5ccef968fcc",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-06-20T09:30:03.000Z",
      "arch": "x86_64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "f6e910d382ecf4590b057a3864dacecce09c5ee2506a8a54b3d5eeba573979f5",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-06-20T09:27:30.000Z",
      "arch": "aarch64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "4b47150da42cc7419009f8a88ea16915f0d71a80c9f0f955b5b6f737de6e4336",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-06-20T09:28:35.000Z",
      "arch": "x86_64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "3f07df52f0108d4f18b4255e92f1790f0df27f2623b233bf30226edd660e9186",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-06-20T09:27:56.000Z",
      "arch": "emscripten",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "8ddb26a7e265b8fa73d046805d62ee315dbd9cbf6f4fb22e1722b571ede22992",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-06-20T09:27:43.000Z",
      "arch": "x86_64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "82e9c18bbc28cb999325256dd722e8bdce9f8f85d0ad58fa6330860d920bf5f8",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-06-20T09:27:15.000Z",
      "arch": "x86_64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "eaae6c42c4019e43094de4c5700c41b7e3562bc07984ccc302427aae4f6160ad",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-06-20T09:27:11.000Z",
      "arch": "x86_64",
      "commit": "aaa39300a572dee6d912604c2e5f0633c1bac7ad",
      "fileid": "4cd9512136c93440a978fb490813e3f2797f2c60ada5abe9736679ab7e41cbe4",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27866907558"
    }
  ]
}