Package: dapr
Title: 'purrr'-Like Apply Functions Over Input Elements
Version: 0.0.3
Authors@R: 
    person(given = "Michael W.",
           family = "Kearney",
           role = c("aut", "cre"),
           email = "kearneymw@missouri.edu",
           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, covr
NeedsCompilation: no
Packaged: 2019-05-06 16:41:51 UTC; kearneymw
Author: Michael W. Kearney [aut, cre] (<https://orcid.org/0000-0002-0730-4694>)
Maintainer: Michael W. Kearney <kearneymw@missouri.edu>
Repository: CRAN
Date/Publication: 2019-05-06 17:10:03 UTC
Built: R 4.0.2; ; 2020-07-15 11:42:55 UTC; unix
