-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: lobstr
Title: Visualize R Data Structures with Trees
Version: 1.1.2.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", 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.2)
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.2.3
SystemRequirements: C++11