{
  "_id": "6a1a74491d7bb097a09d157a",
  "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-05-28 14:36:45 UTC",
    "User": "root"
  },
  "MD5sum": "7220a74b78c147535cfa376c2688ca17",
  "_user": "sgsokol",
  "_type": "src",
  "_file": "arrApply_2.2.tar.gz",
  "_fileid": "df1376bdaab15d13c5f3b4aed93e41b03ebf344b1de5d7ed1c6f07494bfa0a4e",
  "_filesize": 87575,
  "_sha256": "df1376bdaab15d13c5f3b4aed93e41b03ebf344b1de5d7ed1c6f07494bfa0a4e",
  "_created": "2026-05-28T14:36:45.000Z",
  "_published": "2026-05-30T05:23:21.975Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78626260312,
      "time": 141,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7268822531"
    },
    {
      "job": 78626260467,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7268819077"
    },
    {
      "job": 78626260526,
      "time": 120,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7268813965"
    },
    {
      "job": 78626260508,
      "time": 226,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7268859636"
    },
    {
      "job": 78626260167,
      "time": 67,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 78626260181,
      "time": 152,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 78626260514,
      "time": 103,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7268869922"
    },
    {
      "job": 78626260464,
      "time": 200,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7269006251"
    },
    {
      "job": 78626260177,
      "time": 149,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7268763837"
    },
    {
      "job": 78626260219,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7268805658"
    },
    {
      "job": 78626260271,
      "time": 111,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7268810455"
    },
    {
      "job": 78626260170,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 78626260471,
      "time": 135,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7268820584"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sgsokol/actions/runs/26581354250",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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"
  },
  "_downloads": {
    "count": 319,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/arrApply"
  },
  "_devurl": "https://github.com/sgsokol/arrapply",
  "_searchresults": 9,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_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.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 2.778151250383644,
  "_indexed": true,
  "_nocasepkg": "arrapply",
  "_universes": [
    "sgsokol"
  ],
  "_binaries": [
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.2",
      "date": "2026-04-06T05:10:57.000Z",
      "arch": "aarch64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "25e80d7c07c1b3332028c1a42512ce487daae6fb8eb90dbacb95ac7397fcc8e8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/24019532903"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.2",
      "date": "2026-04-06T05:12:21.000Z",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "bc2449a86c6d97aff954017647df0d2eda332051eedb58b8f2b28b2bb735211a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/24019532903"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.2",
      "date": "2026-04-06T05:10:06.000Z",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "567a1f879a97c37b5e2728ab4d4bd6a1a28ddec8ff64151968a09510f6f7bdcf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/24019532903"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2",
      "date": "2026-05-28T14:39:12.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "4ea67c756253d86023a85bfc18f644974bc085688a4f10874d99ce83da62d952",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/26581354250"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2",
      "date": "2026-05-28T14:39:02.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "3a90ae7218e3b5c78cd57a14980678e05966975f11a584134907ff28dd7d4741",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/26581354250"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.2",
      "date": "2026-05-28T14:38:49.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "8bf3bd12a64b45e326237700fe08647a99bc2961bd7d985c3335dfebf707933f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/26581354250"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.2",
      "date": "2026-05-28T14:40:37.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "f77048e22879d120f87d86c32fa213a8ea5525a1037f33ab10fdb06118481a34",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/26581354250"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.2",
      "date": "2026-05-28T14:41:07.000Z",
      "arch": "aarch64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "df1141a4485415f755b83ec54cbe91123a6222bc23eefbc1aca80f2086dd388d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/26581354250"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.2",
      "date": "2026-05-28T14:46:12.000Z",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "f67ec0f3e059c7a4d14b886acf1d7967abaaf670a19bb8bdf67973901cee8af5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/26581354250"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.2",
      "date": "2026-05-28T14:38:44.000Z",
      "arch": "emscripten",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "3ea084129b06f16054730fbebf88aca5fe4b3a18ffa09312d16f59e37d78504e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/26581354250"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.2",
      "date": "2026-05-28T14:38:13.000Z",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "126c53f86ac2439bafe29d4941e05a0fcbec447ea386f262e0f03066cd2d52c9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/26581354250"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.2",
      "date": "2026-05-28T14:38:07.000Z",
      "arch": "x86_64",
      "commit": "2497c7a3a53e725499daad1095888f2048bd358e",
      "fileid": "1e0dd54f5ff099c063cf9ebfbb469923f7572bf551db46293d8c8427e8354d3a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sgsokol/actions/runs/26581354250"
    }
  ]
}