{
  "_id": "6a47ffeee06c18f0a6527d48",
  "Package": "crossmap",
  "Title": "Apply Functions to All Combinations of List Elements",
  "Version": "0.5.0",
  "Authors@R": "person(\"Alexander\", \"Rossell Hayes\", , \"alexander@rossellhayes.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-9412-0457\"))",
  "Description": "Provides an extension to the 'purrr' family of mapping\nfunctions to apply a function to each combination of elements\nin a list of inputs.  Also includes functions for automatically\ndetecting output type in mapping functions, finding every\ncombination of elements of lists or rows of data frames, and\napplying multiple models to multiple subsets of a dataset.",
  "License": "MIT + file LICENSE",
  "URL": "https://pkg.rossellhayes.com/crossmap/,\nhttps://github.com/rossellhayes/crossmap",
  "BugReports": "https://github.com/rossellhayes/crossmap/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Repository": "https://rossellhayes.r-universe.dev",
  "Date/Publication": "2026-01-24 16:53:40 UTC",
  "RemoteUrl": "https://github.com/rossellhayes/crossmap",
  "RemoteRef": "HEAD",
  "RemoteSha": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-03 18:28:10 UTC",
    "User": "root"
  },
  "Author": "Alexander Rossell Hayes [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0001-9412-0457>)",
  "Maintainer": "Alexander Rossell Hayes <alexander@rossellhayes.com>",
  "_user": "rossellhayes",
  "_type": "src",
  "_file": "crossmap_0.5.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/40f391a2b9fae01bb8957dcd8ae90ebe681dce4f46c6ae33ee4acce83d2e4fdc",
  "_filesize": 479864,
  "_sha256": "40f391a2b9fae01bb8957dcd8ae90ebe681dce4f46c6ae33ee4acce83d2e4fdc",
  "_expires": "2026-10-11T18:31:08.000Z",
  "_created": "2026-07-03T18:28:10.000Z",
  "_published": "2026-07-03T18:31:10.461Z",
  "_jobs": [
    {
      "job": 85053955747,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8072919272"
    },
    {
      "job": 85053955775,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8072918787"
    },
    {
      "job": 85053955749,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8072911692"
    },
    {
      "job": 85053955734,
      "time": 96,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8072909810"
    },
    {
      "job": 85053628153,
      "time": 164,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8072888842"
    },
    {
      "job": 85053955740,
      "time": 141,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8072920821"
    },
    {
      "job": 85053955772,
      "time": 90,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8072909363"
    },
    {
      "job": 85053955776,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8072907512"
    },
    {
      "job": 85053955758,
      "time": 85,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8072908138"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/28677407362",
  "_status": "success",
  "_upstream": "https://github.com/rossellhayes/crossmap",
  "_commit": {
    "id": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
    "author": "rossellhayes <alexander@rossellhayes.com>",
    "committer": "rossellhayes <alexander@rossellhayes.com>",
    "message": "docs: fix typo in NEWS\n",
    "time": 1769273620
  },
  "_maintainer": {
    "name": "Alexander Rossell Hayes",
    "email": "alexander@rossellhayes.com",
    "login": "rossellhayes",
    "description": "Senior Data Scientist at @yougov-datascience |\nPolitical Science PhD",
    "uuid": 44556601,
    "orcid": "0000-0001-9412-0457"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "backports",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "generics",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "parallelly",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "broom",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "crayon",
      "role": "Suggests"
    },
    {
      "package": "estimatr",
      "role": "Suggests"
    },
    {
      "package": "furrr",
      "role": "Suggests"
    },
    {
      "package": "future",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "rossellhayes",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-35",
      "n": 1
    },
    {
      "week": "2025-52",
      "n": 7
    },
    {
      "week": "2026-04",
      "n": 4
    }
  ],
  "_tags": [
    {
      "name": "v0.4.3",
      "date": "2025-12-23"
    },
    {
      "name": "v0.5.0",
      "date": "2026-01-24"
    }
  ],
  "_topics": [
    "functional-programming",
    "tidyverse"
  ],
  "_stars": 21,
  "_contributors": [
    {
      "user": "rossellhayes",
      "count": 174,
      "uuid": 44556601
    }
  ],
  "_userbio": {
    "uuid": 44556601,
    "type": "user",
    "name": "Alex Rossell Hayes",
    "followers": 53,
    "description": "Senior Data Scientist at @yougov-datascience |\r\nPolitical Science PhD"
  },
  "_downloads": {
    "count": 496,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/crossmap"
  },
  "_mentions": 4,
  "_devurl": "https://github.com/rossellhayes/crossmap",
  "_pkgdown": "https://pkg.rossellhayes.com/crossmap/",
  "_searchresults": 11,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/crossmap.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rossellhayes/crossmap",
  "_realowner": "rossellhayes",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-09-10"
    },
    {
      "version": "0.2.0",
      "date": "2020-09-24"
    },
    {
      "version": "0.3.0",
      "date": "2021-04-02"
    },
    {
      "version": "0.3.3",
      "date": "2022-08-12"
    },
    {
      "version": "0.4.0",
      "date": "2023-01-14"
    },
    {
      "version": "0.4.1",
      "date": "2025-04-21"
    },
    {
      "version": "0.4.2",
      "date": "2025-04-25"
    },
    {
      "version": "0.4.3",
      "date": "2025-12-23"
    },
    {
      "version": "0.5.0",
      "date": "2026-01-24"
    }
  ],
  "_exports": [
    "autonames",
    "cross_fit",
    "cross_fit_glm",
    "cross_fit_robust",
    "cross_join",
    "cross_list",
    "cross_tbl",
    "future_imap_vec",
    "future_map_vec",
    "future_map2_vec",
    "future_pmap_vec",
    "future_xmap",
    "future_xmap_arr",
    "future_xmap_chr",
    "future_xmap_dbl",
    "future_xmap_dfc",
    "future_xmap_dfr",
    "future_xmap_int",
    "future_xmap_lgl",
    "future_xmap_mat",
    "future_xmap_raw",
    "future_xmap_vec",
    "future_xwalk",
    "imap_vec",
    "map_vec",
    "map2_vec",
    "pmap_vec",
    "tidy_glance",
    "xmap",
    "xmap_arr",
    "xmap_chr",
    "xmap_dbl",
    "xmap_dfc",
    "xmap_dfr",
    "xmap_int",
    "xmap_lgl",
    "xmap_mat",
    "xmap_raw",
    "xmap_vec",
    "xpluck",
    "xwalk"
  ],
  "_help": [
    {
      "page": "autonames",
      "title": "Automatically generate names for vectors",
      "topics": [
        "autonames"
      ]
    },
    {
      "page": "cross_fit",
      "title": "Cross map a model across multiple formulas, subsets, and weights",
      "topics": [
        "cross_fit"
      ]
    },
    {
      "page": "cross_fit_glm",
      "title": "Cross fit generalized linear models",
      "topics": [
        "cross_fit_glm"
      ]
    },
    {
      "page": "cross_fit_robust",
      "title": "Cross fit robust linear models",
      "topics": [
        "cross_fit_robust"
      ]
    },
    {
      "page": "cross_join",
      "title": "Crossing join",
      "topics": [
        "cross_join"
      ]
    },
    {
      "page": "cross_list",
      "title": "List all combinations of values",
      "topics": [
        "cross_list",
        "cross_tbl"
      ]
    },
    {
      "page": "future_map_vec",
      "title": "Parallelized mapping functions that automatically determine type",
      "topics": [
        "future_imap_vec",
        "future_map2_vec",
        "future_map_vec",
        "future_pmap_vec",
        "future_xmap_vec"
      ]
    },
    {
      "page": "future_xmap",
      "title": "Map over each combination of list elements simultaneously via futures",
      "topics": [
        "future_xmap",
        "future_xmap_chr",
        "future_xmap_dbl",
        "future_xmap_dfc",
        "future_xmap_dfr",
        "future_xmap_int",
        "future_xmap_lgl",
        "future_xmap_raw",
        "future_xwalk"
      ]
    },
    {
      "page": "future_xmap_mat",
      "title": "Parallelized cross map returning a matrix or array",
      "topics": [
        "future_xmap_arr",
        "future_xmap_mat"
      ]
    },
    {
      "page": "map_vec",
      "title": "Mapping functions that automatically determine type",
      "topics": [
        "imap_vec",
        "map2_vec",
        "map_vec",
        "pmap_vec",
        "xmap_vec"
      ]
    },
    {
      "page": "tidy_glance",
      "title": "Turn an object into a tidy tibble with glance information",
      "topics": [
        "tidy_glance"
      ]
    },
    {
      "page": "xmap",
      "title": "Map over each combination of list elements",
      "topics": [
        "xmap",
        "xmap_chr",
        "xmap_dbl",
        "xmap_dfc",
        "xmap_dfr",
        "xmap_int",
        "xmap_lgl",
        "xmap_raw",
        "xwalk"
      ]
    },
    {
      "page": "xmap_mat",
      "title": "Return a table applying a function to all combinations of list elements",
      "topics": [
        "xmap_arr",
        "xmap_mat"
      ]
    },
    {
      "page": "xpluck",
      "title": "Get one or more elements deep within a nested data structure",
      "topics": [
        "xpluck"
      ]
    }
  ],
  "_pkglogo": "https://github.com/rossellhayes/crossmap/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/rossellhayes/crossmap/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "parallelly",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 5.141763230275789,
  "_indexed": true,
  "_nocasepkg": "crossmap",
  "_universes": [
    "rossellhayes"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-07-03T18:30:21.000Z",
      "distro": "resolute",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "https://r2.ropensci.org/cdb3f5831e418de08709d8852735078a081b9095f91bc23e95e355fbbca91df8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/28677407362"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-07-03T18:30:19.000Z",
      "distro": "resolute",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "https://r2.ropensci.org/f5e6c915dc73f380b877d61f2ae8a49d55a6bc66441ef4729ee22c778a71d513",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/28677407362"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-07-03T18:29:52.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "https://r2.ropensci.org/ccb294ec85d1243753bdcd5a7a628dca32d41f91f244f0afb390586e0a7dace2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/28677407362"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-07-03T18:29:46.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "https://r2.ropensci.org/e226c4008c32bc66728790cce365249a96de46b35cbb410a809e43926dfbb527",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/28677407362"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0",
      "date": "2026-07-03T18:30:52.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "https://r2.ropensci.org/8318ba4d5e45e47e21b738d47b050ad7734a499ea7320ea5c361d9c5706832e2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/28677407362"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-07-03T18:29:29.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "https://r2.ropensci.org/3edde7959c4e479816cf949595618f2dc61fb80019851d23e257821b869fc6c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/28677407362"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-07-03T18:29:21.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "https://r2.ropensci.org/05b07f36b9348c762f1659a1377bf96d322b03c0a6529e24effc129204a10c17",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/28677407362"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-07-03T18:29:20.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "https://r2.ropensci.org/4016278401220a80bbc1cfc07c929bb4e1ed630d61846dd78afdc841300a8350",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/28677407362"
    }
  ]
}