Package: icecream 0.2.2

icecream: Print Debugging Made Sweeter

Provides user-friendly and configurable print debugging via a single function, ic(). Wrap an expression in ic() to print the expression, its value and (where available) its source location. Debugging output can be toggled globally without modifying code.

Authors:Lewin Appleton-Fox [aut, cre], Dominik Rafacz [aut], Ben Stiles [ctb]

icecream_0.2.2.tar.gz
icecream_0.2.2.zip(r-4.7)icecream_0.2.2.zip(r-4.6)icecream_0.2.2.zip(r-4.5)
icecream_0.2.2.tgz(r-4.6-any)icecream_0.2.2.tgz(r-4.5-any)
icecream_0.2.2.tar.gz(r-4.7-any)icecream_0.2.2.tar.gz(r-4.6-any)
icecream_0.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
icecream/json (API)
NEWS

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

Bug tracker:https://github.com/lewinfox/icecream/issues

Pkgdown/docs site:https://www.lewinfox.com

On CRAN:

Conda:

debugging

5.25 score 57 stars 21 scripts 221 downloads 5 exports 9 dependencies

Last updated from:cb1525af7d. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK113
source / vignettesOK202
linux-release-x86_64OK99
macos-release-arm64OK126
macos-oldrel-arm64OK138
windows-develOK71
windows-releaseOK92
windows-oldrelOK74
wasm-releaseOK94

Exports:icic_disableic_enablewith_ic_disablewith_ic_enable

Dependencies:cligluelifecyclemagrittrpillarpurrrrlangutf8vctrs

Readme and manuals

Help Manual

Help pageTopics
Enable or disable 'ic()'enable-disable ic_disable ic_enable
User-friendly debug statementsic
Temporarily enable or disable 'ic()'ic-single-use with_ic_disable with_ic_enable