dapr: 'purrr'-Like Apply Functions Over Input Elements

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'.

Version: 0.0.3
Suggests: testthat, covr
Published: 2019-05-06
Author: Michael W. Kearney ORCID iD [aut, cre]
Maintainer: Michael W. Kearney <kearneymw at missouri.edu>
BugReports: https://github.com/mkearney/dapr/issues
License: GPL-3
URL: https://github.com/mkearney/dapr
NeedsCompilation: no
Language: en
Materials: README NEWS
CRAN checks: dapr results

Documentation:

Reference manual: dapr.pdf

Downloads:

Package source: dapr_0.0.3.tar.gz
Windows binaries: r-devel: dapr_0.0.3.zip, r-release: dapr_0.0.3.zip, r-oldrel: dapr_0.0.3.zip
macOS binaries: r-release (arm64): dapr_0.0.3.tgz, r-oldrel (arm64): dapr_0.0.3.tgz, r-release (x86_64): dapr_0.0.3.tgz, r-oldrel (x86_64): dapr_0.0.3.tgz
Old sources: dapr archive

Reverse dependencies:

Reverse imports: tfse

Linking:

Please use the canonical form https://CRAN.R-project.org/package=dapr to link to this page.