Package: collateral Title: Quickly Evaluate Captured Side Effects Version: 0.5.2 Authors@R: c( person("James", "Goldie", email = "me@jamesgoldie.dev", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5024-6207")), person("Jean-Francois", "Zinque", email = "jzinque@gmail.com", role = "ctb"), person("Mikhail", "Balyasin", email = "mikhail.balyasin+blog@gmail.com", 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) Repository: https://jimjam-slam.r-universe.dev Date/Publication: 2021-10-26 09:59:13 UTC RemoteUrl: https://github.com/jimjam-slam/collateral RemoteRef: main RemoteSha: 42ca3cb346fb5a444927c255ed7e61d332096126 NeedsCompilation: no Packaged: 2026-07-02 08:45:38 UTC; root Author: James Goldie [aut, cre] (ORCID: ), Jean-Francois Zinque [ctb], Mikhail Balyasin [ctb] Maintainer: James Goldie