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:
icecream_0.2.2.tar.gz
icecream_0.2.2.zip(r-4.5)icecream_0.2.2.zip(r-4.4)icecream_0.2.2.zip(r-4.3)
icecream_0.2.2.tgz(r-4.5-any)icecream_0.2.2.tgz(r-4.4-any)icecream_0.2.2.tgz(r-4.3-any)
icecream_0.2.2.tar.gz(r-4.5-noble)icecream_0.2.2.tar.gz(r-4.4-noble)
icecream_0.2.2.tgz(r-4.4-emscripten)icecream_0.2.2.tgz(r-4.3-emscripten)
icecream.pdf |icecream.html✨
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 site:https://www.lewinfox.com
Last updated 1 years agofrom:cb1525af7d. Checks:4 OK, 4 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 12 2025 |
R-4.5-win | OK | Feb 12 2025 |
R-4.5-mac | OK | Feb 12 2025 |
R-4.5-linux | OK | Feb 12 2025 |
R-4.4-win | NOTE | Feb 12 2025 |
R-4.4-mac | NOTE | Feb 12 2025 |
R-4.3-win | NOTE | Feb 12 2025 |
R-4.3-mac | NOTE | Feb 12 2025 |
Exports:icic_disableic_enablewith_ic_disablewith_ic_enable
Dependencies:cligluelifecyclemagrittrpillarpurrrrlangutf8vctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Enable or disable 'ic()' | enable-disable ic_disable ic_enable |
User-friendly debug statements | ic |
Temporarily enable or disable 'ic()' | ic-single-use with_ic_disable with_ic_enable |