{
  "_id": "6a13fd5aacfb0bcc41d36c41",
  "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-05-25 07:39:30 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>",
  "MD5sum": "d1c1ef14be5ef7678d4a4ecc113a94f5",
  "_user": "rossellhayes",
  "_type": "src",
  "_file": "crossmap_0.5.0.tar.gz",
  "_fileid": "8bbb31cfbccde0796a66c0d96facdcae9a2cbf78d11666822333e82193f47b89",
  "_filesize": 477884,
  "_sha256": "8bbb31cfbccde0796a66c0d96facdcae9a2cbf78d11666822333e82193f47b89",
  "_created": "2026-05-25T07:39:30.000Z",
  "_published": "2026-05-25T07:42:18.357Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77674982665,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7193880553"
    },
    {
      "job": 77674982647,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193879348"
    },
    {
      "job": 77674982641,
      "time": 81,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7193867525"
    },
    {
      "job": 77674982677,
      "time": 78,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193866850"
    },
    {
      "job": 77674645495,
      "time": 166,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193845428"
    },
    {
      "job": 77674982622,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193872922"
    },
    {
      "job": 77674982633,
      "time": 96,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7193871230"
    },
    {
      "job": 77674982635,
      "time": 88,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7193868814"
    },
    {
      "job": 77674982638,
      "time": 91,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193869917"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/26389205227",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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"
  },
  "_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": 20,
  "_contributors": [
    {
      "user": "rossellhayes",
      "count": 174,
      "uuid": 44556601
    }
  ],
  "_userbio": {
    "uuid": 44556601,
    "type": "user",
    "name": "Alex Rossell Hayes",
    "description": "Senior Data Scientist at @yougov-datascience |\r\nPolitical Science PhD"
  },
  "_downloads": {
    "count": 334,
    "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": 12,
  "_rbuild": "4.6.0",
  "_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",
    "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.15836249209525,
  "_indexed": true,
  "_nocasepkg": "crossmap",
  "_universes": [
    "rossellhayes"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-25T07:41:33.000Z",
      "distro": "noble",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "9e7705f7b58880efd475f11ef87d011da7059e280570a0f087a7f232daddebe8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/26389205227"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-25T07:41:31.000Z",
      "distro": "noble",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "5a37ebaa6ca7d1833d8b6af87975cc17856f9400957fe2b0b44a4a300318435d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/26389205227"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-25T07:40:54.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "909d73e4b3a8947091dcd1d52f5e455b51b80bab87d9bb1f7efa60c2fcd36755",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/26389205227"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-25T07:40:50.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "decfd4ea39b0edd114e4b05ab9f279968a90da5fa87e3959bf1d26e17283367b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/26389205227"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0",
      "date": "2026-05-25T07:41:30.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "e1c3777287610e4246983acd2815a32bce62323b885d630ba25442a1a0e10d2a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/26389205227"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-25T07:40:52.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "13a892949a36f8b27a8fd9569b6dcf77535a0149548d988ef49e97065d40f4ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/26389205227"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-25T07:40:42.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "aed37354c4189403950ff427c9bb6cbb51694eef1e7dd3335f45e005b4856e78",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/26389205227"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-25T07:40:45.000Z",
      "commit": "bdb5c4224ff423e4922f274c9991a008c4635ff4",
      "fileid": "e689980df3efde77e3723ad5ff773a47f9ab9492801d3f156e94302ba669e3a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rossellhayes/actions/runs/26389205227"
    }
  ]
}