{
  "_id": "6a643f5b059529545f5749a8",
  "Package": "arrApply",
  "Type": "Package",
  "Title": "Apply a Function to a Margin of an Array",
  "Version": "2.2",
  "Date": "2023-09-10",
  "Author": "Serguei Sokol",
  "Maintainer": "Serguei Sokol <sokol@insa-toulouse.fr>",
  "Description": "High performance variant of apply() for a fixed set of\nfunctions. Considerable speedup of this implementation is a\ntrade-off for universality: user defined functions cannot be\nused with this package. However, about 20 most currently\nemployed functions are available for usage. They can be divided\nin three types: reducing functions (like mean(), sum() etc.,\ngiving a scalar when applied to a vector), mapping function\n(like normalise(), cumsum() etc., giving a vector of the same\nlength as the input vector) and finally, vector reducing\nfunction (like diff() which produces result vector of a length\ndifferent from the length of input vector). Optional or\nmandatory additional arguments required by some functions (e.g.\nnorm type for norm()) can be passed as named arguments in\n'...'.",
  "License": "GPL (>= 2)",
  "RoxygenNote": "7.2.1",
  "URL": "https://github.com/sgsokol/arrApply",
  "BugReports": "https://github.com/sgsokol/arrApply/issues",
  "SystemRequirements": "C++11",
  "Repository": "https://sgsokol.r-universe.dev",
  "Date/Publication": "2024-01-10 08:41:45 UTC",
  "RemoteUrl": "https://github.com/sgsokol/arrapply",
  "RemoteRef": "HEAD",
  "RemoteSha": "2497c7a3a53e725499daad1095888f2048bd358e",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-24 07:00:43 UTC",
    "User": "root"
  },
  "_user": "sgsokol",
  "_type": "src",
  "_file": "arrApply_2.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/0ebdca18d4afc401de581a808d76d250e625929bfadd7f6130c8d31aa23586c0",
  "_filesize": 88400,
  "_sha256": "0ebdca18d4afc401de581a808d76d250e625929bfadd7f6130c8d31aa23586c0",
  "_expires": "2026-11-01T08:13:57.000Z",
  "_created": "2026-07-24T07:00:43.000Z",
  "_published": "2026-07-25T04:45:15.465Z",
  "_jobs": [
    {
      "job": 89643576003,
      "time": 110,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8589175419"
    },
    {
      "job": 89643575916,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8589181427"
    },
    {
      "job": 89643575941,
      "time": 108,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8589174200"
    },
    {
      "job": 89643575914,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8589179893"
    },
    {
      "job": 89643575595,
      "time": 81,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 89643575587,
      "time": 183,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 89643576006,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8590626358"
    },
    {
      "job": 89643575828,
      "time": 195,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8590685452"
    },
    {
      "job": 89643575621,
      "time": 175,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8589132459"
    },
    {
      "job": 89643575761,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8589176423"
    },
    {
      "job": 89643575911,
      "time": 114,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8589176834"
    },
    {
      "job": 89643575573,
      "time": 67,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 89643575869,
      "time": 107,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8589175204"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/sgsokol/actions/runs/30073871885",
  "_status": "success",
  "_upstream": "https://github.com/sgsokol/arrapply",
  "_commit": {
    "id": "2497c7a3a53e725499daad1095888f2048bd358e",
    "author": "Serguei Sokol <sokol@insa-toulouse.fr>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #1 from olivroy/patch-1\n\nAdd links to DESCRIPTION",
    "time": 1704876105
  },
  "_maintainer": {
    "name": "Serguei Sokol",
    "email": "sokol@insa-toulouse.fr",
    "login": "sgsokol",
    "orcid": "0000-0002-5674-3327",
    "description": "",
    "uuid": 9048783
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "sgsokol",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "sgsokol",
      "count": 4,
      "uuid": 9048783
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 9048783,
    "type": "user",
    "name": "Serguei Sokol",
    "followers": 10
  },
  "_downloads": {
    "count": 352,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/arrApply"
  },
  "_devurl": "https://github.com/sgsokol/arrapply",
  "_searchresults": 11,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/arrApply.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sgsokol/arrapply",
  "_realowner": "sgsokol",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.4",
      "date": "2016-02-15"
    },
    {
      "version": "2.0.1",
      "date": "2016-11-10"
    },
    {
      "version": "2.1",
      "date": "2019-03-08"
    },
    {
      "version": "2.2",
      "date": "2023-01-14"
    },
    {
      "version": "2.2.1",
      "date": "2025-02-07"
    }
  ],
  "_exports": [
    "arrApply"
  ],
  "_help": [
    {
      "page": "arrApply",
      "title": "High Performance Variant of apply()",
      "topics": [
        "arrApply"
      ]
    }
  ],
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 2.8195439355418688,
  "_indexed": true,
  "_nocasepkg": "arrapply",
  "_universes": [
    "sgsokol"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2",
      "date": "2026-07-24T07:02:40.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "https://r2.ropensci.org/a23c8d84399ec09cf04bce2cfd46e87d2dbd9624385a5338e9dcfb4cd9d946e2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/30073871885"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2",
      "date": "2026-07-24T07:02:52.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "https://r2.ropensci.org/4602a1c28c539313e29f79f68741c32602fe0d74e3bfa3572e5fd1e061d941f3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/30073871885"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.2",
      "date": "2026-07-24T07:02:37.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "https://r2.ropensci.org/dee749c2c43995423e336c37d5bad27da84881298a1511d6813a7fe4e2959137",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/30073871885"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.2",
      "date": "2026-07-24T07:02:50.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "https://r2.ropensci.org/68f129f529ef036f955a15435f6e26550d0ce2b2b4efcb7a309d3f1c54f92733",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/30073871885"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.2",
      "date": "2026-07-24T08:10:34.000Z",
      "arch": "aarch64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "https://r2.ropensci.org/3d8e8e21368075d973ac21cf92ceb86480234b7ec26c839071d59f6a6208dffa",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/30073871885"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.2",
      "date": "2026-07-24T08:13:01.000Z",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "https://r2.ropensci.org/996c03d64ae2dcd7aa407a2051d9bfae2000e6c0dd217626a3659831b237f749",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/30073871885"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.2",
      "date": "2026-07-24T07:02:55.000Z",
      "arch": "emscripten",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "https://r2.ropensci.org/00662f739d6d3d214f2d81c63bab820ca4fcabeaea8b5ad46e4a64a130e4788d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/30073871885"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.2",
      "date": "2026-07-24T07:01:59.000Z",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "https://r2.ropensci.org/ecb2bdc2bc583179dcfbde85c9564e08c438d36096905f989b71e5e99ae2b2d7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/30073871885"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "2.2",
      "date": "2026-07-24T07:02:04.000Z",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "https://r2.ropensci.org/97f53837c867d783d466bd0ebd839ec8857c4a0c6690300e03450c332c068f4a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/30073871885"
    }
  ]
}