Package: crossmap
Title: Apply Functions to All Combinations of List Elements
Version: 0.4.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://crossmap.rossellhayes.com,
        https://github.com/rossellhayes/crossmap
BugReports: https://github.com/rossellhayes/crossmap/issues
Imports: backports, cli, dplyr (>= 1.0.0), generics, lifecycle, purrr,
        rlang, stats, utils, vctrs
Suggests: broom, covr, crayon, estimatr, furrr, future, testthat,
        tibble, withr
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-01-12 20:40:53 UTC; alex
Author: Alexander Rossell Hayes [aut, cre, cph]
    (<https://orcid.org/0000-0001-9412-0457>)
Maintainer: Alexander Rossell Hayes <alexander@rossellhayes.com>
Repository: CRAN
Date/Publication: 2023-01-12 21:50:02 UTC
Built: R 4.2.0; ; 2023-01-13 13:46:55 UTC; unix
