-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) Β· 1.02 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
Package: dapr
Title: 'purrr'-Like Apply Functions Over Input Elements
Version: 0.0.4
Authors@R:
person(given = "Michael W.",
family = "Kearney",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0730-4694"))
Description: An easy-to-use, dependency-free set of functions for iterating over
elements of various input objects. Functions are wrappers around base
apply()/lapply()/vapply() functions but designed to have similar
functionality to the mapping functions in the 'purrr' package
<https://purrr.tidyverse.org/>. Specifically, function names more explicitly
communicate the expected class of the output and functions also allow for
the convenient shortcut of '~ .x' instead of the more verbose
'function(.x) .x'.
License: GPL-3
Encoding: UTF-8
Language: en
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/mkearney/dapr
BugReports: https://github.com/mkearney/dapr/issues
Suggests:
testthat (>= 2.1.0),
covr