{
  "_id": "6a106fadacfb0bcc41cab724",
  "Package": "multiApply",
  "Title": "Apply Functions to Multiple Multidimensional Arrays or Vectors",
  "Version": "2.1.5",
  "Authors@R": "c(\nperson(\"BSC-CNS\", role = c(\"aut\", \"cph\")),\nperson(\"Nicolau\", \"Manubens\", , \"nicolau.manubens@bsc.es\", role = \"aut\"),\nperson(\"Alasdair\", \"Hunter\", , \"alasdair.hunter@bsc.es\", role = \"aut\"),\nperson(\"An-Chi\", \"Ho\", , , role = \"ctb\"),\nperson(\"Nuria\", \"Perez\", , \"nuria.perez@bsc.es\", role = \"ctb\"),\nperson(\"Victoria\", \"Agudetse\", , \"victoria.agudetse@bsc.es\", role = c(\"ctb\", \"cre\")))",
  "Description": "The base apply function and its variants, as well as the\nrelated functions in the 'plyr' package, typically apply\nuser-defined functions to a single argument (or a list of\nvectorized arguments in the case of mapply). The 'multiApply'\npackage extends this paradigm with its only function, Apply,\nwhich efficiently applies functions taking one or a list of\nmultiple unidimensional or multidimensional arrays (or\ncombinations thereof) as input. The input arrays can have\ndifferent numbers of dimensions as well as different dimension\nlengths, and the applied function can return one or a list of\nunidimensional or multidimensional arrays as output. This saves\ndevelopment time by preventing the R user from writing often\nerror-prone and memory-inefficient loops dealing with multiple\ncomplex arrays. Also, a remarkable feature of Apply is the\ntransparent use of multi-core through its parameter 'ncores'.\nIn contrast to the base apply function, this package suggests\nthe use of 'target dimensions' as opposite to the 'margins' for\nspecifying the dimensions relevant to the function to be\napplied.",
  "License": "GPL-3",
  "URL": "https://earth.bsc.es/gitlab/ces/multiApply",
  "BugReports": "https://earth.bsc.es/gitlab/ces/multiApply/-/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-07 07:38:31 UTC",
    "User": "root"
  },
  "Author": "BSC-CNS [aut, cph], Nicolau Manubens [aut], Alasdair Hunter\n[aut], An-Chi Ho [ctb], Nuria Perez [ctb], Victoria Agudetse\n[ctb, cre]",
  "Maintainer": "Victoria Agudetse <victoria.agudetse@bsc.es>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-09-09 12:40:08 UTC",
  "RemoteUrl": "https://github.com/cran/multiApply",
  "RemoteRef": "HEAD",
  "RemoteSha": "fd37add4e038ea31d09695b3d23df8417e6f48a7",
  "MD5sum": "2b5579a0696e0f5b67cd39f8603cb53b",
  "_user": "cran",
  "_type": "src",
  "_file": "multiApply_2.1.5.tar.gz",
  "_fileid": "845e8306e373e8c562c6af72eedbbd0072f297818ea29cc64cf3f690bfb2158b",
  "_filesize": 103969,
  "_sha256": "845e8306e373e8c562c6af72eedbbd0072f297818ea29cc64cf3f690bfb2158b",
  "_created": "2026-05-07T07:38:31.000Z",
  "_published": "2026-05-22T15:01:01.326Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77405715805,
      "time": 90,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6849501929"
    },
    {
      "job": 77405716847,
      "time": 165,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6849525969"
    },
    {
      "job": 77405715609,
      "time": 191,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6849475187"
    },
    {
      "job": 77405715384,
      "time": 138,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7163649917"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25482511949",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/multiApply",
  "_commit": {
    "id": "fd37add4e038ea31d09695b3d23df8417e6f48a7",
    "author": "Victoria Agudetse <victoria.agudetse@bsc.es>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 2.1.5\n",
    "time": 1757421608
  },
  "_maintainer": {
    "name": "Victoria Agudetse",
    "email": "victoria.agudetse@bsc.es"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 8,
  "_updates": [
    {
      "week": "2025-37",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "2.1.5",
      "date": "2025-09-09"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "nperezzanon",
      "count": 4,
      "uuid": 40208731
    },
    {
      "user": "anchiho",
      "count": 1,
      "uuid": 125981498
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 629,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/multiApply"
  },
  "_searchresults": 34,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/multiApply.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2017-07-17"
    },
    {
      "version": "1.0.0",
      "date": "2018-02-05"
    },
    {
      "version": "2.0.1",
      "date": "2018-11-23"
    },
    {
      "version": "2.1.1",
      "date": "2019-09-03"
    },
    {
      "version": "2.1.2",
      "date": "2021-01-21"
    },
    {
      "version": "2.1.3",
      "date": "2021-02-02"
    },
    {
      "version": "2.1.4",
      "date": "2023-03-28"
    },
    {
      "version": "2.1.5",
      "date": "2025-09-09"
    }
  ],
  "_exports": [
    "Apply"
  ],
  "_help": [
    {
      "page": "Apply",
      "title": "Apply Functions to Multiple Multidimensional Arrays or Vectors",
      "topics": [
        "Apply"
      ]
    }
  ],
  "_readme": "https://github.com/cran/multiApply/raw/HEAD/README.md",
  "_rundeps": [
    "codetools",
    "doParallel",
    "foreach",
    "iterators",
    "plyr",
    "Rcpp"
  ],
  "_score": 3.6106601630898796,
  "_indexed": true,
  "_nocasepkg": "multiapply",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.1.5",
      "date": "2026-05-07T07:40:11.000Z",
      "distro": "noble",
      "commit": "fd37add4e038ea31d09695b3d23df8417e6f48a7",
      "fileid": "73eddb88620e096dc70e8ff83fe4e5a39d71ffda27ab8e32b63dafe60388fba4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25482511949"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.1.5",
      "date": "2026-05-07T07:41:30.000Z",
      "distro": "noble",
      "commit": "fd37add4e038ea31d09695b3d23df8417e6f48a7",
      "fileid": "0396cfcabda4cc8a8cfb217cf563e7ed1df20e6a511c09eaaefec5c0a8894e1e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25482511949"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.1.5",
      "date": "2026-05-22T15:00:24.000Z",
      "commit": "fd37add4e038ea31d09695b3d23df8417e6f48a7",
      "fileid": "8ba4236c5617f16febc2a88d08c9200e02b5bf27ff911376faa7df2d657030e8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25482511949"
    }
  ]
}