-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.13 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: roclang
Title: Functions for Diffusing Function Documentations into 'Roxygen' Comments
Version: 0.2.2
Authors@R:
person(given = "Xiurui",
family = "Zhu",
role = c("aut", "cre"),
email = "[email protected]",
comment = NULL)
Maintainer: Xiurui Zhu <[email protected]>
Description: Efficient diffusing of content across function documentations. Sections, parameters or dot parameters are extracted from function documentations and turned into valid Rd character strings, which are ready to diffuse into the 'roxygen' comments of another function by inserting inline code.
License: MIT + file LICENSE
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Depends: R (>= 4.0.0)
Imports:
dplyr (>= 1.0.2),
tidyr (>= 1.1.2),
purrr (>= 0.3.4),
tibble (>= 3.0.4),
stringr (>= 1.4.0),
magrittr (>= 2.0.1),
rlang (>= 0.4.10),
roxygen2 (>= 7.1.1),
methods (>= 4.0.0),
utils (>= 4.0.0),
rex (>= 1.2.0)
URL: https://github.com/zhuxr11/roclang
BugReports: https://github.com/zhuxr11/roclang/issues