Package: lobstr 1.2.1.9000

lobstr: Visualize R Data Structures with Trees
A set of tools for inspecting and understanding R data structures inspired by str(). Includes ast() for visualizing abstract syntax trees, ref() for showing shared references, cst() for showing call stack trees, and obj_size() for computing object sizes.
Authors:
lobstr_1.2.1.9000.tar.gz
lobstr_1.2.1.9000.zip(r-4.7)lobstr_1.2.1.9000.zip(r-4.6)lobstr_1.2.1.9000.zip(r-4.5)
lobstr_1.2.1.9000.tgz(r-4.6-x86_64)lobstr_1.2.1.9000.tgz(r-4.6-arm64)lobstr_1.2.1.9000.tgz(r-4.5-x86_64)lobstr_1.2.1.9000.tgz(r-4.5-arm64)
lobstr_1.2.1.9000.tar.gz(r-4.7-arm64)lobstr_1.2.1.9000.tar.gz(r-4.7-x86_64)lobstr_1.2.1.9000.tar.gz(r-4.6-arm64)lobstr_1.2.1.9000.tar.gz(r-4.6-x86_64)
lobstr_1.2.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
lobstr/json (API)
NEWS
| # Install 'lobstr' in R: |
| install.packages('lobstr', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/lobstr/issues
Pkgdown/docs site:https://lobstr.r-lib.org
Last updated from:85dd18d43e. Checks:10 OK, 3 NOTE. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 134 | ||
| linux-devel-x86_64 | OK | 159 | ||
| source / vignettes | OK | 157 | ||
| linux-release-arm64 | OK | 124 | ||
| linux-release-x86_64 | OK | 132 | ||
| macos-release-arm64 | OK | 92 | ||
| macos-release-x86_64 | OK | 212 | ||
| macos-oldrel-arm64 | NOTE | 110 | ||
| macos-oldrel-x86_64 | NOTE | 230 | ||
| windows-devel | OK | 121 | ||
| windows-release | OK | 100 | ||
| windows-oldrel | NOTE | 95 | ||
| wasm-release | OK | 121 |
Exports:astcstmem_usedobj_addrobj_addrsobj_sizeobj_sizesrefsrcsxptreetree_label
Dependencies:cpp11crayonprettyunitsrlang
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Display the abstract syntax tree | ast |
| Call stack tree | cst |
| How much memory is currently used by R? | mem_used |
| Find memory location of objects and their children. | obj_addr obj_addrs |
| Calculate the size of an object. | obj_size obj_sizes |
| Display tree of references | ref |
| Display tree of source references | src |
| Inspect an object | sxp |
| Pretty tree-like object printing | tree |
| Build element or node label in tree | tree_label |
