-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: crossmap
Title: Apply Functions to All Combinations of List Elements
Version: 0.4.0
Authors@R:
person("Alexander", "Rossell Hayes", , "[email protected]", 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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3