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"), comment = c(ORCID = "0000-0001-9412-0457")) Description: Provides an extension to the 'purrr' family of mapping functions to apply a function to each combination of elements in a list of inputs. Also includes functions for automatically detecting output type in mapping functions, finding every combination of elements of lists or rows of data frames, and applying multiple models to multiple subsets of a dataset. License: MIT + file LICENSE URL: https://pkg.rossellhayes.com/crossmap/, https://github.com/rossellhayes/crossmap BugReports: https://github.com/rossellhayes/crossmap/issues Imports: backports, cli, dplyr (>= 1.0.0), generics, lifecycle, parallelly, purrr, rlang, stats, utils, vctrs Suggests: broom, covr, crayon, estimatr, furrr, future, testthat, tibble, withr 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: 2026-05-25 07:39:30 UTC; root Author: Alexander Rossell Hayes [aut, cre, cph] (ORCID: ) Maintainer: Alexander Rossell Hayes