-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
63 lines (63 loc) · 1.22 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: rstatic
Title: Low-level Static Analysis Tools for R Code
Version: 0.1.0-0006
Authors@R: c(
person("Nick", "Ulle", role = c("aut", "cre"),
email = "nick.ulle@gmail.com"),
person("Duncan", "Temple Lang", role = c("aut"),
email = "duncan@r-project.org")
)
Description: Tools and classes for manipulating abstract syntax trees.
Depends:
R (>= 3.2.0)
Imports:
igraph,
methods,
R6,
rlang,
utils
Suggests:
testthat,
knitr,
rmarkdown
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Collate:
'arg.R'
'as.R'
'blocks_to_r.R'
'as_language.R'
'child.R'
'code_objects_ast.R'
'code_objects_cfg.R'
'collapse_namespace.R'
'compute_cfg.R'
'constant_propagation.R'
'copy.R'
'counter.R'
'data_frame.R'
'def_use_sets.R'
'equal.R'
'find_nodes.R'
'flow_analysis.R'
'format.R'
'get_symbols.R'
'igraph.R'
'insert_return.R'
'is.R'
'live_variables.R'
'match_call.R'
'methods_blocklist.R'
'process_cfg_phis.R'
'rlanguge.R'
'rstatic.R'
'stack.R'
'subset.R'
'to_ast.R'
'to_blocks.R'
'to_ssa.R'
'utilities.R'