Package: collateral 0.5.2

collateral: Quickly Evaluate Captured Side Effects

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.

Authors:James Goldie [aut, cre], Jean-Francois Zinque [ctb], Mikhail Balyasin [ctb]

collateral_0.5.2.tar.gz
collateral_0.5.2.zip(r-4.5)collateral_0.5.2.zip(r-4.4)collateral_0.5.2.zip(r-4.3)
collateral_0.5.2.tgz(r-4.4-any)collateral_0.5.2.tgz(r-4.3-any)
collateral_0.5.2.tar.gz(r-4.5-noble)collateral_0.5.2.tar.gz(r-4.4-noble)
collateral_0.5.2.tgz(r-4.4-emscripten)collateral_0.5.2.tgz(r-4.3-emscripten)
collateral.pdf |collateral.html
collateral/json (API)
NEWS

# Install 'collateral' in R:
install.packages('collateral', repos = c('https://jimjam-slam.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/jimjam-slam/collateral/issues

On CRAN:

purrrside-effectstidyverse

34 exports 40 stars 2.83 score 11 dependencies 32 scripts 193 downloads

Last updated 3 years agofrom:42ca3cb346 (on main). Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 20 2024
R-4.5-winOKAug 20 2024
R-4.5-linuxOKAug 20 2024
R-4.4-winOKAug 20 2024
R-4.4-macOKAug 20 2024
R-4.3-winOKAug 20 2024
R-4.3-macOKAug 20 2024

Exports:as_peacefully_mappedas_quietly_mappedas_safely_mappedfuture_map_peacefullyfuture_map_quietlyfuture_map_safelyfuture_map2_peacefullyfuture_map2_quietlyfuture_map2_safelyfuture_pmap_peacefullyfuture_pmap_quietlyfuture_pmap_safelyhas_errorshas_messageshas_outputhas_resultshas_warningsmap_peacefullymap_quietlymap_safelymap2_peacefullymap2_quietlymap2_safelypeacefully_mappedpmap_peacefullypmap_quietlypmap_safelyquietly_mappedsafely_mappedtally_errorstally_messagestally_outputtally_resultstally_warnings

Dependencies:clicrayonfansigluelifecyclemagrittrpillarpurrrrlangutf8vctrs

Get started with collateral

Rendered fromcollateral.Rmdusingknitr::rmarkdownon Aug 20 2024.

Last update: 2021-09-20
Started: 2018-11-09

Readme and manuals

Help Manual

Help pageTopics
Map over a list while capturing side effects.collateral_mappers future_map2_peacefully future_map2_quietly future_map2_safely future_map_peacefully future_map_quietly future_map_safely future_pmap_peacefully future_pmap_quietly future_pmap_safely map2_peacefully map2_quietly map2_safely map_peacefully map_quietly map_safely pmap_peacefully pmap_quietly pmap_safely
Determine which elements contain a type of side effect.has has_errors has_messages has_output has_results has_warnings
Summarise mapped side effects.summary summary.peacefully_mapped summary.quietly_mapped summary.safely_mapped
Determine how many elements contain a type of mapped side effect.tally tally_errors tally_messages tally_output tally_results tally_warnings