-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.04 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
Package: collateral
Title: Quickly Evaluate Captured Side Effects
Version: 0.5.2
Authors@R: c(
person("James", "Goldie",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5024-6207")),
person("Jean-Francois", "Zinque",
email = "[email protected]",
role = "ctb"),
person("Mikhail", "Balyasin",
email = "[email protected]",
role = "ctb"))
Description: Map functions while capturing results, errors, warnings, messages and other output tidily, then filter and summarise data frames or lists on the basis of those side effects.
URL: https://collateral.jamesgoldie.dev, https://github.com/jimjam-slam/collateral
Language: en-AU
Depends: R (>= 3.1.0)
Imports:
purrr,
crayon,
methods,
pillar
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
BugReports: https://github.com/jimjam-slam/collateral/issues
Suggests:
dplyr,
tibble,
tidyr,
furrr,
ggplot2,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)