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.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
Last updated 9 months agofrom:cb1525af7d. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | OK | Nov 14 2024 |
R-4.5-linux | OK | Nov 14 2024 |
R-4.4-win | NOTE | Nov 14 2024 |
R-4.4-mac | NOTE | Nov 14 2024 |
R-4.3-win | NOTE | Nov 14 2024 |
R-4.3-mac | NOTE | Nov 14 2024 |
Exports:icic_disableic_enablewith_ic_disablewith_ic_enable
Dependencies:clifansigluelifecyclemagrittrpillarpurrrrlangutf8vctrs
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 |