Package: lobstr Title: Visualize R Data Structures with Trees Version: 1.2.1.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: 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. License: MIT + file LICENSE URL: https://lobstr.r-lib.org/, https://github.com/r-lib/lobstr BugReports: https://github.com/r-lib/lobstr/issues Depends: R (>= 3.6.0) Imports: crayon, methods, prettyunits, rlang (>= 1.0.0) Suggests: covr, pillar, pkgdown, testthat (>= 3.0.0) LinkingTo: cpp11 (>= 0.4.2) Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/build/compilation-database: true Repository: https://r-lib.r-universe.dev Date/Publication: 2026-04-07 08:08:03 UTC RemoteUrl: https://github.com/r-lib/lobstr RemoteRef: HEAD RemoteSha: 85dd18d43e4612f98b05bb93019a7b12fb0bbf6b NeedsCompilation: yes Packaged: 2026-06-23 16:30:49 UTC; root Author: Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Hadley Wickham