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.
Version: | 1.0.1 |
Depends: | R (≥ 3.1) |
Imports: | crayon, Rcpp, rlang (≥ 0.3.0) |
LinkingTo: | Rcpp |
Suggests: | covr, pillar, pkgdown, testthat |
Published: | 2018-12-21 |
Author: | Hadley Wickham [aut, cre], RStudio [cph] |
Maintainer: | Hadley Wickham <hadley at rstudio.com> |
BugReports: | https://github.com/r-lib/lobstr/issues |
License: | GPL-3 |
URL: | https://github.com/r-lib/lobstr |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | lobstr results |
Reference manual: | lobstr.pdf |
Package source: | lobstr_1.0.1.tar.gz |
Windows binaries: | r-devel: lobstr_1.0.1.zip, r-release: lobstr_1.0.1.zip, r-oldrel: lobstr_1.0.1.zip |
OS X binaries: | r-release: lobstr_1.0.1.tgz, r-oldrel: lobstr_1.0.1.tgz |
Old sources: | lobstr archive |
Please use the canonical form https://CRAN.R-project.org/package=lobstr to link to this page.