-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.29 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
Package: parsetools
Type: Package
Title: Parse Tools
Version: 0.1.3
Authors@R: c(
person("Andrew", "Redd", , "[email protected]", c("aut", "cre")),
person("R Consortium", role=c("cph", "fnd"))
)
Maintainer: Andrew Redd <[email protected]>
License: GPL-2
Language: en-US
Imports:
methods,
utils
Suggests:
covr,
knitr,
rmarkdown,
testthat
Description: Tools and utilities for dealing with parse data.
Parse data represents the parse tree as data with location and type
information. This package provides functions for navigating the
parse tree as a data frame.
Collate:
'internal.R'
'accessors.R'
'checks.R'
'children.R'
'comments.R'
'errors.R'
'family.R'
'find-utils.R'
'firstborn.R'
'get_parse_data.R'
'grouping.R'
'iff_blocks.R'
'parent.R'
'pd_assign.R'
'pd_call.R'
'pd_make_is_in.R'
'pd_classes.R'
'pd_comments.R'
'pd_function.R'
'pd_identify.R'
'pd_if.R'
'reconstitute.R'
'root.R'
'siblings.R'
'tags.R'
'testing_blocks.R'
'zzz.R'
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
VignetteBuilder: knitr
KeepSource: yes
URL: https://github.com/RDocTaskForce/parsetools
BugReports: https://github.com/RDocTaskForce/parsetools/issues