File: NAMESPACE

package info (click to toggle)
r-cran-lobstr 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 828 kB
  • sloc: ansic: 4,996; cpp: 733; sh: 13; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
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
# Generated by roxygen2: do not edit by hand

S3method("[",lobstr_bytes)
S3method(c,lobstr_bytes)
S3method(format,lobstr_bytes)
S3method(format,lobstr_inspector)
S3method(print,lobstr_bytes)
S3method(print,lobstr_inspector)
S3method(print,lobstr_raw)
S3method(print,lobstr_srcref)
S3method(tree_label,"NULL")
S3method(tree_label,"function")
S3method(tree_label,character)
S3method(tree_label,default)
S3method(tree_label,environment)
S3method(tree_label,lobstr_srcfile_ref)
S3method(tree_label,lobstr_srcref)
S3method(tree_label,lobstr_srcref_location)
S3method(tree_label,srcfile)
S3method(tree_label,srcref)
export(ast)
export(cst)
export(mem_used)
export(obj_addr)
export(obj_addrs)
export(obj_size)
export(obj_sizes)
export(ref)
export(src)
export(sxp)
export(tree)
export(tree_label)
import(rlang)
useDynLib(lobstr, .registration = TRUE)